summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-1513-39/+90
|\
| * brcmfmac: feature check for multi-scheduled scan fails on bcm4343x devicesArend Van Spriel2017-08-141-2/+4
| * iwlwifi: mvm: send delba upon rx ba session timeoutNaftali Goldstein2017-08-091-2/+2
| * iwlwifi: mvm: don't WARN when a legit race happens in A-MPDUEmmanuel Grumbach2017-08-091-4/+6
| * iwlwifi: mvm: start mac queues when deferred tx frames are purgedAvraham Stern2017-08-091-1/+11
| * iwlwifi: mvm: Fix a memory leak in an error handling path in 'iwl_mvm_sar_get...Christophe Jaillet2017-08-051-2/+4
| * iwlwifi: add the new 9000 series PCI IDsTzipi Peres2017-08-011-0/+20
| * iwlwifi: mvm: set the RTS_MIMO_PROT bit in flag mask when sending sta to fwNaftali Goldstein2017-08-011-1/+2
| * iwlwifi: fix fw_pre_next_step to apply also for C stepHaim Dreyfuss2017-08-013-13/+14
| * iwlwifi: mvm: rs: fix TLC statistics collectionGregory Greenman2017-08-011-4/+4
| * iwlwifi: mvm: set A-MPDU bit upon empty BA notification from FWGregory Greenman2017-08-011-0/+2
| * iwlwifi: split the regulatory rules when the bandwidth flags require itEmmanuel Grumbach2017-08-011-8/+11
| * iwlwifi: add TLV for MLME offload firmware capabilityEmmanuel Grumbach2017-08-011-0/+2
| * iwlwifi: mvm: fix TCP CSUM offload with WEP and A000 seriesEmmanuel Grumbach2017-08-011-2/+8
* | Merge tag 'wireless-drivers-next-for-davem-2017-08-07' of git://git.kernel.or...David S. Miller2017-08-07161-6294/+9059
|\ \
| * | rtlwifi: Replace hardcode value with macroSouptick Joarder2017-08-032-3/+4
| * | mwifiex: pcie: compatible with wifi-only image while extract wifi-part fwXinming Hu2017-08-031-7/+19
| * | mwifiex: make addba request command cleanXinming Hu2017-08-031-0/+2
| * | net: qtnfmac: constify pci_device_id.Arvind Yadav2017-08-031-1/+1
| * | hostap: Fix outdated comment about dev->destructorStefano Brivio2017-08-031-2/+2
| * | rtlwifi: rtl8192ee: constify pci_device_id.Arvind Yadav2017-08-031-1/+1
| * | rtlwifi: rtl8188ee: constify pci_device_id.Arvind Yadav2017-08-031-1/+1
| * | rtlwifi: rtl8723be: constify pci_device_id.Arvind Yadav2017-08-031-1/+1
| * | rtlwifi: rtl8723ae: constify pci_device_id.Arvind Yadav2017-08-031-1/+1
| * | rtlwifi: rtl8821ae: constify pci_device_id.Arvind Yadav2017-08-031-1/+1
| * | rtlwifi: rtl8192se: constify pci_device_id.Arvind Yadav2017-08-031-1/+1
| * | rtlwifi: rtl8192de: constify pci_device_id.Arvind Yadav2017-08-031-1/+1
| * | qtnfmac: Tidy up DMA mask settingRobin Murphy2017-08-031-27/+1
| * | qtnfmac: prepare for AP_VLAN interface type supportSergey Matyukevich2017-08-033-7/+36
| * | qtnfmac: remove function qtnf_cmd_skb_put_actionSergey Matyukevich2017-08-031-8/+0
| * | qtnfmac: fix handling of iftype mask reported by firmwareSergey Matyukevich2017-08-034-16/+20
| * | qtnfmac: implement scan timeoutSergey Matyukevich2017-08-035-4/+29
| * | qtnfmac: implement cfg80211 channel_switch handlerSergey Matyukevich2017-08-036-2/+210
| * | qtnfmac: move current channel info from vif to macSergey Matyukevich2017-08-033-17/+29
| * | qtnfmac: fix station leave reason endiannessSergey Matyukevich2017-08-032-3/+3
| * | qtnfmac: implement reporting current channelSergey Matyukevich2017-08-033-4/+62
| * | qtnfmac: implement cfg80211 dump_survey handlerSergey Matyukevich2017-08-035-1/+217
| * | qtnfmac: add missing bus lockSergey Matyukevich2017-08-031-0/+4
| * | qtnfmac: regulatory configuration for self-managed setupSergey Matyukevich2017-08-031-0/+9
| * | qtnfmac: updates for regulatory supportSergey Matyukevich2017-08-036-108/+388
| * | rtlwifi: Fix fallback firmware loadingSven Joachim2017-08-032-24/+10
| * | mwifiex: correct IE parse during associationXinming Hu2017-08-031-60/+55
| * | rtlwifi: rtl_pci_probe: Fix fail path of _rtl_pci_find_adapterMalcolm Priestley2017-08-031-2/+2
| * | iwlwifi: mvm: don't retake the pointer to skb's CBEmmanuel Grumbach2017-08-011-1/+1
| * | iwlwifi: mvm: remove non-DQA modeJohannes Berg2017-08-0110-777/+158
| * | iwlwifi: mvm: rename p2p-specific sta functions to include p2p in the namesLuca Coelho2017-08-013-6/+6
| * | iwlwifi: mvm: simplify bufferable MMPDU checkJohannes Berg2017-08-011-3/+1
| * | iwlwifi: mvm: require AP_LINK_PS for TVQMJohannes Berg2017-08-011-1/+19
| * | iwlwifi: pcie: rename iwl_trans_check_hw_rf_kill() to pcieJohannes Berg2017-08-014-9/+9
| * | iwlwifi: mvm: add compile-time option to disable EBSZamir, Roee2017-08-012-1/+2