summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath
Commit message (Expand)AuthorAgeFilesLines
* treat IEEE80211_S_CSA as a "running state"; this fixessam2009-06-031-4/+4
* improve raw xmit failure handlingsam2009-06-021-17/+21
* count frag tx failures as an ifnet errorsam2009-06-021-0/+1
* fix commentsam2009-06-021-1/+1
* restart tdma beacons after vap destroysam2009-06-021-4/+10
* Overhaul monitor mode handling:sam2009-05-202-93/+54
* correct HAL_INT_BNR comment, this bit is mapped directly the h/w nowsam2009-05-191-1/+1
* add TBTT interrupt support; this was added in Griffin so consumers shouldsam2009-05-194-5/+15
* minor cleanupsam2009-05-192-18/+14
* remove special handling for BNR; it is direct mapped to the harwdare sosam2009-05-196-16/+5
* add HAL_CAP_INTRMASK to return the set of interrupts supported by the devicesam2009-05-197-1/+36
* The module name convention is foo, not if_foo.imp2009-05-151-3/+3
* kill more portability functions that are no longer usefulsam2009-05-083-29/+5
* kill unused OS_GETUPTIMEsam2009-05-082-11/+0
* optimize ath_tx_findrix: there's no need to walk the rates table assam2009-05-071-20/+18
* o cleanup checks for which vap combinations are permitted and what tosam2009-05-061-20/+32
* add support for the Beacon Not Ready (BNR) interruptsam2009-05-063-2/+14
* make superg/fast-frames state dynamically-allocated (and indirect offsam2009-05-021-7/+2
* o eliminate a << in calculating the tx time for turbo mode by pre-multiplyingsam2009-04-134-35/+34
* don't use caddr_t to match ieee80211_dump_pkt type; supplying the correctsam2009-04-131-7/+8
* o fix dynamic slave-side tdma slot length updating: we need to re-setup thesam2009-04-131-1/+2
* add a debug msg for when a fixed transmit rate is not applied becausesam2009-04-131-0/+9
* remove reference to sc_tdmabintcnt; it was removed in r190848sam2009-04-131-1/+0
* check the method pointer before invoking ah_eepromDetach as it cansam2009-04-091-2/+4
* remove unused struct membersam2009-04-081-1/+0
* Hoist 802.11 encapsulation up into net80211:sam2009-03-302-395/+33
* Remove ATH_SUPPORT_TDMA and use IEEE80211_SUPPORT_TDMA instead. Itsam2009-03-302-27/+26
* Eliminate ic_myaddr so changing the mac address of a device works correctly:sam2009-03-291-13/+5
* fix build w/ AH_DEBUGsam2009-03-241-29/+0
* purge hal abi support; now that the hal is merged w/ the driversam2009-03-196-72/+0
* Minor cleanups of tdma protocol handling:sam2009-03-181-3/+3
* preliminary ar9280 support:sam2009-03-128-646/+2987
* add assertssam2009-03-121-0/+2
* replace if_watchdog w/ private callout; probably can merge this with thesam2009-03-092-14/+21
* remove ar9160Detach; it does nothingsam2009-03-091-14/+1
* remove now-redunant cardbus attachment.imp2009-03-091-1/+0
* add a sysctl to ena/dis frobbing ccasam2009-03-052-1/+22
* fix typo'ssam2009-02-241-2/+2
* move attach debug msg to the rf backendsam2009-02-243-4/+2
* Add PCIE power control api:sam2009-02-2415-42/+162
* Fill in gpio support for 5416 and later parts:sam2009-02-245-49/+208
* misc fixups, mostly for code not compiled yetsam2009-02-241-10/+11
* 5416 and later parts mux the gpio outputs; extend the api to includesam2009-02-2415-25/+52
* move eeprom attach above first reset as the reset code checks thesam2009-02-242-8/+8
* attach methods don't need to be public, make 'em staticsam2009-02-235-9/+3
* 5416 and later parts get the radio rev differently; add ar5416GetRadioRevsam2009-02-233-2/+18
* remove private copies of gpio methods that were needed when the halsam2009-02-235-32/+6
* print mac+rf part names; drop the printing 2ghz rf stuff (might come back)sam2009-02-234-28/+90
* correct SIFS setting; there is a 2usec adjustment between the calculatedsam2009-02-201-2/+2
* don't adjust core clk conversions for 1/2 and 1/4 rate channels; thesam2009-02-201-8/+0
OpenPOWER on IntegriCloud