summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2013-01-04wireless: add new wil6210 802.11ad 60GHz driverVladimir Kondratiev16-0/+6195
2013-01-04ath9k: Fix Kconfig for ATH9K_HTCVladimir Kondratiev1-1/+1
2013-01-02ath9k_hw: Fix RX gain initvals for AR9485Sujith Manoharan1-1/+1
2013-01-02carl9170: fix -EINVAL bailout during init with !CONFIG_MAC80211_MESHChristian Lamparter1-1/+5
2013-01-02ath9k: Fix compilation breakageSujith Manoharan1-1/+2
2012-12-13Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-4/+4
2012-12-11ath9k: check pdata variable before dereferencing itGabor Juhos1-1/+1
2012-12-11ath5k: RX timestamp is reported at end of frameThomas Pedersen1-12/+1
2012-12-11ath9k_htc: RX timestamp is reported at end of frameThomas Pedersen1-1/+1
2012-12-11ath9k: RX timestamp is reported at end of frameThomas Pedersen1-1/+1
2012-12-10ath5k: fix tx path skb leaksFelix Fietkau2-3/+3
2012-12-10ath9k: allow to load EEPROM content via firmware APIGabor Juhos3-2/+80
2012-12-10ath9k: use 'struct ath_hw *' as the first argument for 'ath9k_hw_nvram_read'Gabor Juhos6-22/+17
2012-12-10ath9k: add EEPROM offset to debug messageGabor Juhos1-1/+2
2012-12-10ath9k: move duplicated debug message to 'ath9k_hw_nvram_read'Gabor Juhos4-13/+11
2012-12-10ath9k_hw: Fix signal strength / channel noise reportingFelix Fietkau2-0/+4
2012-12-10ath9k_hw: Update intivals for AR9340Sujith Manoharan1-2/+4
2012-12-10ath9k_hw: Calculate the correct training power for PAPRDSujith Manoharan2-20/+43
2012-12-10ath9k_hw: Add HW cap for PAPRDSujith Manoharan5-7/+18
2012-12-10ath9k_hw: Fix PAPRD retraining for AR9485Sujith Manoharan1-1/+5
2012-12-10ath9k_hw: Various trivial fixes for PAPRDSujith Manoharan2-8/+3
2012-12-10ath9k: Fix redundant PS wrappersSujith Manoharan1-4/+6
2012-12-10ath9k: Add a few debug messages for PAPRDSujith Manoharan2-2/+11
2012-12-10ath9k_hw: Fix PAPRD trainingSujith Manoharan1-7/+29
2012-12-10ath9k_hw: Fix PAPRD registers for AR9485Sujith Manoharan1-15/+14
2012-12-10ath9k: ar9003: fix OTP register offsets for AR9340Gabor Juhos1-3/+3
2012-12-10carl9170: fix copy and paste mishap in carl9170_handle_mpduChristian Lamparter1-1/+1
2012-12-10ath9k: Fix regression in 'xmit' debugfs fileSujith Manoharan1-1/+1
2012-12-10Revert "ath9k_hw: Update AR9003 high_power tx gain table"Felix Fietkau1-86/+86
2012-12-07ath9k: Use standard #defines for PCIe Capability ASPM fieldsBjorn Helgaas1-4/+4
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/jber...John 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/jber...John 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