aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/mac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-01ath10k: do not limit RTS threshold value to 2347Vivek Natarajan1-5/+1
2014-11-26ath10k: fix station count enforcementMichal Kazior1-13/+47
2014-11-26ath10k: clean up num_peers lockingMichal Kazior1-5/+3
2014-11-26ath10k: add missing gotoMichal Kazior1-1/+3
2014-11-26ath10k: fix bug reported by lockdepSujith Manoharan1-2/+2
2014-11-26ath10k: fix locking for WEP keysSujith Manoharan1-0/+4
2014-11-26ath10k: fix shared WEPSujith Manoharan1-0/+25
2014-11-26ath10k: fix offchannel cancel failuresMichal Kazior1-2/+2
2014-11-26ath10k: make hw roc more reliableMichal Kazior1-0/+2
2014-11-26ath10k: fix offchan reliabilityMichal Kazior1-6/+23
2014-11-26ath10k: remove extra_tx_headroomMichal Kazior1-4/+0
2014-11-26ath10k: use configured nss instead of max nssBen Greear1-2/+9
2014-11-26ath10k: apply chainmask settings to vdev on creationBen Greear1-0/+41
2014-11-17Merge branch 'for-linville' of git://github.com/kvalo/athJohn W. Linville1-5/+22
2014-11-17ath10k: advertise support for AP mode channel width changesRajkumar Manoharan1-0/+2
2014-11-04Merge tag 'mac80211-next-for-john-2014-11-04' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-2/+6
2014-11-04mac80211: replace restart_complete() with reconfig_complete()Eliad Peller1-2/+6
2014-10-31ath10k: speed up hw recoveryMichal Kazior1-2/+12
2014-10-31ath10k: avoid possible deadlock with scan timeoutMichal Kazior1-2/+4
2014-10-27Merge tag 'for-linville-20141024' of git://github.com/kvalo/athJohn W. Linville1-225/+284
2014-10-24ath10k: call correct function for frag thresholdMichal Kazior1-1/+1
2014-10-24ath10k: add SURVEY_INFO_IN_USE for current channel on surveyFelix Fietkau1-0/+3
2014-10-21ath10k: use bss_info as txpower sourceMichal Kazior1-20/+74
2014-10-21ath10k: clean up sta auth/assoc codeMichal Kazior1-79/+42
2014-10-21ath10k: skip some commands on reassocMichal Kazior1-23/+29
2014-10-21ath10k: clean up assoc codeMichal Kazior1-48/+46
2014-10-12ath10k: fix kernel panic while shutting down APRajkumar Manoharan1-1/+1
2014-10-08ath10k: don't create bssid peer for ibssJanusz Dziedzic1-18/+10
2014-10-01ath10k: use 64-bit vdev mapBen Greear1-9/+12
2014-10-01ath10k: support ethtool statsBen Greear1-0/+3
2014-09-26Merge branch 'for-linville' of git://github.com/kvalo/athJohn W. Linville1-103/+89
2014-09-23ath10k: deduplicate wmi_channel codeMichal Kazior1-0/+1
2014-09-23ath10k: fix tx/rx chainmask initMichal Kazior1-9/+0
2014-09-23ath10k: workaround fw beaconing bugMichal Kazior1-29/+77
2014-09-18ath10k: use ether_addr_copy()Kalle Valo1-5/+5
2014-09-18ath10k: else is not generally useful after a break or returnKalle Valo1-6/+6
2014-09-18ath10k: fix missing a blank line after declarationsKalle Valo1-4/+2
2014-09-18ath10k: fix use of multiple blank linesKalle Valo1-4/+0
2014-09-18ath10k: fix checkpatch warnings about parenthesis alignmentKalle Valo1-6/+7
2014-09-15Merge tag 'mac80211-next-for-john-2014-09-12' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-2/+3
2014-09-11ath10k: add testmodeKalle Valo1-1/+8
2014-09-11mac80211: replace SMPS hw flags with wiphy feature bitsEliad Peller1-2/+3
2014-09-02ath10k: don't access tx_info while overwriting itMichal Kazior1-5/+4
2014-09-02ath10k: stop monitor vdev for sta assocMichal Kazior1-1/+9
2014-09-02ath10k: fix monitor start/stop sequencesMichal Kazior1-72/+49
2014-09-02ath10k: fix num_legacy_stations trackingMichal Kazior1-1/+1
2014-08-26ath10k: improve logging to include dev idMichal Kazior1-209/+218
2014-08-14ath10k: fix typo in error messageBen Greear1-1/+1
2014-08-14ath10k: improve vdev map handlingBen Greear1-17/+12
2014-08-12ath10k: embed ar_pci inside arMichal Kazior1-2/+2