aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/hw.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-22ath9k: do btcoex ASPM disabling at initialization timeStanislaw Gruszka1-4/+4
2011-08-08ath9k_hw: calculate a much better approximation of channel noiseFelix Fietkau1-0/+1
2011-08-08ath9k_hw: do not limit initial tx power to 20 dbmFelix Fietkau1-3/+6
2011-08-01ath9k: skip ->config_pci_powersave() if PCIe port has ASPM disabledStanislaw Gruszka1-2/+9
2011-07-21ath9k_hw: validate and fix broken eeprom chainmask settingsFelix Fietkau1-0/+22
2011-07-11ath9k_hw: remove ar9287 v1.3+ specific hardcoded register hacksFelix Fietkau1-3/+7
2011-07-11ath9k_hw: initialize more timing related registers for half/quarter channelsFelix Fietkau1-8/+59
2011-07-11ath9k_hw: fix MAC clock rate for AR9287 v1.3+Felix Fietkau1-1/+4
2011-07-11ath9k_hw: fix MAC clock for half/quarter rateFelix Fietkau1-0/+7
2011-07-11ath9k_hw: always enable 5 GHz fast clock for AR9280Felix Fietkau1-4/+1
2011-06-22ath9k: enable support for AR9330Gabor Juhos1-0/+1
2011-06-22ath9k: add external_reset callback to ath9k_platfom_data for AR9330Gabor Juhos1-0/+35
2011-06-22ath9k: enable antenna diversity for AR9330Gabor Juhos1-1/+1
2011-06-22ath9k: enable TX/RX data byte swap for AR9330Gabor Juhos1-1/+1
2011-06-22ath9k: don't enable LDPC for AR9330Gabor Juhos1-1/+1
2011-06-22ath9k: use different BB watchdog timeout value for AR9330Gabor Juhos1-1/+4
2011-06-22ath9k: add AR9330 specific PLL initializationGabor Juhos1-1/+34
2011-06-22ath9k: add MAC revision detection for AR9330Gabor Juhos1-0/+9
2011-06-22ath9k: define mac version for AR9330Gabor Juhos1-1/+4
2011-06-01ath9k: Remove ATH9K_BEACON_PERIOD maskRajkumar Manoharan1-3/+3
2011-05-26ath9k_hw: disable phy restart on baseband panic caused by RXSMRajkumar Manoharan1-1/+4
2011-05-19ath9k: Drag the driver to the year 2011Sujith Manoharan1-1/+1
2011-05-16ath9k_hw: enable Antenna diversity for AR9485Mohammed Shafi Shajakhan1-0/+16
2011-04-28ath9k_hw: Add support for btcoexistence in AR9300.Vivek Natarajan1-8/+16
2011-04-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-9/+0
2011-04-25ath9k: Add power save wrappers and modularize hw_pll handlerSenthil Balasubramanian1-1/+1
2011-04-25ath9k_hw: Fix incorrect baseband PLL phase shift for AR9485Senthil Balasubramanian1-4/+0
2011-04-25ath9k: Fix bug in configuring hw timerVasanthakumar Thiagarajan1-9/+4
2011-04-25ath9k: Fix warnings from -Wunused-but-set-variableSujith Manoharan1-3/+1
2011-04-25ath9k_hw: Enable AR9340 supportVasanthakumar Thiagarajan1-0/+2
2011-04-25ath9k_hw: Disable INTR_HOST1_FATAL to avoid interrupt strom with ar9430Vasanthakumar Thiagarajan1-1/+5
2011-04-25ath9k_hw: Assign macversion based on devid for built-in wmacVasanthakumar Thiagarajan1-3/+11
2011-04-25ath9k_hw: Enable byte Tx/Rx data swap for AR9340Vasanthakumar Thiagarajan1-1/+3
2011-04-25ath9k_hw: Don't do ani initialization for AR9340Vasanthakumar Thiagarajan1-1/+1
2011-04-25ath9k_hw: Configure pll control register accordingly for AR9340Vasanthakumar Thiagarajan1-1/+49
2011-04-25ath9k_hw: Define devid and mac version for AR9340Vasanthakumar Thiagarajan1-1/+1
2011-04-12ath9k: Implement integer mode for AR9485Vasanthakumar Thiagarajan1-16/+29
2011-04-12ath9k_hw: fix stopping rx DMA during resetsFelix Fietkau1-9/+0
2011-04-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-0/+1
2011-04-04ath9k_hw: remove ath9k_get_channel_edgesMohammed Shafi Shajakhan1-25/+0
2011-04-04ath9k: Fix phy info print message with AR9485 chipset.Senthil Balasubramanian1-0/+1
2011-03-30ath9k_hw: remove pCap->tx_triglevel_maxFelix Fietkau1-5/+0
2011-03-30ath9k_hw: remove ATH9K_HW_CAP_ENHANCEDPMFelix Fietkau1-2/+0
2011-03-30ath9k_hw: remove pCap->keycache_sizeFelix Fietkau1-6/+0
2011-03-30ath9k_hw: remove pCap->reg_capFelix Fietkau1-17/+0
2011-03-30ath9k_hw: remove ah->config.ht_enableFelix Fietkau1-6/+1
2011-03-30ath9k_hw: remove pCap->total_queuesFelix Fietkau1-7/+1
2011-03-30ath9k_hw: turn a few big macros into functionsFelix Fietkau1-0/+14
2011-03-30ath9k_hw: replace REG_READ+REG_WRITE with REG_RMWFelix Fietkau1-40/+26
2011-03-30ath9k: fix beacon timer handling issuesFelix Fietkau1-23/+13