summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-02-20iwlwifi: mvm: remove IWL_MVM_INIT_STATUS_REG_HW_INIT_COMPLETEJohannes Berg3-9/+2
2019-02-20iwlwifi: mvm: Set TX_CMD_FLG_PROT_REQUIRE correctlyAndrei Otcheretianski1-1/+1
2019-02-20iwlwifi: mvm: support non-transmitting APSara Sharon3-2/+12
2019-02-20iwlwifi: mvm: add read debugfs for he_sniffer_paramsLiad Kaufman2-2/+24
2019-02-20iwlwifi: mvm: reject new beacons when in inject modeSara Sharon3-2/+11
2019-02-20iwlwifi: iwl-drv: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-22/+0
2019-02-20iwlwifi: fw: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2-14/+6
2019-02-20iwlwifi: dvm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman3-50/+8
2019-02-20iwlwifi: nvm-parse: advertise IEEE80211_VHT_EXT_NSS_BW_CAPABLE in VHTJohannes Berg1-2/+5
2019-02-20iwlwifi: mvm: fix error path in iwl_mvm_mac_setup_register()Johannes Berg1-6/+9
2019-02-20iwlwifi: nvm-parse: use struct_size() in kzalloc()Gustavo A. R. Silva1-11/+7
2019-02-20iwlwifi: eeprom-parse: use struct_size() in kzalloc()Gustavo A. R. Silva1-2/+1
2019-02-20iwlwifi: fix false-positive maybe-uninitialized warningArnd Bergmann1-4/+4
2019-02-20iwlwifi: mvm: Don't request HW restart if already requestedIlan Peer1-0/+3
2019-02-20iwlwifi: pcie: allocate rb_stts's for all queues in one placeTriebitz2-18/+57
2019-02-20Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo68-1199/+719
2019-02-20libertas_tf: get the MAC address before registering the deviceLubomir Rintel1-46/+11
2019-02-20libertas_tf: don't defer firmware loading until start()Lubomir Rintel3-32/+38
2019-02-20libertas_tf: move hardware callbacks to a separate structureLubomir Rintel4-16/+25
2019-02-20brcmfmac: add basic validation of shared RAM addressRafał Miłecki1-0/+6
2019-02-20rtlwifi: rtl8192ce: fix typo, "PairwiseENcAlgorithm" -> "PairwiseEncAlgorithm"Colin Ian King1-1/+1
2019-02-20brcmfmac: use bphy_err() in all wiphy-related codeRafał Miłecki11-173/+224
2019-02-20ath10k: switch to use SPDX license identifiersKalle Valo61-721/+61
2019-02-20ath10k: change 'unsigned long int' to 'unsigned long'Kalle Valo5-32/+32
2019-02-19rt2800: comment and simplify AGC init for RT6352Stanislaw Gruszka1-3/+6
2019-02-19rt2800: enable TX_PIN_CFG_RFRX_EN only for MT7620Stanislaw Gruszka1-3/+4
2019-02-19rt2800: enable TX_PIN_CFG_LNA_PE_ bits per bandStanislaw Gruszka1-6/+12
2019-02-19rt2x00: remove confusing AGC registerTomislav Požega1-5/+1
2019-02-19rt2x00: remove unneeded checkTomislav Požega1-53/+50
2019-02-19carl9170: clean up a clamp() callDan Carpenter1-1/+1
2019-02-19rtl818x_pci: Remove set but not used variables 'io_addr, mem_addr'YueHaibing1-4/+2
2019-02-19orinoco : Replace function name in string with __func__Keyur Patel1-5/+5
2019-02-19mwifiex: don't advertise IBSS features without FW supportBrian Norris1-3/+7
2019-02-19mwifiex: Fix NL80211_TX_POWER_LIMITEDAdrian Bunk3-6/+19
2019-02-19libertas_tf: remove set but not used variable 'flags'YueHaibing1-2/+0
2019-02-19libertas_tf: fix signal reportingLubomir Rintel1-1/+2
2019-02-19libertas_tf: move the banner to a more appropriate placeLubomir Rintel1-1/+1
2019-02-19libertas_tf: don't set URB_ZERO_PACKET on IN USB transferLubomir Rintel1-2/+0
2019-02-19libertas_tf: lower the debug level of command traceLubomir Rintel1-4/+3
2019-02-19rsi: remove set but not used variables 'info, vif'YueHaibing1-6/+0
2019-02-19rsi: fix spelling mistakesSiva Rebbagondla5-12/+12
2019-02-19rsi: fix a typo in a debug messageDan Carpenter1-1/+1
2019-02-19brcmfmac: remove set but not used variable 'old_state'YueHaibing1-2/+0
2019-02-19brcmfmac: rework bphy_err() to take struct brcmf_pub argumentRafał Miłecki2-233/+281
2019-02-19brcmfmac: support firmware reporting 160 MHz channelsRafał Miłecki1-0/+3
2019-02-19brcmfmac: improve code handling bandwidth of firmware reported channelsRafał Miłecki1-3/+10
2019-02-19brcmfmac: print firmware reported ring status errorsRafał Miłecki1-0/+25
2019-02-19brcmfmac: use chipname in brcmf_fw_alloc_request() for error path as wellArend van Spriel1-3/+3
2019-02-19brcmfmac: check and dump trap info during sdio probeArend van Spriel1-19/+40
2019-02-19brcmfmac: disable MBSS feature for bcm4330 deviceArend van Spriel1-2/+8