summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/hw.c
Commit message (Expand)AuthorAgeFilesLines
* ath9k_hw: add AR9580 supportLuis R. Rodriguez2011-08-261-0/+1
* ath9k_hw: fix EIFS value to microsecondsAlex Hacker2011-08-241-1/+1
* ath9k: do btcoex ASPM disabling at initialization timeStanislaw Gruszka2011-08-221-4/+4
* ath9k_hw: calculate a much better approximation of channel noiseFelix Fietkau2011-08-081-0/+1
* ath9k_hw: do not limit initial tx power to 20 dbmFelix Fietkau2011-08-081-3/+6
* ath9k: skip ->config_pci_powersave() if PCIe port has ASPM disabledStanislaw Gruszka2011-08-011-2/+9
* ath9k_hw: validate and fix broken eeprom chainmask settingsFelix Fietkau2011-07-211-0/+22
* ath9k_hw: remove ar9287 v1.3+ specific hardcoded register hacksFelix Fietkau2011-07-111-3/+7
* ath9k_hw: initialize more timing related registers for half/quarter channelsFelix Fietkau2011-07-111-8/+59
* ath9k_hw: fix MAC clock rate for AR9287 v1.3+Felix Fietkau2011-07-111-1/+4
* ath9k_hw: fix MAC clock for half/quarter rateFelix Fietkau2011-07-111-0/+7
* ath9k_hw: always enable 5 GHz fast clock for AR9280Felix Fietkau2011-07-111-4/+1
* ath9k: enable support for AR9330Gabor Juhos2011-06-221-0/+1
* ath9k: add external_reset callback to ath9k_platfom_data for AR9330Gabor Juhos2011-06-221-0/+35
* ath9k: enable antenna diversity for AR9330Gabor Juhos2011-06-221-1/+1
* ath9k: enable TX/RX data byte swap for AR9330Gabor Juhos2011-06-221-1/+1
* 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: add MAC revision detection for AR9330Gabor Juhos2011-06-221-0/+9
* ath9k: define mac version for AR9330Gabor Juhos2011-06-221-1/+4
* ath9k: Remove ATH9K_BEACON_PERIOD maskRajkumar Manoharan2011-06-011-3/+3
* ath9k_hw: disable phy restart on baseband panic caused by RXSMRajkumar Manoharan2011-05-261-1/+4
* ath9k: Drag the driver to the year 2011Sujith Manoharan2011-05-191-1/+1
* ath9k_hw: enable Antenna diversity for AR9485Mohammed Shafi Shajakhan2011-05-161-0/+16
* ath9k_hw: Add support for btcoexistence in AR9300.Vivek Natarajan2011-04-281-8/+16
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-04-261-9/+0
|\
| * ath9k_hw: fix stopping rx DMA during resetsFelix Fietkau2011-04-121-9/+0
* | ath9k: Add power save wrappers and modularize hw_pll handlerSenthil Balasubramanian2011-04-251-1/+1
* | ath9k_hw: Fix incorrect baseband PLL phase shift for AR9485Senthil Balasubramanian2011-04-251-4/+0
* | ath9k: Fix bug in configuring hw timerVasanthakumar Thiagarajan2011-04-251-9/+4
* | ath9k: Fix warnings from -Wunused-but-set-variableSujith Manoharan2011-04-251-3/+1
* | ath9k_hw: Enable AR9340 supportVasanthakumar Thiagarajan2011-04-251-0/+2
* | ath9k_hw: Disable INTR_HOST1_FATAL to avoid interrupt strom with ar9430Vasanthakumar Thiagarajan2011-04-251-1/+5
* | ath9k_hw: Assign macversion based on devid for built-in wmacVasanthakumar Thiagarajan2011-04-251-3/+11
* | ath9k_hw: Enable byte Tx/Rx data swap for AR9340Vasanthakumar Thiagarajan2011-04-251-1/+3
* | ath9k_hw: Don't do ani initialization for AR9340Vasanthakumar Thiagarajan2011-04-251-1/+1
* | ath9k_hw: Configure pll control register accordingly for AR9340Vasanthakumar Thiagarajan2011-04-251-1/+49
* | ath9k_hw: Define devid and mac version for AR9340Vasanthakumar Thiagarajan2011-04-251-1/+1
* | ath9k: Implement integer mode for AR9485Vasanthakumar Thiagarajan2011-04-121-16/+29
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-04-071-0/+1
|\ \ | |/
| * ath9k: Fix phy info print message with AR9485 chipset.Senthil Balasubramanian2011-04-041-0/+1
* | ath9k_hw: remove ath9k_get_channel_edgesMohammed Shafi Shajakhan2011-04-041-25/+0
* | ath9k_hw: remove pCap->tx_triglevel_maxFelix Fietkau2011-03-301-5/+0
* | ath9k_hw: remove ATH9K_HW_CAP_ENHANCEDPMFelix Fietkau2011-03-301-2/+0
* | ath9k_hw: remove pCap->keycache_sizeFelix Fietkau2011-03-301-6/+0
* | ath9k_hw: remove pCap->reg_capFelix Fietkau2011-03-301-17/+0
* | ath9k_hw: remove ah->config.ht_enableFelix Fietkau2011-03-301-6/+1
* | ath9k_hw: remove pCap->total_queuesFelix Fietkau2011-03-301-7/+1
* | ath9k_hw: turn a few big macros into functionsFelix Fietkau2011-03-301-0/+14
OpenPOWER on IntegriCloud