summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2011-06-23ath9k: enable support for AR9330Gabor Juhos1-0/+1
2011-06-23ath9k: add external_reset callback to ath9k_platfom_data for AR9330Gabor Juhos3-0/+37
2011-06-23ath9k: configure internal regulator for AR9330Gabor Juhos1-5/+20
2011-06-23ath9k: configure diversity based on eeprom contents for AR9330Gabor Juhos1-1/+1
2011-06-23ath9k: fix few register offsets for AR9330Gabor Juhos1-2/+2
2011-06-23ath9k: set diversity group for AR9330Gabor Juhos1-1/+4
2011-06-23ath9k: add fast_div_bias configuration for diversity group 1Gabor Juhos1-0/+83
2011-06-23ath9k: remove superfluous parenthesesGabor Juhos1-32/+30
2011-06-23ath9k: fix antenna diversity configuration for non AR9485 chipsGabor Juhos1-2/+8
2011-06-23ath9k: add a missing case statement to ath_ant_div_comb_alt_checkGabor Juhos1-0/+1
2011-06-23ath9k: use correct max_streams for AR9330Gabor Juhos1-1/+1
2011-06-23ath9k: enable antenna diversity for AR9330Gabor Juhos1-1/+1
2011-06-23ath9k: set NF limits for AR9330Gabor Juhos2-1/+6
2011-06-23ath9k: configure xpa bias level for AR9330Gabor Juhos1-1/+1
2011-06-23ath9k: use correct EEPROM base for AR9330Gabor Juhos1-0/+2
2011-06-23ath9k: enable tuning capacitance configuration for AR9330Gabor Juhos1-1/+1
2011-06-23ath9k: skip internal regulator configuration for AR9330Gabor Juhos1-1/+1
2011-06-23ath9k: enable TX/RX data byte swap for AR9330Gabor Juhos1-1/+1
2011-06-23ath9k: configure RF channel frequency for AR9330Gabor Juhos1-1/+13
2011-06-23ath9k: fix channel frequency calculation for AR9340Gabor Juhos1-1/+1
2011-06-23ath9k: read spur frequency information from eeprom for AR9330Gabor Juhos1-2/+2
2011-06-23ath9k: don't enable LDPC for AR9330Gabor Juhos1-1/+1
2011-06-23ath9k: use different BB watchdog timeout value for AR9330Gabor Juhos1-1/+4
2011-06-23ath9k: add AR9330 specific PLL initializationGabor Juhos1-1/+34
2011-06-23ath9k: initialize rx gain table for AR9330Gabor Juhos1-2/+22
2011-06-23ath9k: initialize tx gain table for AR9330Gabor Juhos1-4/+44
2011-06-23ath9k: initialize mode registers for AR9330Gabor Juhos2-1/+112
2011-06-23ath9k: add AR9330 initvalsGabor Juhos2-0/+2227
2011-06-23ath9k: add platform device id for AR9330Gabor Juhos1-0/+4
2011-06-23ath9k: add MAC revision detection for AR9330Gabor Juhos3-0/+11
2011-06-23ath9k: define device id for AR9330Gabor Juhos1-0/+1
2011-06-23ath9k: define mac version for AR9330Gabor Juhos2-1/+20
2011-06-23ath9k_hw: Fix calculation of PAPRD training power at 5GhzMohammed Shafi Shajakhan1-1/+17
2011-06-20ath5k: add missing ieee80211_free_hw() on unload in AHB codePavel Roskin1-0/+1
2011-06-20ath5k: free sc->ah in ath5k_deinit_softcJohn W. Linville1-0/+1
2011-06-20ath9k_hw: make sure PAPRD training is properly doneMohammed Shafi Shajakhan2-3/+23
2011-06-20ath9k: Fix a corner case failure in sending PAPRD frames in HT40Mohammed Shafi Shajakhan1-2/+2
2011-06-17ath5k: annotate reg in ath5k_hw_nic_reset() as __iomemPavel Roskin1-3/+3
2011-06-17ath5k: minor cleanupPavel Roskin3-15/+12
2011-06-17ath9k: typo fix in a commentPavel Roskin1-1/+1
2011-06-17ath9k: use standard max(), remove A_MAX macroPavel Roskin2-5/+3
2011-06-17ath9k: remove a redundant call to pcipowersaveMohammed Shafi Shajakhan1-1/+0
2011-06-17ath9k: Add debug messages to track PAPRD failuresMohammed Shafi Shajakhan1-4/+11
2011-06-07ath9k: make use of a helper to get paprd scale factorMohammed Shafi Shajakhan1-14/+3
2011-06-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville4-6/+30
2011-06-03ath9k: show excessive-retry MPDUs in debugfsFelix Fietkau2-1/+6
2011-06-03ath5k: Disable fast channel switching by defaultNick Kossifidis2-2/+14
2011-06-01ath9k: better position PAPRD debug messageMohammed Shafi Shajakhan1-3/+4
2011-06-01ath9k: Add a debug entry to start/stop ANIMohammed Shafi Shajakhan5-10/+79
2011-06-01ath9k: Further fix for mesh beaconingFabrice Deyber1-12/+3