aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-13mt76x0: phy: fix restore phase in mt76x0_phy_recalibrate_after_assocLorenzo Bianconi1-4/+3
2018-10-13mt76: mt76x0e: another fix for the external PA current settingFelix Fietkau1-10/+3
2018-10-13mt76x0: pci: fix set external PA I/O currentYueHaibing1-3/+3
2018-10-13mt76: do not store aggregation sequence number for null-data framesFelix Fietkau1-1/+2
2018-10-13mt76x0: remove dma.hStanislaw Gruszka1-126/+0
2018-10-13mt76: reserve enough room for USB tx skbsStanislaw Gruszka3-17/+8
2018-10-13mt76x0: pci: add mt76x0_register_device in mt76x0e_register_deviceLorenzo Bianconi1-1/+19
2018-10-13mt76: disable ldpc coding for mt76x0 devicesLorenzo Bianconi2-43/+41
2018-10-13mt76x0: pci: add missing mac80211 callbacksLorenzo Bianconi1-1/+10
2018-10-13mt76x0: pci: report firmware version using ethtoolLorenzo Bianconi1-0/+1
2018-10-13mt76: use mt76x02_dev instead of mt76_dev in mt76x02_eeprom.cLorenzo Bianconi15-124/+112
2018-10-13mt76: use mt76x02_dev instead of mt76_dev in mt76x02_txrx.cLorenzo Bianconi4-18/+16
2018-10-13mt76: use mt76x02_dev instead of mt76_dev in mt76x02_mac.cLorenzo Bianconi14-110/+111
2018-10-13mt76: use mt76x02_dev instead of mt76_dev in mt76x02_usb_mcu.cLorenzo Bianconi4-27/+24
2018-10-13mt76: use mt76x02_dev instead of mt76_dev in mt76x02_util.cLorenzo Bianconi5-73/+77
2018-10-13mt76: use mt76x02_dev instead of mt76_dev in mt76x02_phy.cLorenzo Bianconi7-59/+56
2018-10-13mt76: use mt76x02_dev instead of mt76_dev in mt76x02_mcu.cLorenzo Bianconi12-92/+86
2018-10-13mt76x0: phy: fix bank check in mt76x0_rf_csr_{wr,rr}Lorenzo Bianconi1-2/+2
2018-10-13mt76x0: use bus helper to identify rf access methodStanislaw Gruszka1-2/+6
2018-10-13mt76x0: correct RF reg pairs write for PCIeStanislaw Gruszka1-3/+16
2018-10-13mt76: allow to identify busStanislaw Gruszka3-0/+11
2018-10-13mt76x0: correct RF access via RF_CSR register.Stanislaw Gruszka2-6/+4
2018-10-13mt76x0: print BBP version only for debugStanislaw Gruszka1-1/+1
2018-10-13rtlwifi: rtl8821ae: replace _rtl8821ae_mrate_idx_to_arfr_id with generic versionColin Ian King1-70/+1
2018-10-13iwlwifi: mvm: check return value of rs_rate_from_ucode_rate()Luca Coelho1-5/+19
2018-10-13Merge tag 'iwlwifi-next-for-kalle-2018-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-nextKalle Valo13-831/+825
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-5/+9
2018-10-12Merge tag 'mmc-v4.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcGreg Kroah-Hartman1-0/+4
2018-10-11Merge tag 'alloc-args-v4.19-rc8' of https://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxGreg Kroah-Hartman1-5/+5
2018-10-10libertas: call into generic suspend code before turning off powerDaniel Mack1-0/+4
2018-10-08iwlwifi: mvm: kill INACTIVE queue stateJohannes Berg4-115/+66
2018-10-08iwlwifi: mvm: move iwl_mvm_sta_alloc_queue() downJohannes Berg1-205/+205
2018-10-08mac80211_hwsim: drop now unused work-queue from hwsimMartin Willi1-10/+1
2018-10-08iwlwifi: mvm: make iwl_mvm_scd_queue_redirect() staticJohannes Berg2-7/+3
2018-10-08iwlwifi: mvm: make queue TID change more explicitJohannes Berg1-28/+25
2018-10-08iwlwifi: mvm: remove RECONFIGURING queue stateJohannes Berg2-26/+15
2018-10-08iwlwifi: mvm: reconfigure queues during inactivity checkJohannes Berg1-11/+7
2018-10-08iwlwifi: mvm: move queue reconfiguration into new functionJohannes Berg1-31/+33
2018-10-08iwlwifi: mvm: clean up iteration in iwl_mvm_inactivity_check()Johannes Berg1-17/+15
2018-10-08iwlwifi: mvm: remove per-queue hw refcountJohannes Berg4-25/+28
2018-10-08iwlwifi: mvm: move queue management into sta.cJohannes Berg3-431/+409
2018-10-08iwlwifi: mvm: give TX queue info struct a nameJohannes Berg1-11/+13
2018-10-08iwlwifi: mvm: move rt status check to the start of the resume flowShahar S Matityahu1-25/+35
2018-10-08iwlwifi: dump debug data before stop deviceShahar S Matityahu3-7/+26
2018-10-08iwlwifi: mvm: use fast balance scan in case of DCM mode with P2P GOAyala Beker1-23/+68
2018-10-08iwlwifi: mvm: introduce a new fragmented scan type: fast balanceAyala Beker2-7/+18
2018-10-08iwlwifi: trace: change trace to trace one TB at a timeSara Sharon3-43/+34
2018-10-08iwlwifi: pcie: don't pad AMSDU packetsSara Sharon1-3/+7
2018-10-08iwlwifi: mvm: don't send keys when entering D3Sara Sharon1-1/+3
2018-10-07Merge tag 'wireless-drivers-next-for-davem-2018-10-07' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller176-5632/+6915