summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath
Commit message (Expand)AuthorAgeFilesLines
* Introduce ath_hal_setInterrupts(), a macro for ah_setInterrupts().rpaulo2010-03-032-2/+4
* Replace Id keyword with FreeBSD keyword and set the svn props correctly.rpaulo2010-03-0337-37/+37
* Couple of suggestions from Sam regarding latest commit:rpaulo2010-03-027-13/+13
* Properly setup the TX FIFO threshold for AR5416 based chipsets,rpaulo2010-03-016-5/+22
* Correct spelling of reseting (found while researching the "bb hang detected"deischen2010-02-191-19/+19
* Fix Kite and Merlin version check.rpaulo2010-02-161-2/+2
* Fix KITE version check.rpaulo2010-02-151-3/+3
* Bring back AR9285 support. This fixes most of the issues and should berpaulo2010-02-1510-21/+1485
* Revert part of the 9285 support because it breaks the 9280 support. I'llrpaulo2010-02-147-446/+135
* Fix typo in comment.rpaulo2010-02-101-1/+1
* 't' stands for Turbo and is a valid mode, so fix previous commit.rpaulo2010-02-101-1/+1
* Fixing compilation bustage by removing a stray comment fragment.avatar2010-02-091-1/+0
* Add multicast key search support. This fixes corrupted mcast packetsrpaulo2010-02-082-11/+30
* Fix TX power problems with AR9285.rpaulo2010-02-087-49/+102
* Fix typo in comment.rpaulo2010-02-081-1/+1
* Add support for the AR9285 chipset, which is found on many netbooksrpaulo2010-01-2916-157/+1952
* Replace Id keyword with the FreeBSD keyword.rpaulo2010-01-2910-10/+10
* Replace Id keyword with the FreeBSD keyword.rpaulo2010-01-291-1/+1
* Spell "Hz" correctly wherever it is user-visible.gavin2010-01-122-2/+2
* Remove extraneous semicolons, no functional changes.mbr2010-01-073-3/+3
* cardbus -> CardBusimp2010-01-031-1/+1
* Add WorldB SKU.rpaulo2009-11-181-0/+27
* Take a step towards removing if_watchdog/if_timer. Don't explicitly setjhb2009-11-061-1/+0
* 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
OpenPOWER on IntegriCloud