summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/mac.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-11/+158
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2015-03-31Merge tag 'mac80211-next-for-davem-2015-03-30' of git://git.kernel.org/pub/sc...David S. Miller1-1/+2
2015-03-06treewide: Fix typo in printk messagesMasanari Iida1-1/+1
2015-03-06Merge tag 'wireless-drivers-next-for-davem-2015-03-06' of git://git.kernel.or...David S. Miller1-9/+155
2015-03-05Merge ath-next from ath.gitKalle Valo1-9/+155
2015-03-04ath10k: disable multi-vif ps by defaultMichal Kazior1-2/+29
2015-03-04ath10k: workaround qca6174 sta powersave issueMichal Kazior1-0/+12
2015-03-03wireless: Use eth_<foo>_addr instead of memsetJoe Perches1-1/+1
2015-03-03cfg80211: add bss_type and privacy arguments in cfg80211_get_bss()Dedy Lansky1-1/+2
2015-02-15ath10k: add TxBF supportMichal Kazior1-0/+79
2015-02-15ath10k: defer AP self-peer removal waitMichal Kazior1-2/+18
2015-02-15ath10k: fix spelling mistakes and add details to mac loggingBen Greear1-5/+6
2015-02-15ath10k: scan should handle scan-start-failed event properlyBen Greear1-0/+11
2015-02-09Merge tag 'wireless-drivers-next-for-davem-2015-02-07' of git://git.kernel.or...David S. Miller1-104/+351
2015-02-06Merge ath-next from ath.gitKalle Valo1-104/+351
2015-02-04Merge tag 'mac80211-next-for-davem-2015-02-03' of git://git.kernel.org/pub/sc...David S. Miller1-1/+15
2015-02-04ath10k: fix beacon deadlockMichal Kazior1-1/+5
2015-02-04ath10k: prevent setting wrong key idx for stationSenthilKumar Jegadeesan1-90/+71
2015-01-29ath10k: Enable the MCS8 and MCS9 at 2.4G bandYanbo Li1-2/+12
2015-01-29ath10k: disable sta keepaliveMichal Kazior1-0/+42
2015-01-29ath10k: use per-vif wmm param setup if possibleMichal Kazior1-5/+17
2015-01-29ath10k: move wmm param storage to vifMichal Kazior1-5/+6
2015-01-27ath10k: remove sw encryption for pmfMarek Kwaczynski1-4/+1
2015-01-27ath10k: disable uapsd autotriggerMichal Kazior1-0/+33
2015-01-27ath10k: fix nullfunc workaroundMichal Kazior1-0/+1
2015-01-27ath10k: fix dtim period with beacon templatesMichal Kazior1-1/+1
2015-01-27ath10k: use IEEE80211_HW_SW_CRYPTO_CONTROLJohannes Berg1-1/+15
2015-01-22Merge commit 'c1e140bf79d817d4a7aa9932eb98b0359c87af33' from mac80211-nextKalle Valo1-1/+2
2015-01-15ath10k: document switch case fall-through in __ath10k_scan_finishJohn W. Linville1-0/+1
2015-01-15ath10k: implement support for ap beacon offloadingMichal Kazior1-0/+162
2015-01-13ath10k: fixup wait_for_completion_timeout return handlingNicholas Mc Guire1-1/+1
2015-01-13ath10k: Implement sta_add_debugfsRajkumar Manoharan1-0/+3
2014-12-23ath10k: set phymode to 11b when NO_OFDM flag setPeter Oh1-1/+4
2014-12-23ath10k: send (re)assoc peer command when NSS changedJanusz Dziedzic1-2/+3
2014-12-23ath10k: fix low TX rates when IBSS and HTJanusz Dziedzic1-0/+7
2014-12-23ath10k: add 10.2.4 firmware supportRajkumar Manoharan1-0/+1
2014-12-23ath10k: use wmi op version to check which iface combination to useKalle Valo1-6/+15
2014-12-16ath10k: advertise p2p dev supportMichal Kazior1-3/+9
2014-12-16ath10k: enable per-vif sta powersaveMichal Kazior1-4/+8
2014-12-16ath10k: prevent invalid ps timeout configMichal Kazior1-1/+10
2014-12-16ath10k: fix STA u-APSDMichal Kazior1-10/+69
2014-12-16ath10k: improve 11b coexMichal Kazior1-1/+12
2014-12-16ath10k: unregister and remove frag_threshold callbackPeter Oh1-24/+0
2014-12-15mac80211: move U-APSD enablement to vif flagsJohannes Berg1-1/+2
2014-12-08ath10k: introduce wmi opsMichal Kazior1-0/+2
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