aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/ar9002_hw.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-22ath9k_hw: fix RF bank initializationFelix Fietkau1-4/+8
2013-01-07ath9k_hw: use the devres API for allocationsFelix Fietkau1-3/+8
2012-07-17ath9k_hw: remove redundant arguments to INIT_INI_ARRAYFelix Fietkau1-107/+52
2012-07-12ath9k_hw: INI changes for WoW for AR9002 chipsetsMohammed Shafi Shajakhan1-0/+5
2012-06-20ath9k_hw: remove the old ANI implementationFelix Fietkau1-4/+0
2012-03-15ath9k: inline AR9271 1.0 INI overridesFelix Fietkau1-3/+0
2012-03-15ath9k_hw: remove iniModes_*_tx_gain_9271Felix Fietkau1-15/+19
2012-03-15ath9k_hw: clean up iniModesAdditionalFelix Fietkau1-1/+1
2012-03-15ath9k_hw: fold ar9002_hw_cck_chan14_spread into mode regs initializationFelix Fietkau1-5/+0
2012-03-15ath9k_hw: remove iniCommon_*_cck_fir_coeff_9271Felix Fietkau1-6/+0
2012-02-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-0/+19
2012-02-27ath9k_hw: remove duplicate initvalsFelix Fietkau1-73/+34
2012-02-21ath9k_hw: prevent writes to const data on AR9160Felix Fietkau1-0/+19
2011-10-31drivers/net: Add moduleparam.h to drivers as required.Paul Gortmaker1-0/+1
2011-09-13ath9k_hw: drop an unused column in AR5008-AR9002 initvalsFelix Fietkau1-24/+24
2011-08-22ath9k: merge common ->config_pci_powersave() checksStanislaw Gruszka1-3/+0
2011-08-22ath9k: remove ->config_pci_powersave() redundant argumentStanislaw Gruszka1-3/+2
2011-08-01ath9k: skip ->config_pci_powersave() if PCIe port has ASPM disabledStanislaw Gruszka1-5/+1
2011-07-11ath9k_hw: remove ar9287 v1.3+ specific hardcoded register hacksFelix Fietkau1-39/+0
2011-05-19ath9k: Drag the driver to the year 2011Sujith Manoharan1-1/+1
2011-01-28ath9k_hw: Fix system hang when resuming from S3/S4Rajkumar Manoharan1-2/+1
2011-01-05ath9k: correct MODULE_PARM_DESC parameters for force_new_aniJohn W. Linville1-1/+1
2010-12-13ath9k_hw: clean up SREV version checksFelix Fietkau1-19/+0
2010-12-07ath: Convert ath_print(.., ATH_DBG_FATAL to ath_errJoe Perches1-3/+3
2010-11-08ath9k_hw: Fix AR9280 surprise removal during frequent idle on/offVasanthakumar Thiagarajan1-0/+3
2010-10-06ath9k_hw: merge ath9k_hw_ani_monitor_old and ath9k_hw_ani_monitor_newFelix Fietkau1-5/+0
2010-10-06ath9k_hw: clean up register write bufferingFelix Fietkau1-4/+0
2010-09-27ath9k_hw: simplify revision checks for AR9280Felix Fietkau1-1/+1
2010-09-07ath9k_hw: Restore ANI registers to default during partial reset for AR9271Rajkumar Manoharan1-0/+50
2010-07-14ath9k_hw: remove initvals for hardware which was never soldFelix Fietkau1-66/+0
2010-07-02ath9k_hw: fix a few inconsistencies in initval array namesFelix Fietkau1-6/+6
2010-06-14ath9k: add new ANI implementation for AR9003Luis R. Rodriguez1-1/+8
2010-06-14ath9k_hw: allow for spliting up ANI operations by familyLuis R. Rodriguez1-0/+2
2010-06-03ath9k_hw: Fix async fifo for AR9287Sujith1-6/+18
2010-06-03ath9k_hw: Update the PCI WAR registerSujith1-28/+57
2010-04-26ath9k_htc: Use multiple register writesSujith1-0/+5
2010-04-16ath9k_hw: Use buffered register writesSujith1-1/+6
2010-04-16ath9k_hw: skip WEP aggregation enable code for AR9003Luis R. Rodriguez1-0/+12
2010-04-16ath9k_hw: skip asynch fifo enablement to AR9003Luis R. Rodriguez1-0/+29
2010-04-16ath9k_hw: move the RF claim stuff to AR9002 hardware familyLuis R. Rodriguez1-0/+43
2010-04-16ath9k_hw: move TX/RX gain INI stuff to its own hardware family codeLuis R. Rodriguez1-0/+106
2010-04-16ath9k_hw: move the cck channel 14 INI to the AR9002 hw codeLuis R. Rodriguez1-0/+15
2010-04-16ath9k_hw: split the generic hardware code by hardware familyLuis R. Rodriguez1-0/+383