summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek (follow)
Commit message (Expand)AuthorAgeFilesLines
* wifi: mt76: mt7925: fix a potential association failure upon resumingMichael Lo2024-09-063-0/+18
* wifi: mt76: Avoid multiple -Wflex-array-member-not-at-end warningsGustavo A. R. Silva2024-09-062-14/+19
* wifi: mt76: mt7921: Check devm_kasprintf() returned valueMa Ke2024-09-061-0/+2
* wifi: mt76: mt7915: check devm_kasprintf() returned valueMa Ke2024-09-061-0/+2
* wifi: mt76: mt7915: avoid long MCU command timeouts during SERFelix Fietkau2024-09-061-0/+5
* wifi: mt76: mt7996: fix uninitialized TLV dataFelix Fietkau2024-09-061-1/+1
* wifi: mt76: mt7915: always query station rx rate from firmwareFelix Fietkau2024-09-061-2/+1
* wifi: mt76: mt7915: fix rx filter setting for bfee functionalityHoward Hsu2024-09-061-2/+1
* wifi: mt76: shrink mt76_queue_bufFelix Fietkau2024-09-061-2/+2
* wifi: mt76: mt7915: improve hardware restart reliabilityFelix Fietkau2024-09-063-12/+27
* wifi: mt76: connac: move mt7615_mcu_del_wtbl_all to connacFelix Fietkau2024-09-065-12/+13
* wifi: mt76: mt7915: hold dev->mt76.mutex while disabling tx workerFelix Fietkau2024-09-061-1/+3
* wifi: mt76: mt7915: add dummy HW offload of IEEE 802.11 fragmentationBenjamin Lin2024-09-062-0/+8
* wifi: mt76: mt7915: reset the device after MCU timeoutFelix Fietkau2024-09-061-0/+9
* wifi: mt76: mt7915: retry mcu messagesFelix Fietkau2024-09-063-5/+25
* wifi: mt76: mt7915: set MT76_MCU_RESET early in mt7915_mac_full_resetFelix Fietkau2024-09-061-0/+1
* wifi: mt76: mt7915: use mac80211 .sta_state opFelix Fietkau2024-09-068-56/+90
* wifi: mt76: change .sta_assoc callback to .sta_eventFelix Fietkau2024-09-0614-36/+67
* wifi: mt76: connac: add support for passing connection state directlyFelix Fietkau2024-09-066-14/+22
* wifi: mt76: connac: add support for IEEE 802.11 fragmentationBenjamin Lin2024-09-062-1/+16
* wifi: mt76: mt7915: allocate vif wcid in the same range as stationsFelix Fietkau2024-09-061-1/+4
* wifi: mt76: mt7915: disable tx worker during tx BA session enable/disableFelix Fietkau2024-09-061-3/+7
* wifi: mt76: add separate tx scheduling queue for off-channel txFelix Fietkau2024-09-063-26/+41
* wifi: mt76: partially move channel change code to coreFelix Fietkau2024-09-0639-162/+116
* wifi: mt76: fix mt76_get_rateFelix Fietkau2024-09-061-2/+3
* wifi: mt76: mt7603: initialize chainmaskFelix Fietkau2024-09-061-0/+1
* wifi: mt76: mt7603: fix reading target power from eepromFelix Fietkau2024-09-061-2/+4
* wifi: mt76: mt7603: fix mixed declarations and codeFelix Fietkau2024-09-061-2/+2
* wifi: mt76: connac: fix checksum offload fields of connac3 RXDPeter Chiu2024-09-063-7/+6
* wifi: mt76: mt7996: fix NULL pointer dereference in mt7996_mcu_sta_bfer_heMa Ke2024-09-061-0/+3
* wifi: mt76: mt7996: set IEEE80211_KEY_FLAG_GENERATE_MMIE for other ciphersMichael-CY Lee2024-09-061-4/+4
* wifi: mt76: connac: add IEEE 802.11 fragmentation support for mt7996Benjamin Lin2024-09-062-2/+18
* wifi: mt76: mt7996: fix handling mbss enable/disableRex Lu2024-09-061-1/+1
* wifi: mt76: mt7996: set correct value in beamforming mcu command for mt7992Howard Hsu2024-09-051-2/+3
* wifi: mt76: mt7996: fix EHT beamforming capability checkHoward Hsu2024-09-051-2/+2
* wifi: mt76: mt7996: set correct beamformee SS capabilityHoward Hsu2024-09-051-6/+17
* wifi: mt76: mt7996: fix HE and EHT beamforming capabilitiesHoward Hsu2024-09-051-22/+43
* wifi: mt76: mt7996: advertize beacon_int_min_gcdPeter Chiu2024-09-051-0/+1
* wifi: mt76: mt7996: fix wmm set of station interface to 3Peter Chiu2024-09-051-1/+1
* wifi: mt76: mt7996: fix traffic delay when switching back to working channelPeter Chiu2024-09-051-0/+4
* wifi: mt76: mt7996: use hweight16 to get correct tx antennaPeter Chiu2024-09-051-1/+1
* wifi: mt76: mt7921: fix wrong UNII-4 freq range check for the channel usageMing Yen Hsieh2024-09-051-1/+1
* wifi: mt76: mt7915: fix oops on non-dbdc mt7986Bjørn Mork2024-09-051-1/+1
* wifi: mt76: mt7921: fix NULL pointer access in mt7921_ipv6_addr_changeBert Karwatzki2024-08-131-1/+1
* wifi: mt76: mt7921: fix null pointer access in mt792x_mac_link_bss_removeSean Wang2024-07-261-0/+1
* wifi: mt76: mt792x: fix scheduler interference in drv own processMichael Lo2024-07-096-0/+35
* wifi: mt76: mt7925: enabling MLO when the firmware supports itSean Wang2024-07-096-0/+59
* wifi: mt76: mt7925: remove the unused mt7925_mcu_set_chan_infoSean Wang2024-07-091-74/+0
* wifi: mt76: mt7925: update mt7925_mac_link_bss_add for MLOSean Wang2024-07-091-2/+3
* wifi: mt76: mt7925: update mt7925_mcu_bss_basic_tlv for MLOSean Wang2024-07-091-0/+1