summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2018-11-06prism54: isl_ioctl: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-11-06prism54: isl_38xx: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-11-06orinoco_usb: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-11-06iwlegacy: common: mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2018-11-06iwlegacy: 4965-mac: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2018-11-06rtl8xxxu: Fix missing break in switchGustavo A. R. Silva1-0/+1
2018-11-06rtl8xxxu: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+4
2018-11-06rtlwifi: btcoex: remove set but not used variable 'ppsc'YueHaibing1-4/+0
2018-11-06qtnfmac: fix error handling in control pathSergey Matyukevich1-8/+13
2018-11-06brcmfmac: fix spelling mistake "Retreiving" -> "Retrieving"Colin Ian King1-2/+2
2018-11-06qtnfmac: add support for Topaz chipsetsSergey Matyukevich9-5/+1373
2018-11-06qtnfmac_pcie: use single PCIe driver for all platformsIgor Mitsyanko7-251/+292
2018-11-06wlcore: Fix the return value in case of error in 'wlcore_vendor_cmd_smart_con...Christophe JAILLET1-1/+1
2018-11-06libertas: remove set but not used variable 'int_type'YueHaibing1-3/+1
2018-11-06rsi: fix spelling mistake "Initialzing" -> "Initializing"Colin Ian King1-2/+2
2018-11-06brcmfmac: Fix ccode from EFI nvram when necessaryHans de Goede1-0/+24
2018-11-06brcmfmac: Add support for getting nvram contents from EFI variablesHans de Goede1-6/+57
2018-11-06brcmfmac: Cleanup brcmf_fw_request_done()Hans de Goede1-7/+1
2018-11-06brcmfmac: Set board_type from DMI on x86 based machinesHans de Goede4-1/+127
2018-11-06brcmfmac: Set board_type used for nvram file selection to machine-compatibleHans de Goede4-1/+13
2018-11-06brcmfmac: Add support for first trying to get a board specific nvram fileHans de Goede2-1/+27
2018-11-06brcmfmac: Remove recursion from firmware load error handlingHans de Goede1-46/+19
2018-11-06brcmfmac: Remove firmware-loading code duplicationHans de Goede1-31/+31
2018-10-14Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo28-109/+4989
2018-10-14Merge tag 'mt76-for-kvalo-2018-10-13' of https://github.com/nbd168/wirelessKalle Valo47-936/+879
2018-10-13ath10k: add QMI message handshake for wcn3990 clientGovind Singh8-13/+1419
2018-10-13ath10k: add debug mask for QMI layerGovind Singh1-0/+1
2018-10-13ath10k: add support to create boardname for non-bmi targetRakesh Pillai2-0/+10
2018-10-13ath10k: add qmi service helpers for wcn3990 qmi clientGovind Singh2-0/+2749
2018-10-13wil6210: fix debugfs_simple_attr.cocci warningsYueHaibing1-6/+8
2018-10-13ath9k: fix RX_STAT_INC() etc macrosArnd Bergmann7-49/+49
2018-10-13ath10k: htt: remove some dead codeDan Carpenter1-2/+0
2018-10-13ath10k: allocate small size dma memory in ath10k_pci_diag_write_memCarl Huang1-12/+11
2018-10-13ath10k: add peer flush in ath10k_flush for STATIONWen Gong1-2/+13
2018-10-13ath10k: remove unnecessary comparison of unsigned integer with < 0Gustavo A. R. Silva1-1/+1
2018-10-13ath10k: htt_rx: fix signedness bug in ath10k_update_per_peer_tx_statsGustavo A. R. Silva1-1/+2
2018-10-13ath10k: management tx ack rssi capability checkBalaji Pothunoori1-2/+3
2018-10-13ath10k: support NET_DETECT WoWLAN featureWen Gong7-0/+700
2018-10-13ath10k: set probe request oui during driver startRakesh Pillai1-6/+8
2018-10-13ath10k: fix possible out of bound access of ath10k_rates arraySriram R1-15/+15
2018-10-13rtl8xxxu: Remove set but not used variables 'usedesc40' and 'seq_number'YueHaibing1-4/+1
2018-10-13qtnfmac_pcie: cleanup Pearl platform headersSergey Matyukevich2-230/+3
2018-10-13qtnfmac: use SPDX identifier for pcie bus layer filesSergey Matyukevich3-45/+6
2018-10-13qtnfmac: use 'help' in KconfigSergey Matyukevich2-2/+2
2018-10-13libertas: return errno from lbs_add_card()Lubomir Rintel5-14/+20
2018-10-13libertas: don't set URB_ZERO_PACKET on IN USB transferLubomir Rintel1-2/+0
2018-10-13iwlegacy: Add a lock assertion in il4965_send_rxon_assoc()Jia-Ju Bai1-0/+2
2018-10-13brcmsmac: AP mode: update beacon when TIM changesAli MJ Al-Nasrawy2-0/+27
2018-10-13mt76x0: phy: do not run calibration during channel switchLorenzo Bianconi4-26/+23
2018-10-13mt76x0: phy: align channel gain logic to mt76x2 oneLorenzo Bianconi1-17/+39