Age | Commit message (Expand) | Author | Files | Lines |
2016-04-20 | ath10k: remove enum ath10k_swap_code_seg_bin_type | Kalle Valo | 3 | -26/+8 |
2016-04-20 | ath10k: switch testmode to use ath10k_core_fetch_firmware_api_n() | Kalle Valo | 3 | -124/+6 |
2016-04-20 | ath10k: move htt_op_version to struct ath10k_fw_file | Kalle Valo | 7 | -10/+11 |
2016-04-20 | ath10k: move wmi_op_version to struct ath10k_fw_file | Kalle Valo | 6 | -28/+22 |
2016-04-20 | ath10k: move fw_features to struct ath10k_fw_file | Kalle Valo | 8 | -45/+39 |
2016-04-20 | ath10k: move fw_version inside struct ath10k_fw_file | Kalle Valo | 3 | -11/+17 |
2016-04-20 | ath10k: refactor firmware images to struct ath10k_fw_components | Kalle Valo | 6 | -137/+199 |
2016-04-20 | ath10k: remove deprecated firmware API 1 support | Kalle Valo | 5 | -93/+0 |
2016-04-19 | ath10k: add dynamic tx mode switch config support for qca4019 | Raja Mani | 4 | -2/+37 |
2016-04-19 | ath10k: add some sanity checks to peer_map_event() functions | Dan Carpenter | 1 | -0/+14 |
2016-04-19 | ath10k: fix rx_channel during hw reconfigure | Rajkumar Manoharan | 1 | -1/+7 |
2016-04-19 | ath10k: fix return value for btcoex and peer stats debugfs | Mohammed Shafi Shajakhan | 1 | -4/+8 |
2016-04-14 | ath10k: fix parenthesis alignment | Kalle Valo | 1 | -1/+1 |
2016-04-14 | ath10k: prefer ether_addr_copy() over memcpy() | Kalle Valo | 1 | -3/+2 |
2016-04-14 | ath10k: prefer ether_addr_equal() or ether_addr_equal_unaligned() over memcmp() | Kalle Valo | 2 | -3/+3 |
2016-04-14 | ath10k: prefer kernel type 'u64' over 'u_int64_t' | Kalle Valo | 1 | -2/+2 |
2016-04-14 | ath10k: fix checkpatch warnings related to spaces | Kalle Valo | 13 | -30/+30 |
2016-04-12 | ath10k: remove MSI range support | Rajkumar Manoharan | 2 | -157/+24 |
2016-04-12 | ath10k: enable set_tsf vdev command to WMI 10.4 | Peter Oh | 1 | -1/+1 |
2016-04-12 | ath10k: update 10.4 WMI vdev parameters | Peter Oh | 1 | -0/+6 |
2016-04-12 | ath10k: add a support of set_tsf on vdev interface | Peter Oh | 4 | -0/+34 |
2016-04-12 | ath10k: Document alloc_frag_desc_for_data_pkt config option. | Ben Greear | 1 | -1/+6 |
2016-04-11 | Merge tag 'wireless-drivers-next-for-davem-2016-04-11' of git://git.kernel.or... | David S. Miller | 18 | -518/+1814 |
2016-04-07 | ath10k: fix unconditional num_mpdus_ready subtraction | Rajkumar Manoharan | 1 | -4/+4 |
2016-04-07 | ath10k: remove unnecessary warning for probe response drops | Rajkumar Manoharan | 1 | -2/+2 |
2016-04-07 | ath10k: fix calibration init sequence of qca99x0 | Rajkumar Manoharan | 1 | -4/+2 |
2016-04-05 | mac80211: allow not sending MIC up from driver for HW crypto | Sara Sharon | 1 | -1/+1 |
2016-04-04 | ath10k: parse Rx MAC timestamp in mgmt frame for FW 10.4 | Peter Oh | 1 | -0/+9 |
2016-04-04 | ath10k: combine txrx and replenish task | Rajkumar Manoharan | 2 | -17/+7 |
2016-04-04 | ath10k: reuse copy engine 5 (htt rx) descriptors | Rajkumar Manoharan | 3 | -5/+84 |
2016-04-04 | ath10k: cleanup copy engine receive next completion | Rajkumar Manoharan | 3 | -52/+22 |
2016-04-04 | ath10k: register ath10k_htt_htc_t2h_msg_handler | Rajkumar Manoharan | 3 | -9/+18 |
2016-04-04 | ath10k: speedup htt rx descriptor processing for rx_ind | Rajkumar Manoharan | 2 | -21/+19 |
2016-04-04 | ath10k: cleanup amsdu processing for rx indication | Rajkumar Manoharan | 1 | -59/+41 |
2016-04-04 | ath10k: remove unused fw_desc processing | Rajkumar Manoharan | 1 | -63/+2 |
2016-04-04 | ath10k: copy tx fetch indication message | Rajkumar Manoharan | 1 | -3/+10 |
2016-04-04 | ath10k: speedup htt rx descriptor processing for tx completion | Rajkumar Manoharan | 4 | -37/+65 |
2016-04-04 | ath10k: enable parsing per station rx duration for 10.4 | Mohammed Shafi Shajakhan | 3 | -7/+58 |
2016-04-04 | ath10k: introduce Extended Resource Config support for 10.4 | Raja Mani | 3 | -0/+78 |
2016-03-23 | ath10k: enable debugfs provision to enable Peer Stats feature | Mohammed Shafi Shajakhan | 5 | -14/+94 |
2016-03-23 | ath10k: incorporate qca4019 cal data download sequence | Raja Mani | 2 | -2/+94 |
2016-03-23 | ath10k: move cal data len to hw_params | Raja Mani | 4 | -6/+15 |
2016-03-23 | ath10k: pass cal data location as an argument to ath10k_download_cal_{file|dt} | Raja Mani | 1 | -13/+11 |
2016-03-21 | ath10k: fix null deref if device crashes early | Michal Kazior | 1 | -1/+5 |
2016-03-21 | ath10k: fix pull-push tx threshold handling | Michal Kazior | 1 | -7/+7 |
2016-03-21 | ath10k: fix tx hang | Michal Kazior | 1 | -4/+4 |
2016-03-18 | ath10k: advertise force AP scan feature | Vasanthakumar Thiagarajan | 1 | -1/+2 |
2016-03-18 | ath10k: fix debugfs pktlog_filter write | Anilkumar Kolli | 1 | -1/+6 |
2016-03-18 | ath10k: free cached fw bin contents when get board id fails | Raja Mani | 1 | -1/+1 |
2016-03-18 | ath10k: move mgmt descriptor limit handle under mgmt_tx | Rajkumar Manoharan | 6 | -47/+68 |