aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath
Commit message (Expand)AuthorAgeFilesLines
* Extend the ath debugging a little to log the interface name.Adrian Chadd2010-07-081-1/+1
* Fix typo introduced in previous revision.Rui Paulo2010-06-271-1/+1
* Fix the AR_SREV_MERLIN_20_OR_LATER() check.Rui Paulo2010-06-261-1/+1
* sc_lastrs is also used in case the sending station is not known, forBernhard Schmidt2010-06-141-9/+3
* Rewrite ar9285SetBoardValues() to match what ath9k does and fix out ofRui Paulo2010-06-011-88/+41
* Bring in a couple of fixes from the Linux ath9k related to chip hangs.Rui Paulo2010-06-018-24/+52
* Fix an off by one in ar9285SetPowerCalTable().Rui Paulo2010-06-011-1/+1
* Due to the way HALDEBUG() is defined, we need to add curly bracketsRui Paulo2010-05-291-2/+3
* Due to the way HALDEBUG() is defined, we need to add curly brackets whenRui Paulo2010-05-291-1/+2
* Don't shadow the global variable 'version'.Rui Paulo2010-05-291-6/+6
* Add new tunable 'net.link.ifqmaxlen' to set default send interfaceMaxim Sobolev2010-05-031-2/+2
* The Atheros AR71xx CPUs, when paired with the AR5212 parts, has a bugWarner Losh2010-05-011-0/+8
* Remove svn:executable prop.Rui Paulo2010-04-121-0/+0
* Add WPA-None support:Bernhard Schmidt2010-04-101-2/+8
* Setup the correct RX/TX chainmask when we play with the antennaRui Paulo2010-04-091-2/+2
* Introduce ath_hal_setInterrupts(), a macro for ah_setInterrupts().Rui Paulo2010-03-032-2/+4
* Replace Id keyword with FreeBSD keyword and set the svn props correctly.Rui Paulo2010-03-0337-37/+37
* Couple of suggestions from Sam regarding latest commit:Rui Paulo2010-03-027-13/+13
* Properly setup the TX FIFO threshold for AR5416 based chipsets,Rui Paulo2010-03-016-5/+22
* Correct spelling of reseting (found while researching the "bb hang detected"Daniel Eischen2010-02-191-19/+19
* Fix Kite and Merlin version check.Rui Paulo2010-02-161-2/+2
* Fix KITE version check.Rui Paulo2010-02-151-3/+3
* Bring back AR9285 support. This fixes most of the issues and should beRui Paulo2010-02-1510-21/+1485
* Revert part of the 9285 support because it breaks the 9280 support. I'llRui Paulo2010-02-147-444/+133
* Fix typo in comment.Rui Paulo2010-02-101-1/+1
* 't' stands for Turbo and is a valid mode, so fix previous commit.Rui Paulo2010-02-101-1/+1
* Fixing compilation bustage by removing a stray comment fragment.Tai-hwa Liang2010-02-091-1/+0
* Add multicast key search support. This fixes corrupted mcast packetsRui Paulo2010-02-082-11/+30
* Fix TX power problems with AR9285.Rui Paulo2010-02-087-48/+101
* Fix typo in comment.Rui Paulo2010-02-081-1/+1
* Add support for the AR9285 chipset, which is found on many netbooksRui Paulo2010-01-2916-154/+1949
* Replace Id keyword with the FreeBSD keyword.Rui Paulo2010-01-2910-10/+10
* Replace Id keyword with the FreeBSD keyword.Rui Paulo2010-01-291-1/+1
* Spell "Hz" correctly wherever it is user-visible.Gavin Atkinson2010-01-122-2/+2
* Remove extraneous semicolons, no functional changes.Martin Blapp2010-01-073-3/+3
* cardbus -> CardBusWarner Losh2010-01-031-1/+1
* Add WorldB SKU.Rui Paulo2009-11-181-0/+27
* Take a step towards removing if_watchdog/if_timer. Don't explicitly setJohn Baldwin2009-11-061-1/+0
* Atheros EEPROM version 4K. This version is mostly based on version 1.4.Rui Paulo2009-10-102-0/+561
* Revert previous commit and add myself to the list of people who shouldPoul-Henning Kamp2009-09-083-4/+0
* Add necessary include.Poul-Henning Kamp2009-09-083-0/+4
* remove extranous returnSam Leffler2009-09-071-1/+1
* fix extraneous return that can cause a memory leakSam Leffler2009-09-071-1/+1
* correct typo that was a noop on 32-bit machines but a bug on 64-bit machinesSam Leffler2009-09-071-1/+1
* On resume in sta mode program the beacon timers so when roaming (andSam Leffler2009-08-311-1/+10
* change default regdomain for thailandSam Leffler2009-08-271-1/+1
* 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