summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
Commit message (Expand)AuthorAgeFilesLines
* cfg80211: fix channel configuration in IBSS joinAntonio Quartulli2014-02-041-6/+2Star
* nl80211: fix scheduled scan RSSI matchset attribute confusionJohannes Berg2014-02-041-5/+14
* mac80211: remove module handling from rate control opsJohannes Berg2014-02-041-1/+0Star
* mac80211: make rate control ops constJohannes Berg2014-02-041-1/+1
* ath9k: Fix RX interrupt mitigationSujith Manoharan2014-01-232-2/+12
* ath9k: Fix code mistakeSujith Manoharan2014-01-231-1/+1
* carl9170: use ath_is_mybeaconOleksij Rempel2014-01-161-6/+3Star
* ath5k: use ath_is_mybeaconOleksij Rempel2014-01-161-25/+8Star
* ath9k_htc: use ath_is_mybeaconOleksij Rempel2014-01-161-3/+1Star
* ath9k: use ath_is_mybeaconOleksij Rempel2014-01-161-16/+4Star
* ath: add common function ath_is_mybeaconOleksij Rempel2014-01-162-0/+10
* wil6210: correct #include for prefetch()Vladimir Kondratiev2014-01-161-1/+1
* ath9k: Fix possible overflow conditionSujith Manoharan2014-01-161-1/+1
* ath9k: Fix IQ calibrationSujith Manoharan2014-01-161-2/+15
* ath9k: Fix error reported by smatchSujith Manoharan2014-01-161-1/+1
* ath9k: Process GTT interruptsSujith Manoharan2014-01-133-4/+35
* ath9k: Remove debug print in ISRSujith Manoharan2014-01-131-2/+0Star
* ath9k: Add a debugfs file "node_recv"Sujith Manoharan2014-01-135-7/+203
* ath9k: Use a separate debugfs file for PHY errorsSujith Manoharan2014-01-131-43/+74
* ath9k: Show only active TIDs in node_aggrSujith Manoharan2014-01-131-5/+13
* ath9k: Add an option for station statisticsSujith Manoharan2014-01-135-81/+108
* cfg80211: make regulatory_hint() remove REGULATORY_CUSTOM_REGLuis R. Rodriguez2014-01-131-2/+0Star
* ath: fix warning on usage of REGULATORY_CUSTOM_REGLuis R. Rodriguez2014-01-131-3/+6
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2014-01-135-16/+0Star
|\
| * mac80211: remove channel_change_timeJohannes Berg2014-01-075-16/+0Star
* | Merge branch 'for-linville' of git://github.com/kvalo/athJohn W. Linville2014-01-1311-23/+642
|\ \
| * | ath10k: add set_bitrate_mask callbackJanusz Dziedzic2014-01-103-0/+317
| * | ath10k: add debugfs file to control firmware dbglogKalle Valo2014-01-104-0/+154
| * | ath10k: add trace event for WMI_DEBUG_MESG_EVENTIDKalle Valo2014-01-102-2/+28
| * | ath10k: handle WMI debug print eventsKalle Valo2014-01-101-2/+31
| * | ath10k: track number of existing peersBartosz Markowski2014-01-103-3/+29
| * | ath10k: disable STA kickout in FWMarek Puzyniak2014-01-101-1/+8
| * | ath10k: add DFS_CERTIFIED optionJanusz Dziedzic2014-01-101-0/+7
| * | Merge remote-tracking branch 'wireless-next/master' into ath-nextKalle Valo2013-12-2340-1325/+1269Star
| |\ \
| * | | ath10k: introduce NO_P2P fw feature flagBartosz Markowski2013-12-162-3/+9
| * | | ath10k: split the if_limits and if_combBartosz Markowski2013-12-161-9/+17
| * | | ath10k: fix band reporting for mgmt CCK frames on 5GHzMichal Kazior2013-12-161-1/+20
| * | | ath10k: handle TKIP MIC error correctlyJanusz Dziedzic2013-12-163-1/+17
| * | | ath10k: fix WEP Shared authenticationMichal Kazior2013-12-111-1/+5
* | | | ath9k: Disable cross-band FCCSujith Manoharan2014-01-091-7/+0Star
* | | | ath9k: Use correct channel for RX packetsSujith Manoharan2014-01-091-11/+14
* | | | ath9k: Update WB335 PCI IDsSujith Manoharan2014-01-091-19/+82
* | | | wil6210: prefetch head of packetVladimir Kondratiev2014-01-091-0/+3
* | | | wil6210: Fix IP version indication for Tx csum offloadVladimir Kondratiev2014-01-091-2/+3
* | | | wil6210: interrupt moderationVladimir Kondratiev2014-01-092-0/+14
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-01-064-19/+67
|\ \ \ \
| * | | | ath9k: Fix interrupt handling for the AR9002 familySujith Manoharan2013-12-171-9/+43
| * | | | ath9k_htc: properly set MAC address and BSSID maskMathy Vanhoef2013-12-172-10/+20
| * | | | ath9k: fix duration calculation for non-aggregated packetsFelix Fietkau2013-12-091-0/+4
* | | | | wireless: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-035-5/+0Star