summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2016-10-07ath10k: fix get rx_status from htt contextAshok Raj Nagarajan1-5/+5
2016-10-07brcmsmac: Initialize power in brcms_c_stf_ss_algo_channel_get()Florian Fainelli1-1/+1
2016-10-07brcmsmac: Free packet if dma_mapping_error() fails in dma_rxfillFlorian Fainelli1-1/+3
2016-10-07brcmfmac: Fix glob_skb leak in brcmf_sdiod_recv_chainFlorian Fainelli1-1/+3
2016-10-07ath9k: Fix programming of minCCA power thresholdSven Eckelmann1-1/+1
2016-10-07iwlmvm: mvm: set correct state in smart-fifo configurationstriebit1-1/+1
2016-10-07iwlwifi: mvm: don't use ret when not initialisedEmmanuel Grumbach1-1/+2
2016-10-07iwlwifi: mvm: avoid harmless -Wmaybe-uninialized warningArnd Bergmann1-20/+21
2016-10-07iwlwifi: mvm: free RX reorder buffer on restartSara Sharon1-3/+4
2016-10-07iwlwifi: pcie: fix access to scratch bufferSara Sharon1-2/+2
2016-10-07iwlwifi: mvm: unmap the paging memory before freeing itEmmanuel Grumbach1-4/+8
2016-10-07iwlwifi: mvm: write the correct internal TXF indexGolan Ben-Ami1-1/+2
2016-10-07iwlwifi: mvm: fix txq aggregation bugOren Givon1-1/+9
2016-10-07iwlwifi: mvm: checksum IPv6 fragmented packetSara Sharon1-15/+6
2016-10-07mwifiex: illegal assignmentHeinrich Schuchardt1-1/+1
2016-09-30iwlwifi: mvm: update TX queue before making a copy of the skbBeni Lev1-10/+9
2016-09-24iwlegacy: avoid warning about missing bracesArnd Bergmann1-1/+2
2016-09-24ath9k: bring back direction setting in ath9k_{start_stop}Giedrius Statkevičius1-2/+7
2016-09-24ath9k: fix using sta->drv_priv before initializing itFelix Fietkau1-4/+4
2016-09-24brcmfmac: avoid potential stack overflow in brcmf_cfg80211_start_ap()Arend Van Spriel1-1/+1
2016-08-20brcmfmac: restore stopping netdev queue when bus clogs upArend Van Spriel1-5/+17
2016-08-20iwlwifi: add new 8265Oren Givon1-0/+6
2016-08-20iwlwifi: add new 8260 PCI IDsOren Givon1-0/+3
2016-08-20iwlwifi: pcie: fix a race in firmware loading flowEmmanuel Grumbach3-17/+28
2016-08-20iwlwifi: pcie: enable interrupts before releasing the NIC's CPUEmmanuel Grumbach1-1/+4
2016-06-23Merge tag 'wireless-drivers-for-davem-2016-06-21' of git://git.kernel.org/pub...David S. Miller9-15/+30
2016-06-16Merge ath-current from ath.gitKalle Valo4-7/+6
2016-06-16rtl8xxxu: fix typo on variable name, compare against correct variableColin Ian King1-1/+1
2016-06-14ath9k: fix GPIO mask for AR9462 and AR9565Miaoqing Pan1-4/+4
2016-06-14ath10k: fix deadlock while processing rx_in_ord_indRajkumar Manoharan1-1/+0
2016-06-10iwlwifi: mvm: fix a few firmware capability checksJohannes Berg1-4/+4
2016-06-10iwlwifi: mvm: set the encryption type of an IGTK keyAyala Beker1-0/+8
2016-06-10iwlwifi: mvm: fix potential NULL-dereference in iwl_mvm_reorder()Luca Coelho1-1/+3
2016-06-10iwlwifi: mvm: fix RCU splat in TKIP's update_keyEmmanuel Grumbach1-1/+7
2016-06-10iwlwifi: mvm: increase scan timeout to 20 secondsLuca Coelho1-1/+1
2016-06-07ath10k: fix crash related to printing featuresBen Greear1-1/+1
2016-06-06ath10k: fix deadlock when peer cannot be createdBen Greear1-1/+1
2016-06-05Merge tag 'wireless-drivers-for-davem-2016-06-04' of git://git.kernel.org/pub...David S. Miller3-3/+21
2016-06-03brcmfmac: add eth_type_trans back for PCIe full dongleFranky Lin1-0/+2
2016-06-02Merge tag 'mac80211-for-davem-2016-06-01' of git://git.kernel.org/pub/scm/lin...David S. Miller1-0/+1
2016-05-31mac80211_hwsim: Add missing check for HWSIM_ATTR_SIGNALMartin Willi1-0/+1
2016-05-28remove lots of IS_ERR_VALUE abusesArnd Bergmann1-2/+2
2016-05-27rtlwifi: Fix scheduling while atomic error from commit 49f86ec21c01Larry Finger1-3/+3
2016-05-27brcmfmac: add fallback for devices that do not report per-chain valuesJaap Jan Meijer1-0/+16
2016-05-21Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2016-05-21Merge tag 'wireless-drivers-next-for-davem-2016-05-13' of git://git.kernel.or...David S. Miller93-4766/+6749
2016-05-18iwlwifi: fix mis-merge that breaks the driverLinus Torvalds1-1/+2
2016-05-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+2
2016-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-34/+46
2016-05-11Merge ath-next from ath.gitKalle Valo24-145/+767