summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/hw.c
AgeCommit message (Expand)Author
2011-09-16ath9k_hw: Do full chip reset on 11A channels for AR9003Rajkumar Manoharan
2011-09-16ath9k_hw: Add support for AR946/8x chipsets.Senthil Balasubramanian
2011-09-14ath9k: eliminate common->{rx,tx}_chainmaskFelix Fietkau
2011-09-13ath9k: ath9k_hw_set_txpowerlimit sets previous txpowerBill Jordan
2011-09-13ath9k_hw: Fix rx latency of 11a modeRajkumar Manoharan
2011-09-13ath9k_hw: do not apply the 2.4 ghz ack timeout workaround to ctsFelix Fietkau
2011-08-29ath9k: Fix eifs/usec timeout for AR9287 v1.3+Rajkumar Manoharan
2011-08-29ath9k_hw: Set default slottime as 9usRajkumar Manoharan
2011-08-29ath9k: add missing AR9340 in ath_mac_bb_namesFlorian Fainelli
2011-08-26ath9k_hw: add AR9580 supportLuis R. Rodriguez
2011-08-24ath9k_hw: fix EIFS value to microsecondsAlex Hacker
2011-08-22ath9k: do btcoex ASPM disabling at initialization timeStanislaw Gruszka
2011-08-08ath9k_hw: calculate a much better approximation of channel noiseFelix Fietkau
2011-08-08ath9k_hw: do not limit initial tx power to 20 dbmFelix Fietkau
2011-08-01ath9k: skip ->config_pci_powersave() if PCIe port has ASPM disabledStanislaw Gruszka
2011-07-21ath9k_hw: validate and fix broken eeprom chainmask settingsFelix Fietkau
2011-07-11ath9k_hw: remove ar9287 v1.3+ specific hardcoded register hacksFelix Fietkau
2011-07-11ath9k_hw: initialize more timing related registers for half/quarter channelsFelix Fietkau
2011-07-11ath9k_hw: fix MAC clock rate for AR9287 v1.3+Felix Fietkau
2011-07-11ath9k_hw: fix MAC clock for half/quarter rateFelix Fietkau
2011-07-11ath9k_hw: always enable 5 GHz fast clock for AR9280Felix Fietkau
2011-06-22ath9k: enable support for AR9330Gabor Juhos
2011-06-22ath9k: add external_reset callback to ath9k_platfom_data for AR9330Gabor Juhos
2011-06-22ath9k: enable antenna diversity for AR9330Gabor Juhos
2011-06-22ath9k: enable TX/RX data byte swap for AR9330Gabor Juhos
2011-06-22ath9k: don't enable LDPC for AR9330Gabor Juhos
2011-06-22ath9k: use different BB watchdog timeout value for AR9330Gabor Juhos
2011-06-22ath9k: add AR9330 specific PLL initializationGabor Juhos
2011-06-22ath9k: add MAC revision detection for AR9330Gabor Juhos
2011-06-22ath9k: define mac version for AR9330Gabor Juhos
2011-06-01ath9k: Remove ATH9K_BEACON_PERIOD maskRajkumar Manoharan
2011-05-26ath9k_hw: disable phy restart on baseband panic caused by RXSMRajkumar Manoharan
2011-05-19ath9k: Drag the driver to the year 2011Sujith Manoharan
2011-05-16ath9k_hw: enable Antenna diversity for AR9485Mohammed Shafi Shajakhan
2011-04-28ath9k_hw: Add support for btcoexistence in AR9300.Vivek Natarajan
2011-04-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-04-25ath9k: Add power save wrappers and modularize hw_pll handlerSenthil Balasubramanian
2011-04-25ath9k_hw: Fix incorrect baseband PLL phase shift for AR9485Senthil Balasubramanian
2011-04-25ath9k: Fix bug in configuring hw timerVasanthakumar Thiagarajan
2011-04-25ath9k: Fix warnings from -Wunused-but-set-variableSujith Manoharan
2011-04-25ath9k_hw: Enable AR9340 supportVasanthakumar Thiagarajan
2011-04-25ath9k_hw: Disable INTR_HOST1_FATAL to avoid interrupt strom with ar9430Vasanthakumar Thiagarajan
2011-04-25ath9k_hw: Assign macversion based on devid for built-in wmacVasanthakumar Thiagarajan
2011-04-25ath9k_hw: Enable byte Tx/Rx data swap for AR9340Vasanthakumar Thiagarajan
2011-04-25ath9k_hw: Don't do ani initialization for AR9340Vasanthakumar Thiagarajan
2011-04-25ath9k_hw: Configure pll control register accordingly for AR9340Vasanthakumar Thiagarajan
2011-04-25ath9k_hw: Define devid and mac version for AR9340Vasanthakumar Thiagarajan
2011-04-12ath9k: Implement integer mode for AR9485Vasanthakumar Thiagarajan
2011-04-12ath9k_hw: fix stopping rx DMA during resetsFelix Fietkau
2011-04-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville