aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-10/+3
2016-04-26Merge ath-next from ath.gitKalle Valo39-803/+813
2016-04-25wcn36xx: Fill in capability listBjorn Andersson2-1/+78
2016-04-25wcn36xx: Correct remove bss key response encodingBjorn Andersson2-27/+1
2016-04-25wcn36xx: Delete BSS before idling linkBjorn Andersson1-1/+1
2016-04-25wcn36xx: Use correct command struct for EXIT_BMPS_REQPontus Fuchs1-1/+1
2016-04-25wcn36xx: Implement multicast filteringPontus Fuchs4-6/+104
2016-04-25wcn36xx: Track association statePontus Fuchs2-0/+3
2016-04-25wcn36xx: Clear encrypt_type when deleting bss keyPontus Fuchs1-0/+2
2016-04-25wcn36xx: Use allocated self sta index instead of hard codedPontus Fuchs1-1/+1
2016-04-25wcn36xx: Copy all members in config_sta v1 conversionPontus Fuchs1-2/+17
2016-04-25wcn36xx: Parse trigger_ba response properlyPontus Fuchs1-2/+12
2016-04-25wcn36xx: Remove sta pointer in private vif structPontus Fuchs3-17/+15
2016-04-25wcn36xx: Fetch private sta data from sta entry instead of from vifPontus Fuchs1-1/+1
2016-04-25wcn36xx: Add helper macros to cast sta to privPontus Fuchs3-14/+18
2016-04-25wcn36xx: Use define for invalid index and fix typoPontus Fuchs3-4/+4
2016-04-25wcn36xx: Use consistent name for private vifPontus Fuchs1-14/+14
2016-04-25wcn36xx: Add helper macros to cast vif to private vif and vice versaPontus Fuchs6-40/+36
2016-04-25wcn36xx: Pad TIM PVM if neededPontus Fuchs2-2/+28
2016-04-25wcn36xx: Clean up wcn36xx_smd_send_beaconPontus Fuchs2-8/+9
2016-04-25ath9k: Fix LED polarity for some Mini PCI AR9220 MB92 cards.Vittorio Gambaletta (VittGam)1-0/+10
2016-04-25ath9k: Add a module parameter to invert LED polarity.Vittorio Gambaletta (VittGam)1-0/+7
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-19ath9k: remove duplicate assignment of variable ahColin Ian King1-1/+1
2016-04-19ath9k: interpret requested txpower in EIRP domainZefir Kurtisi1-8/+2
2016-04-19ath9k_htc: Replace a variable initialisation by an assignment in ath9k_htc_set_channel()Markus Elfring1-5/+2
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-15ath9k: ar5008_hw_cmn_spur_mitigate: add missing mask_m & mask_p initialisationOleksij Rempel2-10/+3
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 Berg44-217/+217
2016-04-11Merge tag 'wireless-drivers-next-for-davem-2016-04-11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller69-1772/+3946