summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/mac.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ath10k: fix typo in logging messageBen Greear2016-09-271-1/+1
* ath10k: improve logging messageBen Greear2016-09-131-2/+2
* ath10k: fix reporting channel survey dataAshok Raj Nagarajan2016-09-091-1/+1
* ath10k: fix spelling mistake "montior" -> "monitor"Colin Ian King2016-09-021-1/+1
* ath10k: Fix broken NULL func data frame status for 10.4Mohammed Shafi Shajakhan2016-09-021-0/+2
* ath10k: use complete() instead complete_all()Daniel Wagner2016-09-021-1/+1
* ath10k: fix sending frame in management path in push txq logicAshok Raj Nagarajan2016-09-021-0/+20
* ath10k: improve wake_tx_queue ops performanceRajkumar Manoharan2016-09-021-1/+17
* ath10k: hide kernel addresses from logs using %pK format specifierMaharaja Kennadyrajan2016-09-021-10/+10
* tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada2016-08-041-5/+5
* ath10k: disable wake_tx_queue for older devicesMichal Kazior2016-07-191-2/+22
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2016-07-181-6/+37
|\
| * ath10k: Clean up peer when sta goes away.Ben Greear2016-07-081-2/+10
| * ath10k: remove extra space on ath10k_update_channel_listEduardo Abinader2016-07-081-1/+1
| * ath10k: ensure peer_map references are cleaned upBen Greear2016-07-081-0/+17
| * ath10k: add support for ath10k_sta_statistics supportMohammed Shafi Shajakhan2016-07-081-0/+1
| * ath10k: disable TX_STBC for tx chainmask of 1Mohammed Shafi Shajakhan2016-06-301-1/+4
| * ath10k: fix potential null dereference bugsBob Copeland2016-06-301-2/+4
* | mac80211: Add support for beacon report radio measurementAvraham Stern2016-07-061-5/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-301-1/+1
|\ \ | |/ |/|
| * ath10k: fix deadlock when peer cannot be createdBen Greear2016-06-061-1/+1
* | ath10k: fix CCK h/w rates for QCA99X0 and newer chipsetsMohammed Shafi Shajakhan2016-06-141-2/+37
* | ath10k: add pdev param support to enable/disable btcoexRajkumar Manoharan2016-06-021-0/+13
* | ath10k: improve tx schedulingMichal Kazior2016-05-241-3/+4
|/
* ath10k: update bss channel survey informationRajkumar Manoharan2016-05-061-0/+35
* ath10k: remove VHT capabilities from 2.4GHzJohannes Berg2016-05-061-3/+0
* ath10k: fix a typo in ath10k_start()Mohammed Shafi Shajakhan2016-04-261-1/+1
* Merge ath-next from ath.gitKalle Valo2016-04-261-16/+72
|\
| * ath10k: move htt_op_version to struct ath10k_fw_fileKalle Valo2016-04-201-1/+1
| * ath10k: move wmi_op_version to struct ath10k_fw_fileKalle Valo2016-04-201-1/+1
| * ath10k: move fw_features to struct ath10k_fw_fileKalle Valo2016-04-201-6/+8
| * ath10k: refactor firmware images to struct ath10k_fw_componentsKalle Valo2016-04-201-1/+2
| * ath10k: add dynamic tx mode switch config support for qca4019Raja Mani2016-04-191-0/+20
| * ath10k: fix rx_channel during hw reconfigureRajkumar Manoharan2016-04-191-1/+7
| * ath10k: fix parenthesis alignmentKalle Valo2016-04-141-1/+1
| * ath10k: prefer ether_addr_equal() or ether_addr_equal_unaligned() over memcmp()Kalle Valo2016-04-141-2/+2
| * ath10k: fix checkpatch warnings related to spacesKalle Valo2016-04-141-4/+4
| * ath10k: add a support of set_tsf on vdev interfacePeter Oh2016-04-121-0/+27
* | cfg80211: remove enum ieee80211_bandJohannes Berg2016-04-121-34/+34
|/
* ath10k: remove unnecessary warning for probe response dropsRajkumar Manoharan2016-04-071-2/+2
* ath10k: enable debugfs provision to enable Peer Stats featureMohammed Shafi Shajakhan2016-03-231-1/+1
* ath10k: fix pull-push tx threshold handlingMichal Kazior2016-03-211-7/+7
* ath10k: fix tx hangMichal Kazior2016-03-211-4/+4
* ath10k: advertise force AP scan featureVasanthakumar Thiagarajan2016-03-181-1/+2
* ath10k: move mgmt descriptor limit handle under mgmt_txRajkumar Manoharan2016-03-181-9/+17
* ath10k: fix firmware assert in monitor modeRajkumar Manoharan2016-03-061-1/+4
* ath10k: implement push-pull txMichal Kazior2016-03-061-4/+40
* ath10k: keep track of queue depth per txqMichal Kazior2016-03-061-0/+5
* ath10k: store txq in skb_cbMichal Kazior2016-03-061-2/+17
* ath10k: implement updating shared htt txq stateMichal Kazior2016-03-061-0/+3