summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
Commit message (Expand)AuthorAgeFilesLines
* ath9k: configure diversity based on eeprom contents for AR9330Gabor Juhos2011-06-221-1/+1
* ath9k: fix few register offsets for AR9330Gabor Juhos2011-06-221-2/+2
* ath9k: set diversity group for AR9330Gabor Juhos2011-06-221-1/+4
* ath9k: add fast_div_bias configuration for diversity group 1Gabor Juhos2011-06-221-0/+83
* ath9k: remove superfluous parenthesesGabor Juhos2011-06-221-32/+30
* ath9k: fix antenna diversity configuration for non AR9485 chipsGabor Juhos2011-06-221-2/+8
* ath9k: add a missing case statement to ath_ant_div_comb_alt_checkGabor Juhos2011-06-221-0/+1
* ath9k: use correct max_streams for AR9330Gabor Juhos2011-06-221-1/+1
* ath9k: enable antenna diversity for AR9330Gabor Juhos2011-06-221-1/+1
* ath9k: set NF limits for AR9330Gabor Juhos2011-06-222-1/+6
* ath9k: configure xpa bias level for AR9330Gabor Juhos2011-06-221-1/+1
* ath9k: use correct EEPROM base for AR9330Gabor Juhos2011-06-221-0/+2
* ath9k: enable tuning capacitance configuration for AR9330Gabor Juhos2011-06-221-1/+1
* ath9k: skip internal regulator configuration for AR9330Gabor Juhos2011-06-221-1/+1
* ath9k: enable TX/RX data byte swap for AR9330Gabor Juhos2011-06-221-1/+1
* ath9k: configure RF channel frequency for AR9330Gabor Juhos2011-06-221-1/+13
* ath9k: fix channel frequency calculation for AR9340Gabor Juhos2011-06-221-1/+1
* ath9k: read spur frequency information from eeprom for AR9330Gabor Juhos2011-06-221-2/+2
* ath9k: don't enable LDPC for AR9330Gabor Juhos2011-06-221-1/+1
* ath9k: use different BB watchdog timeout value for AR9330Gabor Juhos2011-06-221-1/+4
* ath9k: add AR9330 specific PLL initializationGabor Juhos2011-06-221-1/+34
* ath9k: initialize rx gain table for AR9330Gabor Juhos2011-06-221-2/+22
* ath9k: initialize tx gain table for AR9330Gabor Juhos2011-06-221-4/+44
* ath9k: initialize mode registers for AR9330Gabor Juhos2011-06-222-1/+112
* ath9k: add AR9330 initvalsGabor Juhos2011-06-222-0/+2227
* ath9k: add platform device id for AR9330Gabor Juhos2011-06-221-0/+4
* ath9k: add MAC revision detection for AR9330Gabor Juhos2011-06-223-0/+11
* ath9k: define device id for AR9330Gabor Juhos2011-06-221-0/+1
* ath9k: define mac version for AR9330Gabor Juhos2011-06-222-1/+20
* ath9k_hw: Fix calculation of PAPRD training power at 5GhzMohammed Shafi Shajakhan2011-06-221-1/+17
* ath5k: add missing ieee80211_free_hw() on unload in AHB codePavel Roskin2011-06-201-0/+1
* ath5k: free sc->ah in ath5k_deinit_softcJohn W. Linville2011-06-201-0/+1
* ath9k_hw: make sure PAPRD training is properly doneMohammed Shafi Shajakhan2011-06-202-3/+23
* ath9k: Fix a corner case failure in sending PAPRD frames in HT40Mohammed Shafi Shajakhan2011-06-201-2/+2
* ath5k: annotate reg in ath5k_hw_nic_reset() as __iomemPavel Roskin2011-06-171-3/+3
* ath5k: minor cleanupPavel Roskin2011-06-173-15/+12
* ath9k: typo fix in a commentPavel Roskin2011-06-171-1/+1
* ath9k: use standard max(), remove A_MAX macroPavel Roskin2011-06-172-5/+3
* ath9k: remove a redundant call to pcipowersaveMohammed Shafi Shajakhan2011-06-171-1/+0
* ath9k: Add debug messages to track PAPRD failuresMohammed Shafi Shajakhan2011-06-171-4/+11
* ath9k: make use of a helper to get paprd scale factorMohammed Shafi Shajakhan2011-06-071-14/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-06-074-6/+30
|\
| * ath5k: Disable fast channel switching by defaultNick Kossifidis2011-06-032-2/+14
| * ath9k: fix two more bugs in tx powerDaniel Halperin2011-06-012-4/+16
* | ath9k: show excessive-retry MPDUs in debugfsFelix Fietkau2011-06-032-1/+6
* | ath9k: better position PAPRD debug messageMohammed Shafi Shajakhan2011-06-011-3/+4
* | ath9k: Add a debug entry to start/stop ANIMohammed Shafi Shajakhan2011-06-015-10/+79
* | ath9k: Further fix for mesh beaconingFabrice Deyber2011-06-011-12/+3
* | ath9k: wake up chip before initializing PAPRD tableMohammed Shafi Shajakhan2011-06-011-3/+4
* | ath9k: Handle IBSS status changes in BSS_CHANGED_IBSSRajkumar Manoharan2011-06-011-41/+44