summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2012-09-12ath9k: fix decrypt_error initialization in ath_rx_tasklet()Lorenzo Bianconi1-1/+1
2012-08-19ath9k: Add PID/VID support for AR1111Mohammed Shafi Shajakhan3-0/+3
2012-07-12ath9k: enable serialize_regmode for non-PCIE AR9287Panayiotis Karabassis1-1/+1
2012-07-12ath9k: fix dynamic WEP related regressionFelix Fietkau3-1/+7
2012-07-04ath9k_hw: avoid possible infinite loop in ar9003_get_pll_sqsum_dvcMohammed Shafi Shajakhan1-1/+13
2012-07-04ath9k: fix a tx rate duration calculation bugFelix Fietkau1-1/+1
2012-07-04ath9k: Fix softlockup in AR9485Mohammed Shafi Shajakhan1-0/+9
2012-07-04ath9k: Fix a WARNING on suspend/resume with IBSSMohammed Shafi Shajakhan1-9/+0
2012-06-10ath9k: fix a use-after-free-bug when ath_tx_setup_buffer() failsFelix Fietkau1-6/+10
2012-04-23ath9k: fix max noise floor thresholdRajkumar Manoharan1-3/+2
2012-03-12carl9170: fix frame delivery if sta is in powersave modeChristian Lamparter1-3/+5
2012-03-12carl9170: Fix memory accounting when sta is in power-save mode.Nicolas Cavallari1-0/+1
2012-03-12ath9k_hw: prevent writes to const data on AR9160Felix Fietkau3-25/+20
2012-03-01ath9k: stop on rates with idx -1 in ath9k rate control's .tx_statusPavel Roskin1-1/+1
2012-02-21ath9k_hw: fix a RTS/CTS timeout regressionFelix Fietkau1-2/+5
2012-02-21ath9k: fix a WEP crypto related regressionFelix Fietkau1-0/+8
2012-02-21ath9k: Fix kernel panic during driver initilizationMohammed Shafi Shajakhan1-4/+5
2012-01-26ath9k_hw: fix interpretation of the rx KeyMiss flagFelix Fietkau2-4/+6
2012-01-26ath9k: Fix regression in channelwidth switch at the same channelRajkumar Manoharan2-6/+3
2012-01-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+3
2012-01-03ath9k: Fix kernel panic in AR2427 in AP modeMohammed Shafi Shajakhan1-0/+3
2011-12-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+3
2011-12-12ath9k: fix max phy rate at rate control initRajkumar Manoharan1-1/+3
2011-12-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+1
2011-12-07ath9k: fix check for antenna diversity supportFelix Fietkau1-1/+1
2011-11-28ath9k: Revert change that broke AR928X on Acer Ferrari OneRafael J. Wysocki1-1/+2
2011-11-27ath9k: Revert change that broke AR928X on Acer Ferrari OneRafael J. Wysocki1-1/+2
2011-11-10Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller1-0/+2
2011-11-09Merge branch 'master' of ssh://ra.kernel.org/pub/scm/linux/kernel/git/linvill...John W. Linville1-0/+2
2011-11-09ath: Fix NULL ptr dereference in ath_reg_apply_world_flagsHelmut Schaa1-0/+2
2011-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds6-35/+38
2011-11-07Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds25-1/+27
2011-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville6-35/+38
2011-11-02ath9k_hw: Fix noise floor calibration timeout on fast channel changeRajkumar Manoharan3-7/+3
2011-11-02ath9k_hw: Update AR9485 initvals to fix system hang issueRajkumar Manoharan1-5/+5
2011-11-02carl9170: fix AMPDU TX_CTL_REQ_TX_STATUS handlingChristian Lamparter1-4/+7
2011-11-02ath9k_hw: Fix regression of register offset of AR9330/AR9340Rajkumar Manoharan1-5/+5
2011-11-02ath9k_hw: Fix radio retention for AR9462Rajkumar Manoharan1-2/+6
2011-11-02ath9k_hw: Fix regression of register offset for AR9003 chipsRajkumar Manoharan1-12/+12
2011-11-02Merge branch 'for-linus' of git://github.com/richardweinberger/linuxLinus Torvalds1-1/+1
2011-11-02um: a couple of missing dependencies...Al Viro1-1/+1
2011-11-01treewide: use __printf not __attribute__((format(printf,...)))Joe Perches3-7/+6
2011-11-01drivers/net: wireless/ath/ath5k/debug.c does not need module.hPaul Gortmaker1-1/+0
2011-11-01drivers/net: Add moduleparam.h to drivers as required.Paul Gortmaker3-0/+4
2011-11-01drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker16-0/+16
2011-11-01drivers/net: Add module.h to drivers who were implicitly using itPaul Gortmaker7-0/+7
2011-10-14ath9k: Rename AR9480 into AR9462Rajkumar Manoharan14-221/+221
2011-10-14ath9k_hw: Rename AR9480 -> AR9462 initvalsRajkumar Manoharan3-2/+2
2011-10-14ath9k_hw: Do fast channel change based on reusable calibration resultsRajkumar Manoharan3-4/+14
2011-10-14ath9k_hw: Add radio retention support for AR9480Rajkumar Manoharan8-15/+316