summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2018-05-25ath: Add regulatory mapping for NicaraguaSven Eckelmann1-0/+1
2018-05-25ath: Add regulatory mapping for MontenegroSven Eckelmann2-0/+2
2018-05-25ath: Add regulatory mapping for MauritiusSven Eckelmann2-0/+2
2018-05-25ath: Add regulatory mapping for KenyaSven Eckelmann1-0/+1
2018-05-25ath: Add regulatory mapping for BermudaSven Eckelmann2-0/+2
2018-05-25ath: Add regulatory mapping for BahamasSven Eckelmann2-0/+2
2018-05-25ath10k: add support to configure channel dwell timePradeep Kumar Chitrapu2-3/+21
2018-05-25ath10k: add memory dump support for QCA9888 and QCA99X0Anilkumar Kolli1-0/+98
2018-05-23mac80211: Support adding duration for prepare_tx() callbackIlan Peer1-1/+2
2018-05-23Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo23-243/+684
2018-05-14ath10k: re-enable the firmware fallback mechanism for testmodeAndres Rodriguez1-1/+1
2018-05-14ath10k: use firmware_request_nowarn() to load firmwareAndres Rodriguez1-1/+1
2018-05-12wil6210: rate limit wil_rx_refill errorDedy Lansky1-2/+2
2018-05-12wil6210: remove unused rx_reorder membersDedy Lansky3-18/+2
2018-05-12wil6210: Initialize reply struct of the WMI commandsAlexei Avshalom Lazar5-46/+85
2018-05-12wil6210: move WMI functionality out of wil_cfg80211_mgmt_txDedy Lansky3-35/+52
2018-05-12wil6210: change reply_size arg to u16 in wmi_callLior David2-2/+2
2018-05-12wil6210: fix call to wil6210_disconnect during unloadLior David1-4/+4
2018-05-12wil6210: align to latest auto generated wmi.hAhmad Masri2-22/+371
2018-05-12wil6210: disable tracing config optionAlexei Avshalom Lazar1-1/+1
2018-05-12ath10k: replace bit shifts with the BIT() macro for rx desc bitsGovind Singh1-67/+69
2018-05-12ath10k: hw: make consistent usage of ATH10K_FW_DIR in pathsMarcus Folkesson1-2/+2
2018-05-12ath10k: remove variables which set but not usedKenneth Lu1-10/+2
2018-05-12ath10k: fix return value check in wake_tx_q opErik Stromdahl1-1/+1
2018-05-12ath10k: snoc: Remove owner assignment from platform_driverFabio Estevam1-1/+0
2018-05-12ath10k: add quiet mode support for QCA6174/QCA9377Yu Wang2-1/+48
2018-05-12wireless-drivers: Dynamically allocate struct station_infoToke Høiland-Jørgensen3-19/+36
2018-04-27ath10k: sdio: jump to correct label in error handling pathNiklas Cassel1-1/+1
2018-04-27ath10k: fix spelling mistake: "servive" -> "service"Colin Ian King1-1/+1
2018-04-27ath6kl: fix ath6kl_data_tx()'s return typeLuc Van Oostenryck2-2/+2
2018-04-27ath10k: fix kernel panic while reading tpc_statsTamizh Chelvam3-2/+14
2018-04-27ath10k: fix information leak in debugfsVenkateswara Naralasetty2-25/+25
2018-04-25Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo38-178/+2927
2018-04-24wcn36xx: pass information elements in scan requestsDaniel Mack3-7/+18
2018-04-24wcn36xx: send bss_type in scan requestsDaniel Mack2-1/+5
2018-04-24wcn36xx: handle scan cancellation when firmware support is missingDaniel Mack1-3/+11
2018-04-24wcn36xx: cancel pending scan request when interface goes downDaniel Mack1-0/+13
2018-04-24wcn36xx: abort scan request when 'dequeued' indicator is sentDaniel Mack1-2/+2
2018-04-24ath10k: enable sta idle power saveGovind Singh1-0/+7
2018-04-24ath10k: enable SRRI/DRRI support on ddr for WCN3990Govind Singh6-9/+142
2018-04-24ath10k: add support for shadow register for WNC3990Rakesh Pillai2-2/+145
2018-04-24ath10k: add hw params for shadow register supportRakesh Pillai2-0/+18
2018-04-24ath10k: enable hw checksum for wcn3990Rakesh Pillai2-2/+18
2018-04-24wcn36xx: pass correct BSS index when deleting BSS keysDaniel Mack3-5/+13
2018-04-24ath10k: convert wow pattern from 802.3 to 802.11Wen Gong2-5/+137
2018-04-24ath10k: support MAC address randomization in scanCarl Huang6-0/+89
2018-04-24ath10k: add WMI_SERVICE_AVAILABLE_EVENT supportCarl Huang5-6/+431
2018-04-19wcn36xx: use READ_ONCE() to access desc->ctrlDaniel Mack1-4/+3
2018-04-19ath10k: fix fw path name for WCN3990 targetGovind Singh1-1/+1
2018-04-19ath10k: add inlined wrappers for htt rx opsErik Stromdahl2-7/+44