summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorLines
2019-04-15Merge tag 'wireless-drivers-for-davem-2019-04-15' of git://git.kernel.org/pub...David S. Miller-215/+123
2019-04-12Merge tag 'iwlwifi-for-kalle-2019-04-03' of git://git.kernel.org/pub/scm/linu...Kalle Valo-2/+31
2019-04-12mt76x02: avoid status_list.lock and sta->rate_ctrl_lock dependencyStanislaw Gruszka-6/+8
2019-04-12rt2x00: do not increment sequence number while re-transmittingVijayakumar Durai-17/+9
2019-04-12mt76: mt7603: send BAR after powersave wakeupFelix Fietkau-1/+1
2019-04-12mt76: mt7603: fix sequence number assignmentFelix Fietkau-43/+18
2019-04-12mt76: mt7603: add missing initialization for dev->ps_lockFelix Fietkau-0/+2
2019-04-08mac80211: make ieee80211_schedule_txq schedule empty TXQsFelix Fietkau-4/+7
2019-04-08mac80211_hwsim: calculate if_combination.max_interfacesJohannes Berg-4/+15
2019-04-03iwlwifi: add support for quz firmwaresLuca Coelho-2/+22
2019-04-03iwlwifi: mvm: update offloaded rate control on changesJohannes Berg-0/+7
2019-04-03iwlwifi: mvm: avoid possible deadlock in TX pathJohannes Berg-0/+2
2019-03-22iwlwifi: add new 0x2723/0x2080 card for 22000Ihab Zhaika-0/+1
2019-03-22iwlwifi: rename structs to fit the new namesIhab Zhaika-14/+14
2019-03-22iwlwifi: use sync nmi in case of init flow failureShahar S Matityahu-31/+3
2019-03-22iwlwifi: dbg_ini: fix bad dump size calculationShahar S Matityahu-3/+3
2019-03-22iwlwifi: dbg_ini: in case of region dump failure set memory to 0Shahar S Matityahu-0/+2
2019-03-22iwlwifi: add sync_nmi to trans opsShahar S Matityahu-5/+13
2019-03-22iwlwifi: mvm: fix TX crypto on 22560+ devicesJohannes Berg-94/+19
2019-03-19mt76x02: do not enable RTS/CTS by defaultStanislaw Gruszka-3/+2
2019-03-19mt76: fix schedule while atomic in mt76x02_reset_stateLorenzo Bianconi-16/+23
2019-03-19mt76: mt7603: use the correct hweight8() functionFelix Fietkau-4/+3
2019-03-19mt76x02u: check chip version on probeStanislaw Gruszka-3/+18
2019-03-19mt7601u: check chip version on probeStanislaw Gruszka-0/+4
2019-03-07iwlwifi: fix 64-bit divisionArnd Bergmann-3/+1
2019-03-07mt76x2u: remove duplicated entry in mt76x2u_device_tableLorenzo Bianconi-2/+1
2019-03-07mt76: fix return value check in mt76_wmac_probe()Wei Yongjun-2/+2
2019-03-07mt76: mt7603: set moredata flag when queueing ps-filtered packetsFelix Fietkau-0/+11
2019-03-07mt76: mt76x02: disable ED/CCA by defaultFelix Fietkau-1/+30
2019-03-07mt76: when releasing PS frames, end the service period if no frame was foundFelix Fietkau-0/+3
2019-03-07mt76: mt7603: clear the service period on releasing PS filtered packetsFelix Fietkau-0/+3
2019-03-07mt76: mt7603: notify mac80211 about buffered frames in ps queueFelix Fietkau-2/+11
2019-03-07mt76: mt7603: fix up hardware queue index for PS filtered packetsFelix Fietkau-0/+4
2019-03-07mt76: mt7603: clear ps filtering mode before releasing buffered framesFelix Fietkau-0/+2
2019-03-07mt76: mt76x2: fix 2.4 GHz channel gain settingsFelix Fietkau-5/+14
2019-03-07mt76: mt76x2: fix external LNA gain settingsFelix Fietkau-3/+8
2019-03-07mt76: mt7603: fix tx status HT rate validationFelix Fietkau-1/+1
2019-03-07mt76: mt76x02: reduce false positives in ED/CCA tx blockingFelix Fietkau-4/+26
2019-03-07mt76: mt76x02: only update the base mac address if necessaryFelix Fietkau-4/+6
2019-03-07mt76x02: fix hdr pointer in write txwi for USBStanislaw Gruszka-1/+2
2019-03-07mt76: mt76x2: implement full device restart on watchdog resetFelix Fietkau-9/+132
2019-03-07mt76: mt76x02: when setting a key, use PN from mac80211Felix Fietkau-1/+15
2019-03-07mt76: rewrite dma descriptor base and ring size on queue resetFelix Fietkau-0/+2
2019-03-07mt76: introduce q->stopped parameterLorenzo Bianconi-3/+14
2019-02-28Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo-266/+792
2019-02-28wil6210: check null pointer in _wil_cfg80211_merge_extra_iesAlexei Avshalom Lazar-3/+11
2019-02-28wil6210: ignore HALP ICR if already handledMaya Erez-4/+12
2019-02-28wil6210: fix invalid sta statistics updateDedy Lansky-3/+2
2019-02-28wil6210: accessing 802.3 addresses via utility functionsAhmad Masri-21/+33
2019-02-28wil6210: support up to 20 stations in AP modeAhmad Masri-75/+226