summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/mac.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'wireless-drivers-next-for-davem-2016-12-01' of git://git.kernel.or...David S. Miller2016-12-021-31/+20Star
|\
| * ath10k: fix soft lockup during firmware crash/hw-restartMohammed Shafi Shajakhan2016-12-011-1/+0Star
| * ath10k: fix monitor vdev for receiving other bss framesManoharan, Rajkumar2016-11-231-1/+3
| * ath10k: remove set/get_tsf ieee80211_opsPedersen, Thomas2016-11-231-38/+0Star
| * ath10k: implement offset_tsf ieee80211_opPedersen, Thomas2016-11-231-0/+25
| * ath10k: advertize hardware packet loss mechanismRajkumar Manoharan2016-11-231-0/+1
* | Merge tag 'wireless-drivers-next-for-davem-2016-11-25' of git://git.kernel.or...David S. Miller2016-11-281-3/+137
|\|
| * ath10k: fix failure to send NULL func frame for 10.4Mohammed Shafi Shajakhan2016-11-151-2/+0Star
| * ath10k: fix kernel panic due to race in accessing arvif listVasanthakumar Thiagarajan2016-10-131-0/+6
| * ath10k: allow setting coverage classBenjamin Berg2016-10-041-0/+19
| * ath10k: add platform regulatory domain supportBartosz Markowski2016-10-041-1/+112
* | mac80211: add a HW flag for supporting HW TX fragmentationSara Sharon2016-10-191-0/+1
|/
* 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/+0Star
* 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