summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k/wmi.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada1-1/+1
2016-07-08ath10k: fix 10.4 extended peer stats updateMohammed Shafi Shajakhan1-14/+41
2016-06-30ath10k: enable beacon loss detection support for 10.4Mohammed Shafi Shajakhan1-0/+4
2016-06-30ath10k: fix potential null dereference bugsBob Copeland1-3/+5
2016-06-02ath10k: add pdev param support to enable/disable btcoexRajkumar Manoharan1-0/+4
2016-05-11ath10k: suppress warnings when getting wmi peer_rate_code_list eventVasanthakumar Thiagarajan1-0/+1
2016-05-06ath10k: update bss channel survey informationRajkumar Manoharan1-0/+29
2016-05-06ath10k: handle pdev_chan_info wmi eventRajkumar Manoharan1-0/+32
2016-05-06ath10k: implement wmi_pdev_bss_chan_info_requestRajkumar Manoharan1-1/+24
2016-04-26ath10k: add max_tx_power for QCA6174 WLAN.RM.2.0 firmwareAlan Liu1-0/+1
2016-04-26Merge ath-next from ath.gitKalle Valo1-12/+12
2016-04-20ath10k: move wmi_op_version to struct ath10k_fw_fileKalle Valo1-2/+2
2016-04-20ath10k: move fw_features to struct ath10k_fw_fileKalle Valo1-2/+3
2016-04-20ath10k: remove deprecated firmware API 1 supportKalle Valo1-4/+0
2016-04-14ath10k: prefer ether_addr_copy() over memcpy()Kalle Valo1-3/+2
2016-04-14ath10k: fix checkpatch warnings related to spacesKalle Valo1-1/+1
2016-04-12ath10k: enable set_tsf vdev command to WMI 10.4Peter Oh1-1/+1
2016-04-12ath10k: add a support of set_tsf on vdev interfacePeter Oh1-0/+4
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg1-4/+4
2016-04-04ath10k: parse Rx MAC timestamp in mgmt frame for FW 10.4Peter Oh1-0/+9
2016-04-04ath10k: enable parsing per station rx duration for 10.4Mohammed Shafi Shajakhan1-6/+24
2016-04-04ath10k: introduce Extended Resource Config support for 10.4Raja Mani1-0/+24
2016-03-23ath10k: enable debugfs provision to enable Peer Stats featureMohammed Shafi Shajakhan1-7/+5
2016-03-18ath10k: handle channel change htt eventRajkumar Manoharan1-28/+0
2016-03-08ath10k: set MAC timestamp in management Rx framePeter Oh1-0/+13
2016-03-08ath10k: deliver mgmt frames from htt to monitor vifs onlyGrzegorz Bajorski1-0/+6
2016-03-06ath10k: change htt tx desc/qcache peer limit configMichal Kazior1-2/+8
2016-03-03ath10k: reduce number of peers to support peer stats featureAnilkumar Kolli1-2/+8
2016-02-02ath10k: populate qca4019 fw specific wmi init paramsRaja Mani1-6/+6
2016-02-02ath10k: add abstraction layer for vdev subtypePeter Oh1-0/+70
2016-02-02ath10k: use vif->type and vif->p2p for P2P_GO checkPeter Oh1-1/+1
2016-01-26ath10k: remove the p2p notice of absence info from 10.2.4 FW beacon infoYanbo Li1-1/+45
2016-01-21ath10k: add support for parsing per STA rx_duration for 10.2.4Mohammed Shafi Shajakhan1-2/+20
2015-12-08ath10k: do not use coherent memory for allocated device memory chunksFelix Fietkau1-18/+43
2015-11-23ath10k: replace vdev_id and tid in skb cbMichal Kazior1-1/+9
2015-11-23ath10k: pack up flags in skb_cbMichal Kazior1-4/+8
2015-11-12ath10k: fix peer assoc complete WMI command for 10.4Vasanthakumar Thiagarajan1-1/+36
2015-11-04ath10k: debugfs file to enable Bluetooth coexistence featureYanbo Li1-1/+4
2015-11-04ath10k: add thermal throttling support for 10.4 firmwareTamizh chelvam1-0/+4
2015-11-04ath10k: add abstraction layer for peer flagsTamizh chelvam1-0/+60
2015-11-04ath10k: consolidate if statements in ath10k_wmi_event_mgmt_rxManikanta Pubbisetty1-16/+3
2015-10-29ath10k: remove supported chain maskRajkumar Manoharan1-2/+4
2015-10-29ath10k: add fw_stats support to 10.4 firmwareManikanta Pubbisetty1-0/+211
2015-10-28ath10k: enable adaptive CCAMaharaja1-0/+31
2015-10-19ath10k: make fw stats prints specific to firmware versionManikanta Pubbisetty1-0/+379
2015-10-06ath10k: use Rx decap mode configured when driver registeredPeter Oh1-1/+1
2015-10-06ath10k: implement debugfs interface for Transmit Power Control statsMaharaja Kennadyrajan1-1/+269
2015-10-06ath10k: remove void function return statementsKalle Valo1-2/+0
2015-10-06ath10k: indentation fixesKalle Valo1-1/+1
2015-09-09ath10k: fix DMA alloc failure for target requested memory chunksVasanthakumar Thiagarajan1-6/+70