summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* wil6210: add function name to wil log macrosMaya Erez2016-04-262-6/+10
* ath6kl: add ability to set debug uart baud rateSteve deRosier2016-04-263-0/+12
* ath6kl: fix missing uart debug pin for 6004 HW 3.0Steve deRosier2016-04-261-0/+1
* ath10k: fix a typo in ath10k_start()Mohammed Shafi Shajakhan2016-04-261-1/+1
* ath10k: add max_tx_power for QCA6174 WLAN.RM.2.0 firmwareAlan Liu2016-04-262-0/+2
* Merge ath-next from ath.gitKalle Valo2016-04-2639-803/+813
|\
| * wcn36xx: Fill in capability listBjorn Andersson2016-04-252-1/+78
| * wcn36xx: Correct remove bss key response encodingBjorn Andersson2016-04-252-27/+1
| * wcn36xx: Delete BSS before idling linkBjorn Andersson2016-04-251-1/+1
| * wcn36xx: Use correct command struct for EXIT_BMPS_REQPontus Fuchs2016-04-251-1/+1
| * wcn36xx: Implement multicast filteringPontus Fuchs2016-04-254-6/+104
| * wcn36xx: Track association statePontus Fuchs2016-04-252-0/+3
| * wcn36xx: Clear encrypt_type when deleting bss keyPontus Fuchs2016-04-251-0/+2
| * wcn36xx: Use allocated self sta index instead of hard codedPontus Fuchs2016-04-251-1/+1
| * wcn36xx: Copy all members in config_sta v1 conversionPontus Fuchs2016-04-251-2/+17
| * wcn36xx: Parse trigger_ba response properlyPontus Fuchs2016-04-251-2/+12
| * wcn36xx: Remove sta pointer in private vif structPontus Fuchs2016-04-253-17/+15
| * wcn36xx: Fetch private sta data from sta entry instead of from vifPontus Fuchs2016-04-251-1/+1
| * wcn36xx: Add helper macros to cast sta to privPontus Fuchs2016-04-253-14/+18
| * wcn36xx: Use define for invalid index and fix typoPontus Fuchs2016-04-253-4/+4
| * wcn36xx: Use consistent name for private vifPontus Fuchs2016-04-251-14/+14
| * wcn36xx: Add helper macros to cast vif to private vif and vice versaPontus Fuchs2016-04-256-40/+36
| * wcn36xx: Pad TIM PVM if neededPontus Fuchs2016-04-252-2/+28
| * wcn36xx: Clean up wcn36xx_smd_send_beaconPontus Fuchs2016-04-252-8/+9
| * ath9k: Fix LED polarity for some Mini PCI AR9220 MB92 cards.Vittorio Gambaletta (VittGam)2016-04-251-0/+10
| * ath9k: Add a module parameter to invert LED polarity.Vittorio Gambaletta (VittGam)2016-04-251-0/+7
| * ath10k: remove enum ath10k_swap_code_seg_bin_typeKalle Valo2016-04-203-26/+8
| * ath10k: switch testmode to use ath10k_core_fetch_firmware_api_n()Kalle Valo2016-04-203-124/+6
| * ath10k: move htt_op_version to struct ath10k_fw_fileKalle Valo2016-04-207-10/+11
| * ath10k: move wmi_op_version to struct ath10k_fw_fileKalle Valo2016-04-206-28/+22
| * ath10k: move fw_features to struct ath10k_fw_fileKalle Valo2016-04-208-45/+39
| * ath10k: move fw_version inside struct ath10k_fw_fileKalle Valo2016-04-203-11/+17
| * ath10k: refactor firmware images to struct ath10k_fw_componentsKalle Valo2016-04-206-137/+199
| * ath10k: remove deprecated firmware API 1 supportKalle Valo2016-04-205-93/+0
| * ath9k: remove duplicate assignment of variable ahColin Ian King2016-04-191-1/+1
| * ath9k: interpret requested txpower in EIRP domainZefir Kurtisi2016-04-191-8/+2
| * ath9k_htc: Replace a variable initialisation by an assignment in ath9k_htc_se...Markus Elfring2016-04-191-5/+2
| * ath10k: add dynamic tx mode switch config support for qca4019Raja Mani2016-04-194-2/+37
| * ath10k: add some sanity checks to peer_map_event() functionsDan Carpenter2016-04-191-0/+14
| * ath10k: fix rx_channel during hw reconfigureRajkumar Manoharan2016-04-191-1/+7
| * ath10k: fix return value for btcoex and peer stats debugfsMohammed Shafi Shajakhan2016-04-191-4/+8
| * ath10k: fix parenthesis alignmentKalle Valo2016-04-141-1/+1
| * ath10k: prefer ether_addr_copy() over memcpy()Kalle Valo2016-04-141-3/+2
| * ath10k: prefer ether_addr_equal() or ether_addr_equal_unaligned() over memcmp()Kalle Valo2016-04-142-3/+3
| * ath10k: prefer kernel type 'u64' over 'u_int64_t'Kalle Valo2016-04-141-2/+2
| * ath10k: fix checkpatch warnings related to spacesKalle Valo2016-04-1413-30/+30
| * ath10k: remove MSI range supportRajkumar Manoharan2016-04-122-157/+24
| * ath10k: enable set_tsf vdev command to WMI 10.4Peter Oh2016-04-121-1/+1
| * ath10k: update 10.4 WMI vdev parametersPeter Oh2016-04-121-0/+6
| * ath10k: add a support of set_tsf on vdev interfacePeter Oh2016-04-124-0/+34