summaryrefslogtreecommitdiff
path: root/sys/dev/ath
Commit message (Expand)AuthorAgeFilesLines
* Create release/8.0.0 for the 8.0-RELEASE.release/8.0.0_cvsKen Smith2009-11-2178-77/+77
* MFC r196717:Sam Leffler2009-09-071-1/+10
* Fix handling of AR_RX_FILTER_BSSID: write the shadow value for AR_MISC_MODESam Leffler2009-07-211-5/+5
* track whether any mesh vaps are present to correctly setup the rx filterSam Leffler2009-07-212-1/+6
* Fix something bogus deletion that got it during mesh commit.Rui Paulo2009-07-111-0/+1
* Implementation of the upcoming Wireless Mesh standard, 802.11s, on theRui Paulo2009-07-112-11/+29
* Fix ar5416 and later parts on big-endian platforms: setup the h/w byteSam Leffler2009-07-071-15/+14
* Fix AR5416 and later parts when building with AH_DEBUG or similar defined:Sam Leffler2009-07-062-16/+21
* Revert a local change that should not have been in the last commit.Poul-Henning Kamp2009-06-281-1/+1
* There are a number of ways an application can check if there arePoul-Henning Kamp2009-06-281-1/+1
* Add HAL_RX_FILTER_BSSID support (to disable bssid match):Sam Leffler2009-06-277-7/+31
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson2009-06-261-2/+2
* purge HAL_TXSTAT_ALTRATE; you can figure this out by checking ts_finaltsiSam Leffler2009-06-135-17/+10
* treat IEEE80211_S_CSA as a "running state"; this fixesSam Leffler2009-06-031-4/+4
* improve raw xmit failure handlingSam Leffler2009-06-021-17/+21
* count frag tx failures as an ifnet errorSam Leffler2009-06-021-0/+1
* fix commentSam Leffler2009-06-021-1/+1
* restart tdma beacons after vap destroySam Leffler2009-06-021-4/+10
* Overhaul monitor mode handling:Sam Leffler2009-05-202-93/+54
* correct HAL_INT_BNR comment, this bit is mapped directly the h/w nowSam Leffler2009-05-191-1/+1
* add TBTT interrupt support; this was added in Griffin so consumers shouldSam Leffler2009-05-194-5/+15
* minor cleanupSam Leffler2009-05-192-18/+14
* remove special handling for BNR; it is direct mapped to the harwdare soSam Leffler2009-05-196-16/+5
* add HAL_CAP_INTRMASK to return the set of interrupts supported by the deviceSam Leffler2009-05-197-1/+36
* The module name convention is foo, not if_foo.Warner Losh2009-05-151-3/+3
* kill more portability functions that are no longer usefulSam Leffler2009-05-083-29/+5
* kill unused OS_GETUPTIMESam Leffler2009-05-082-11/+0
* optimize ath_tx_findrix: there's no need to walk the rates table asSam Leffler2009-05-071-20/+18
* o cleanup checks for which vap combinations are permitted and what toSam Leffler2009-05-061-20/+32
* add support for the Beacon Not Ready (BNR) interruptSam Leffler2009-05-063-2/+14
* make superg/fast-frames state dynamically-allocated (and indirect offSam Leffler2009-05-021-7/+2
* o eliminate a << in calculating the tx time for turbo mode by pre-multiplyingSam Leffler2009-04-134-35/+34
* don't use caddr_t to match ieee80211_dump_pkt type; supplying the correctSam Leffler2009-04-131-7/+8
* o fix dynamic slave-side tdma slot length updating: we need to re-setup theSam Leffler2009-04-131-1/+2
* add a debug msg for when a fixed transmit rate is not applied becauseSam Leffler2009-04-131-0/+9
* remove reference to sc_tdmabintcnt; it was removed in r190848Sam Leffler2009-04-131-1/+0
* check the method pointer before invoking ah_eepromDetach as it canSam Leffler2009-04-091-2/+4
* remove unused struct memberSam Leffler2009-04-081-1/+0
* Hoist 802.11 encapsulation up into net80211:Sam Leffler2009-03-302-395/+33
* Remove ATH_SUPPORT_TDMA and use IEEE80211_SUPPORT_TDMA instead. ItSam Leffler2009-03-302-27/+26
* Eliminate ic_myaddr so changing the mac address of a device works correctly:Sam Leffler2009-03-291-13/+5
* fix build w/ AH_DEBUGSam Leffler2009-03-241-29/+0
* purge hal abi support; now that the hal is merged w/ the driverSam Leffler2009-03-196-72/+0
* Minor cleanups of tdma protocol handling:Sam Leffler2009-03-181-3/+3
* preliminary ar9280 support:Sam Leffler2009-03-128-646/+2987
* add assertsSam Leffler2009-03-121-0/+2
* replace if_watchdog w/ private callout; probably can merge this with theSam Leffler2009-03-092-14/+21
* remove ar9160Detach; it does nothingSam Leffler2009-03-091-14/+1
* remove now-redunant cardbus attachment.Warner Losh2009-03-091-1/+0
* add a sysctl to ena/dis frobbing ccaSam Leffler2009-03-052-1/+22