aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-06ath5k: remove __dev* attributesBill Pemberton3-6/+6
2012-12-06carl9170: explain why sta cannot be NULL for ampdusChristian Lamparter1-0/+7
2012-12-03carl9170: fix signal strength reporting issuesChristian Lamparter1-0/+2
2012-11-30ath9k: use SIMPLE_DEV_PM_OPSHauke Mehrtens1-11/+4
2012-11-30wireless: allow Atheros card to not depend on ath.koVladimir Kondratiev5-2/+9
2012-11-30ath9k: Remove redundant NULL assignmentSujith Manoharan1-1/+0
2012-11-30ath9k: Implement sta_add_debugfs/sta_remove_debugfsSujith Manoharan4-3/+111
2012-11-30ath9k: Replace WME_NUM_TID with IEEE80211_NUM_TIDSSujith Manoharan3-6/+5
2012-11-30ath9k: Move ethtool functions to debug.cSujith Manoharan3-127/+127
2012-11-30ath9k: Fix buffer overflow errorRajkumar Manoharan1-1/+2
2012-11-26Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville2-16/+16
2012-11-26nl80211/cfg80211: support VHT channel configurationJohannes Berg1-6/+4
2012-11-26cfg80211: pass a channel definition structJohannes Berg1-8/+14
2012-11-26cfg80211: remove remain-on-channel channel typeJohannes Berg2-8/+4
2012-11-21Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville3-3/+3
2012-11-21ath9k: Remove 'stations' debugfs fileSujith Manoharan4-95/+0
2012-11-21ath9k: Fix rate control debuggingSujith Manoharan2-19/+33
2012-11-21ath9k: Fill remove_sta_debugfs() callbackSujith Manoharan2-4/+15
2012-11-21ath9k: Add a debugfs file to dump queue statisticsSujith Manoharan1-0/+53
2012-11-21ath9k: Fix the 'xmit' debugfs fileSujith Manoharan6-105/+23
2012-11-21ath9k/ath9k_htc: Remove WME macrosSujith Manoharan16-86/+79
2012-11-21ath9k: stomp audio profiles on weak signal strengthRajkumar Manoharan5-1/+25
2012-11-21ath9k: Fix MCI reset in BT cal_reqRajkumar Manoharan4-19/+7
2012-11-21ath9k: Process FATAL interrupts at firstRajkumar Manoharan1-12/+9
2012-11-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville2-3/+7
2012-11-19ath9k: Fix BTCOEX debugfs file usageSujith Manoharan3-20/+50
2012-11-19ath9k_hw: Fix regression in device resetSujith Manoharan1-1/+1
2012-11-16ath9k_hw: Program filter coefficients correctlySujith Manoharan4-11/+16
2012-11-16ath5k: precedence error in ath5k_hw_nic_wakeup()Dan Carpenter1-3/+3
2012-11-16ath5k: Use module_platform_driver macro for ahb.cSyam Sidhardhan1-14/+1
2012-11-16ath9k: Remove unused workaroundSujith Manoharan4-23/+0
2012-11-16ath9k_hw: Update AR9485 initvalsSujith Manoharan1-63/+273
2012-11-16ath9k_hw: Fix wrong peak detector DC offsetRajkumar Manoharan3-8/+116
2012-11-16ath9k: [DFS] add pulse width tolerance for ETSIZefir Kurtisi1-1/+6
2012-11-16Merge branch 'for-linville' of git://github.com/kvalo/ath6klJohn W. Linville18-285/+990
2012-11-16Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville6-28/+37
2012-11-16ath6kl: support NL80211_USER_REG_HINT_CELL_BASE eventsKalle Valo1-3/+12
2012-11-14ar5523: Don't dereference sta if NULLPontus Fuchs1-2/+2
2012-11-14ar5523: Fix sparse endianness warningsPontus Fuchs2-21/+24
2012-11-14drivers/net/wireless/ath/ath6kl/hif.c: drop if around WARN_ONJulia Lawall1-4/+2
2012-11-14ar5523: use module_usb_driver to simplify the codeWei Yongjun1-12/+1
2012-11-14carl9170: kill MODULE_VERSIONLuis R. Rodriguez1-5/+0
2012-11-14ath9k: fix memory leak in DFS pattern detectorZefir Kurtisi1-0/+1
2012-11-14ath9k: resolve name collision in DFS detectorZefir Kurtisi2-4/+4
2012-11-13mac80211: support RX_FLAG_MACTIME_ENDThomas Pedersen3-3/+3
2012-11-09mac80211: clarify interface iteration and make it configurableJohannes Berg5-23/+33
2012-10-30ar5523: make buffer size variable unsignedDan Carpenter1-1/+1
2012-10-30ath9k: Test for TID only in BlockAcks while checking tx statusSven Eckelmann1-2/+6
2012-10-30cfg80211: allow per interface TX power settingJohannes Berg1-5/+4
2012-10-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville3-82/+85