aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath
Commit message (Expand)AuthorAgeFilesLines
* MFC r207554:Maxim Sobolev2010-11-151-2/+2
* MFC r209541, r209548:Rui Paulo2010-06-281-1/+1
* MFC 198988:John Baldwin2010-06-231-1/+0
* MFC r208642:Rui Paulo2010-06-101-6/+6
* MFC r204644:Rui Paulo2010-06-1037-37/+37
* MFC r208643:Rui Paulo2010-06-101-1/+2
* MFC r208644:Rui Paulo2010-06-101-2/+3
* MFC r208712:Rui Paulo2010-06-101-89/+42
* MFC r208711:Rui Paulo2010-06-108-25/+53
* MFC r208703:Rui Paulo2010-06-101-1/+1
* MFC r206420:Rui Paulo2010-04-161-2/+2
* MFC r197948 r203156 r203158 r203159 r203680 r203682 r203750 r203882 r203930Rui Paulo2010-03-0235-81/+3660
* MFC r203695, r203751Rui Paulo2010-02-261-2/+1
* MFC r203683:Rui Paulo2010-02-262-11/+30
* MFC a number of changes from head for ISP (203478,203463,203444,202418,201758,Matt Jacob2010-02-113-3/+3
* Merge r202161 from head:Gavin Atkinson2010-02-052-2/+2
* MFC r199491:Rui Paulo2009-11-251-0/+27
* 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