summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath
Commit message (Expand)AuthorAgeFilesLines
* Atheros EEPROM version 4K. This version is mostly based on version 1.4.rpaulo2009-10-102-0/+561
* Revert previous commit and add myself to the list of people who shouldphk2009-09-083-4/+0
* Add necessary include.phk2009-09-083-0/+4
* remove extranous returnsam2009-09-071-1/+1
* fix extraneous return that can cause a memory leaksam2009-09-071-1/+1
* correct typo that was a noop on 32-bit machines but a bug on 64-bit machinessam2009-09-071-1/+1
* On resume in sta mode program the beacon timers so when roaming (andsam2009-08-311-1/+10
* change default regdomain for thailandsam2009-08-271-1/+1
* Fix handling of AR_RX_FILTER_BSSID: write the shadow value for AR_MISC_MODEsam2009-07-211-5/+5
* track whether any mesh vaps are present to correctly setup the rx filtersam2009-07-212-1/+6
* Fix something bogus deletion that got it during mesh commit.rpaulo2009-07-111-0/+1
* Implementation of the upcoming Wireless Mesh standard, 802.11s, on therpaulo2009-07-112-11/+29
* Fix ar5416 and later parts on big-endian platforms: setup the h/w bytesam2009-07-071-15/+14
* Fix AR5416 and later parts when building with AH_DEBUG or similar defined:sam2009-07-062-16/+21
* Revert a local change that should not have been in the last commit.phk2009-06-281-1/+1
* There are a number of ways an application can check if there arephk2009-06-281-1/+1
* Add HAL_RX_FILTER_BSSID support (to disable bssid match):sam2009-06-277-7/+31
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-261-2/+2
* purge HAL_TXSTAT_ALTRATE; you can figure this out by checking ts_finaltsisam2009-06-135-17/+10
* 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
OpenPOWER on IntegriCloud