aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/mac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-27ath10k: fix typo in logging messageBen Greear1-1/+1
2016-09-13ath10k: improve logging messageBen Greear1-2/+2
2016-09-09ath10k: fix reporting channel survey dataAshok Raj Nagarajan1-1/+1
2016-09-02ath10k: fix spelling mistake "montior" -> "monitor"Colin Ian King1-1/+1
2016-09-02ath10k: Fix broken NULL func data frame status for 10.4Mohammed Shafi Shajakhan1-0/+2
2016-09-02ath10k: use complete() instead complete_all()Daniel Wagner1-1/+1
2016-09-02ath10k: fix sending frame in management path in push txq logicAshok Raj Nagarajan1-0/+20
2016-09-02ath10k: improve wake_tx_queue ops performanceRajkumar Manoharan1-1/+17
2016-09-02ath10k: hide kernel addresses from logs using %pK format specifierMaharaja Kennadyrajan1-10/+10
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada1-5/+5
2016-07-19ath10k: disable wake_tx_queue for older devicesMichal Kazior1-2/+22
2016-07-18Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo1-6/+37
2016-07-08ath10k: Clean up peer when sta goes away.Ben Greear1-2/+10
2016-07-08ath10k: remove extra space on ath10k_update_channel_listEduardo Abinader1-1/+1
2016-07-08ath10k: ensure peer_map references are cleaned upBen Greear1-0/+17
2016-07-08ath10k: add support for ath10k_sta_statistics supportMohammed Shafi Shajakhan1-0/+1
2016-07-06mac80211: Add support for beacon report radio measurementAvraham Stern1-5/+9
2016-06-30ath10k: disable TX_STBC for tx chainmask of 1Mohammed Shafi Shajakhan1-1/+4
2016-06-30ath10k: fix potential null dereference bugsBob Copeland1-2/+4
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-06-14ath10k: fix CCK h/w rates for QCA99X0 and newer chipsetsMohammed Shafi Shajakhan1-2/+37
2016-06-06ath10k: fix deadlock when peer cannot be createdBen Greear1-1/+1
2016-06-02ath10k: add pdev param support to enable/disable btcoexRajkumar Manoharan1-0/+13
2016-05-24ath10k: improve tx schedulingMichal Kazior1-3/+4
2016-05-06ath10k: update bss channel survey informationRajkumar Manoharan1-0/+35
2016-05-06ath10k: remove VHT capabilities from 2.4GHzJohannes Berg1-3/+0
2016-04-26ath10k: fix a typo in ath10k_start()Mohammed Shafi Shajakhan1-1/+1
2016-04-26Merge ath-next from ath.gitKalle Valo1-16/+72
2016-04-20ath10k: move htt_op_version to struct ath10k_fw_fileKalle Valo1-1/+1
2016-04-20ath10k: move wmi_op_version to struct ath10k_fw_fileKalle Valo1-1/+1
2016-04-20ath10k: move fw_features to struct ath10k_fw_fileKalle Valo1-6/+8
2016-04-20ath10k: refactor firmware images to struct ath10k_fw_componentsKalle Valo1-1/+2
2016-04-19ath10k: add dynamic tx mode switch config support for qca4019Raja Mani1-0/+20
2016-04-19ath10k: fix rx_channel during hw reconfigureRajkumar Manoharan1-1/+7
2016-04-14ath10k: fix parenthesis alignmentKalle Valo1-1/+1
2016-04-14ath10k: prefer ether_addr_equal() or ether_addr_equal_unaligned() over memcmp()Kalle Valo1-2/+2
2016-04-14ath10k: fix checkpatch warnings related to spacesKalle Valo1-4/+4
2016-04-12ath10k: add a support of set_tsf on vdev interfacePeter Oh1-0/+27
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg1-34/+34
2016-04-07ath10k: remove unnecessary warning for probe response dropsRajkumar Manoharan1-2/+2
2016-03-23ath10k: enable debugfs provision to enable Peer Stats featureMohammed Shafi Shajakhan1-1/+1
2016-03-21ath10k: fix pull-push tx threshold handlingMichal Kazior1-7/+7
2016-03-21ath10k: fix tx hangMichal Kazior1-4/+4
2016-03-18ath10k: advertise force AP scan featureVasanthakumar Thiagarajan1-1/+2
2016-03-18ath10k: move mgmt descriptor limit handle under mgmt_txRajkumar Manoharan1-9/+17
2016-03-06ath10k: fix firmware assert in monitor modeRajkumar Manoharan1-1/+4
2016-03-06ath10k: implement push-pull txMichal Kazior1-4/+40
2016-03-06ath10k: keep track of queue depth per txqMichal Kazior1-0/+5
2016-03-06ath10k: store txq in skb_cbMichal Kazior1-2/+17
2016-03-06ath10k: implement updating shared htt txq stateMichal Kazior1-0/+3