summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-12-08ath9k: Make DMA warning in ath_stoprecv WARN_ON_ONCE.Ben Greear2-2/+8
2010-12-08ath9k: Add device id of AR9485 to pci tableVasanthakumar Thiagarajan1-0/+1
2010-12-08ath9k_hw: Disable MRC CCK for AR9485Vasanthakumar Thiagarajan1-1/+1
2010-12-08ath9k_hw: Setup paprd only for supported chainsVasanthakumar Thiagarajan2-17/+36
2010-12-08ath9k_hw: Program appropriate register for temperature compensation cal for A...Vasanthakumar Thiagarajan1-1/+1
2010-12-08ath9k_hw: Add IQ cal changes for AR9485Vasanthakumar Thiagarajan2-3/+255
2010-12-08ath9k_hw: Define IQcal correction coefficient registers using indexVasanthakumar Thiagarajan2-8/+10
2010-12-08ath9k_hw: Program appropriate chianmask for AR9485 before starting AGC/IQ calVasanthakumar Thiagarajan1-1/+3
2010-12-08ath9k_hw: Configure power control only for the supported chainsVasanthakumar Thiagarajan1-12/+16
2010-12-08ath9k_hw: Read and configure turnning caps to regulate freq accuracyVasanthakumar Thiagarajan2-0/+22
2010-12-08ath9k_hw: Configure internal regulator for AR9485Vasanthakumar Thiagarajan2-15/+82
2010-12-08ath9k_hw: Read and configure antenna diversity control for AR9485Vasanthakumar Thiagarajan2-4/+30
2010-12-08ath9k_hw: Configure xpa bias level for AR9485Vasanthakumar Thiagarajan2-3/+13
2010-12-08ath9k: Read spur channel information from eeprom for AR9485Vasanthakumar Thiagarajan1-3/+32
2010-12-08ath9k_hw: Add a helper function to get spur channel pointer from cal data for...Vasanthakumar Thiagarajan2-0/+11
2010-12-08ath9k_hw: Find chansel of AR_PHY_65NM_CH0_SYNTH7 for AR9485Vasanthakumar Thiagarajan2-1/+5
2010-12-08ath9k: Configure pll control for AR9485Vasanthakumar Thiagarajan2-1/+8
2010-12-08ath9k_hw: Find the maximum number of chains that hw supportsVasanthakumar Thiagarajan2-1/+15
2010-12-08ath9k: Enable extended synch for AR9485 to fix L0s recovery issueVasanthakumar Thiagarajan5-0/+23
2010-12-08ath9k: Disable TX STBC for AR9485Vasanthakumar Thiagarajan1-1/+3
2010-12-08ath9k_hw: Disable LDPC for AR9485Vasanthakumar Thiagarajan1-2/+4
2010-12-08ath9k_hw: Eeeprom changes for AR9485Vasanthakumar Thiagarajan2-2/+7
2010-12-08ath9k_hw: Initialize tx/rx gain table from initvals.h for AR9485Vasanthakumar Thiagarajan1-20/+62
2010-12-08ath9k_hw: Initialize mode registers for AR9485Vasanthakumar Thiagarajan1-66/+129
2010-12-08ath9k_hw: Enable hw initialization for AR9485Vasanthakumar Thiagarajan3-0/+3
2010-12-08ath9k_hw: Add initvals.h for AR9485Vasanthakumar Thiagarajan1-0/+943
2010-12-08ath9k_hw: Define hw version macros for AR9485Vasanthakumar Thiagarajan1-0/+8
2010-12-08ath5k: remove MODULE_VERSIONJohn W. Linville1-1/+0
2010-12-08ath: Fix ath_dbg access beyond array boundJoe Perches1-25/+2
2010-12-08ath: Convert ath_print to ath_dbgJoe Perches36-1105/+1009
2010-12-08ath: Convert ath_print(.., ATH_DBG_FATAL to ath_errJoe Perches21-254/+186
2010-12-08ath: Add and use ath_printk and ath_<level>Joe Perches4-91/+124
2010-12-08orinoco: allow IW_AUTH_MFP to pass throughDavid Kilroy1-0/+8
2010-12-07iwlwifi: jiffies based tx queues watchdogStanislaw Gruszka13-138/+91
2010-12-07iwl3945: prevent too frequent firmware resetsStanislaw Gruszka1-0/+7
2010-12-07ath5k: Include tx ack reporting on hw flagsNick Kossifidis1-2/+3
2010-12-07ath5k: Fix reporting of RX dma stop failureNick Kossifidis1-1/+1
2010-12-07ath5k: Disable ANI during resetNick Kossifidis1-2/+8
2010-12-07ath5k: Always free tx buffers before resetNick Kossifidis1-2/+4
2010-12-06ath5k: Always write tx powertable on hwNick Kossifidis1-12/+21
2010-12-06ath5k: Use EWMA factor of 1024 instead of 1000Bruno Randolf1-1/+1
2010-12-06Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel...John W. Linville7-54/+79
2010-12-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville19-211/+228
2010-12-02ath5k: Fix reset and interrupts for AHB type of devices.Felix Fietkau2-13/+97
2010-12-02ath5k: Add AHB bus support.Felix Fietkau7-4/+322
2010-12-02ath5k: Add initial registers values for radio RF2317 chip.Felix Fietkau1-0/+23
2010-12-02ath5k: Add a function to read chipset's MAC revisionFelix Fietkau3-5/+16
2010-12-02ath5k: Check if pci pdev struct is initialized in common functions.Felix Fietkau4-8/+10
2010-12-02ath5k: Use generic eeprom read from common ath_bus_opts struct.Felix Fietkau4-37/+45
2010-12-02ath5k: Move PCI bus functions to separate file.Felix Fietkau4-266/+289