summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k
AgeCommit message (Expand)AuthorFilesLines
2016-05-11ath10k: Fix survey reporting with QCA4019Vasanthakumar Thiagarajan1-0/+1
2016-05-11ath10k: suppress warnings when getting wmi peer_rate_code_list eventVasanthakumar Thiagarajan1-0/+1
2016-05-06ath10k: release pre_cal_file while unloading driverRajkumar Manoharan1-0/+4
2016-05-06ath10k: update bss channel survey informationRajkumar Manoharan4-0/+70
2016-05-06ath10k: handle pdev_chan_info wmi eventRajkumar Manoharan2-0/+43
2016-05-06ath10k: implement wmi_pdev_bss_chan_info_requestRajkumar Manoharan3-1/+55
2016-05-06ath10k: add pdev bss channel info wmi definitionsRajkumar Manoharan1-0/+4
2016-05-06ath10k: fix kernel panic, move arvifs list head init before htt initAnilkumar Kolli1-4/+4
2016-05-06ath10k: move spectral related structures under ath10k debugfsMohammed Shafi Shajakhan1-2/+1
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-26ath10k: add max_tx_power for QCA6174 WLAN.RM.2.0 firmwareAlan Liu2-0/+2
2016-04-26Merge ath-next from ath.gitKalle Valo27-657/+455
2016-04-20ath10k: remove enum ath10k_swap_code_seg_bin_typeKalle Valo3-26/+8
2016-04-20ath10k: switch testmode to use ath10k_core_fetch_firmware_api_n()Kalle Valo3-124/+6
2016-04-20ath10k: move htt_op_version to struct ath10k_fw_fileKalle Valo7-10/+11
2016-04-20ath10k: move wmi_op_version to struct ath10k_fw_fileKalle Valo6-28/+22
2016-04-20ath10k: move fw_features to struct ath10k_fw_fileKalle Valo8-45/+39
2016-04-20ath10k: move fw_version inside struct ath10k_fw_fileKalle Valo3-11/+17
2016-04-20ath10k: refactor firmware images to struct ath10k_fw_componentsKalle Valo6-137/+199
2016-04-20ath10k: remove deprecated firmware API 1 supportKalle Valo5-93/+0
2016-04-19ath10k: add dynamic tx mode switch config support for qca4019Raja Mani4-2/+37
2016-04-19ath10k: add some sanity checks to peer_map_event() functionsDan Carpenter1-0/+14
2016-04-19ath10k: fix rx_channel during hw reconfigureRajkumar Manoharan1-1/+7
2016-04-19ath10k: fix return value for btcoex and peer stats debugfsMohammed Shafi Shajakhan1-4/+8
2016-04-14ath10k: fix parenthesis alignmentKalle Valo1-1/+1
2016-04-14ath10k: prefer ether_addr_copy() over memcpy()Kalle Valo1-3/+2
2016-04-14ath10k: prefer ether_addr_equal() or ether_addr_equal_unaligned() over memcmp()Kalle Valo2-3/+3
2016-04-14ath10k: prefer kernel type 'u64' over 'u_int64_t'Kalle Valo1-2/+2
2016-04-14ath10k: fix checkpatch warnings related to spacesKalle Valo13-30/+30
2016-04-12ath10k: remove MSI range supportRajkumar Manoharan2-157/+24
2016-04-12ath10k: enable set_tsf vdev command to WMI 10.4Peter Oh1-1/+1
2016-04-12ath10k: update 10.4 WMI vdev parametersPeter Oh1-0/+6
2016-04-12ath10k: add a support of set_tsf on vdev interfacePeter Oh4-0/+34
2016-04-12ath10k: Document alloc_frag_desc_for_data_pkt config option.Ben Greear1-1/+6
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg4-43/+43
2016-04-11Merge tag 'wireless-drivers-next-for-davem-2016-04-11' of git://git.kernel.or...David S. Miller18-518/+1814
2016-04-07ath10k: fix unconditional num_mpdus_ready subtractionRajkumar Manoharan1-4/+4
2016-04-07ath10k: remove unnecessary warning for probe response dropsRajkumar Manoharan1-2/+2
2016-04-07ath10k: fix calibration init sequence of qca99x0Rajkumar Manoharan1-4/+2
2016-04-05mac80211: allow not sending MIC up from driver for HW cryptoSara Sharon1-1/+1
2016-04-04ath10k: parse Rx MAC timestamp in mgmt frame for FW 10.4Peter Oh1-0/+9
2016-04-04ath10k: combine txrx and replenish taskRajkumar Manoharan2-17/+7
2016-04-04ath10k: reuse copy engine 5 (htt rx) descriptorsRajkumar Manoharan3-5/+84
2016-04-04ath10k: cleanup copy engine receive next completionRajkumar Manoharan3-52/+22
2016-04-04ath10k: register ath10k_htt_htc_t2h_msg_handlerRajkumar Manoharan3-9/+18
2016-04-04ath10k: speedup htt rx descriptor processing for rx_indRajkumar Manoharan2-21/+19
2016-04-04ath10k: cleanup amsdu processing for rx indicationRajkumar Manoharan1-59/+41
2016-04-04ath10k: remove unused fw_desc processingRajkumar Manoharan1-63/+2
2016-04-04ath10k: copy tx fetch indication messageRajkumar Manoharan1-3/+10