summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2013-10-07ath9k: fix tx queue scheduling after channel changesFelix Fietkau1-12/+11
2013-09-30ath9k: fix powersave response handling for BA session packetsFelix Fietkau1-3/+6
2013-09-26ath9k: add txq locking for ath_tx_aggr_startFelix Fietkau1-0/+6
2013-09-26ath9k: don't use BAW tracking on PS responses for non-AMPDU packetsFelix Fietkau1-2/+4
2013-09-26ath9k: Fix regression in LNA diversitySujith Manoharan1-7/+0
2013-09-26ath9k: do not link bf_next across multiple A-MPDUsFelix Fietkau1-1/+3
2013-09-26ath9k: fix stale flag handling on buffer cloneFelix Fietkau1-0/+1
2013-09-03drivers/net: Convert uses of compare_ether_addr to ether_addr_equalJoe Perches1-2/+2
2013-08-28ath9k: Enable D3/L1 ASPM fix for AR9462Sujith Manoharan1-6/+5
2013-08-28ath9k: Remove unused ANI commandsSujith Manoharan5-18/+4
2013-08-28Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2-5/+4
2013-08-28ath9k: ar9003_eeprom.c:3618 fix variable name typoJohn W. Linville1-2/+2
2013-08-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville4-4/+15
2013-08-26ath9k: Fix DEBUG_FS dependency for ath9kSujith Manoharan1-1/+1
2013-08-26ath9k: Fix TX poll work lockingSujith Manoharan1-1/+1
2013-08-26ath9k: Fix ASPM workaround usageSujith Manoharan6-25/+64
2013-08-26ath5k: debugfs: NULL-terminate stringsDjalal Harouni1-6/+18
2013-08-26ath9k: Fix ASPM for AR9462Sujith Manoharan3-0/+31
2013-08-23cfg80211: add flags to cfg80211_rx_mgmt()Vladimir Kondratiev2-5/+4
2013-08-22ath9k: Add one more PCI ID for CUS198Sujith Manoharan1-0/+5
2013-08-22ath9k: Add antenna diversity tweak for CUS198Sujith Manoharan4-0/+9
2013-08-22ath9k: Add support for AR9485 1.2Sujith Manoharan3-13/+13
2013-08-22ath9k: Enable PLL fix only for AR9340/AR9330Sujith Manoharan1-2/+1
2013-08-22ath9k_htc: Restore skb headroom when returning skb to mac80211Helmut Schaa1-0/+10
2013-08-22Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2-2/+4
2013-08-21mac80211: add a flag to indicate CCK support for HT clientsFelix Fietkau2-2/+4
2013-08-16Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2-3/+7
2013-08-16ath9k: enable CSA functionality in ath9kSimon Wunderlich5-0/+43
2013-08-16ath5k: enable support for 5 MHz and 10 MHz channelsSimon Wunderlich4-5/+25
2013-08-16ath5k: set 5/10 MHz supported channels and fix durationSimon Wunderlich3-9/+42
2013-08-16ath5k: report 5/10 MHz channelsSimon Wunderlich1-0/+10
2013-08-16ath9k: announce that ath9k supports 5/10 MHzSimon Wunderlich1-0/+1
2013-08-16ath9k: set 5/10 MHz supported channels and fix bitrateSimon Wunderlich2-8/+21
2013-08-16ath9k: report 5/10 MHz channelsSimon Wunderlich1-0/+11
2013-08-16ath9k: use chandef instead of channel_typeSimon Wunderlich6-40/+51
2013-08-16ath9k: always use SIFS times from OFDM for 5/10 MHzSimon Wunderlich1-3/+2
2013-08-15ath9k: Use lockless variant to initialize RX fifoSujith Manoharan1-1/+1
2013-08-15ath9k: Optimize LNA checkSujith Manoharan1-30/+47
2013-08-15ath9k: Identify first subframe in an A-MPDUSujith Manoharan3-2/+5
2013-08-15ath9k: Handle invalid RSSISujith Manoharan1-16/+33
2013-08-15ath9k: Remove unused function argumentSujith Manoharan1-2/+1
2013-08-15ath9k: Fix error condition for corrupt descriptorsSujith Manoharan1-10/+18
2013-08-15ath9k: Handle corrupt descriptors properlySujith Manoharan1-2/+10
2013-08-15ath9k: Move the RX poll check to preprocess()Sujith Manoharan1-4/+4
2013-08-15ath9k: Fix RX beacon processingSujith Manoharan1-26/+22
2013-08-15ath9k: Fix RX packet counterSujith Manoharan1-4/+7
2013-08-15ath9k: Fix RX debug statisticsSujith Manoharan1-2/+1
2013-08-15ath9k: Fix PHY error processingSujith Manoharan1-11/+12
2013-08-15ath9k: Reorder some functionsSujith Manoharan1-110/+110
2013-08-15ath9k: Fix TSF processingSujith Manoharan1-13/+20