summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt7996
AgeCommit message (Expand)AuthorFilesLines
2023-07-26wifi: mt76: mt76_connac3: move lmac queue enumeration in mt76_connac3_mac.hLorenzo Bianconi1-14/+0
2023-07-25wifi: mt76: connac: add connac3 mac libraryLorenzo Bianconi1-179/+1
2023-07-25wifi: mt76: connac: move connac3 definitions in mt76_connac3_mac.hLorenzo Bianconi1-314/+1
2023-07-25wifi: mt76: move rate info in mt76_vifLorenzo Bianconi4-15/+11
2023-07-25wifi: mt76: move ampdu_state in mt76_wcidLorenzo Bianconi3-5/+4
2023-07-25wifi: mt76: mt7996: rely on shared poll_list fieldLorenzo Bianconi3-15/+14
2023-07-25wifi: mt76: mt7996: rely on shared sta_poll_list and sta_poll_lockLorenzo Bianconi4-29/+27
2023-07-25wifi: mt76: mt7996: increase tx token sizeHoward Hsu1-1/+1
2023-07-25wifi: mt76: mt7996: add muru supportMeiChia Chiu1-1/+55
2023-07-25wifi: mt76: mt7996: fix WA event ring sizeStanleyYP Wang2-1/+2
2023-07-25wifi: mt76: mt7996: use correct phy for background radar eventStanleyYP Wang1-1/+5
2023-07-25wifi: mt76: connac: add support to set ifs time by mcu commandPeter Chiu5-29/+69
2023-07-25wifi: mt76: mt7996: enable VHT extended NSS BW featurePeter Chiu1-0/+2
2023-07-25wifi: mt76: mt7996: fix bss wlan_idx when sending bss_info commandPeter Chiu1-2/+3
2023-07-25wifi: mt76: connac: add support for dsp firmware downloadPeter Chiu3-34/+41
2023-07-25wifi: mt76: mt7996: move radio ctrl commands to proper functionsShayne Chen1-5/+6
2023-07-25mt76: mt7996: rely on mt76_sta_stats in mt76_wcidLorenzo Bianconi3-6/+5
2023-07-25wifi: mt76: mt7996: disable WFDMA Tx/Rx during SER recoveryBo Jiao3-36/+55
2023-07-25wifi: mt76: add tx_nss histogram to ethtool statsRyder Lee1-0/+4
2023-07-25wifi: mt76: mt7996: rely on mib_stats shared definitionLorenzo Bianconi4-60/+6
2023-07-25wifi: mt76: mt7996: drop return in mt7996_sta_statisticsRyder Lee1-12/+13
2023-07-25wifi: mt76: mt7996: enable BSS_CHANGED_MU_GROUPS supportRyder Lee3-7/+38
2023-07-25wifi: mt76: mt7996: fix header translation logicRyder Lee1-4/+9
2023-06-01wifi: mt76: mt7996: fix possible NULL pointer dereference in mt7996_mac_write...Lorenzo Bianconi1-7/+12
2023-05-12wifi: mt76: mt7996: fix endianness of MT_TXD6_TX_RATERyder Lee1-1/+1
2023-04-21Merge tag 'wireless-next-2023-04-21' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski17-432/+1277
2023-04-19wifi: mt76: mt7996: fill txd by host driverRyder Lee1-9/+4
2023-04-19wifi: mt76: set NL80211_EXT_FEATURE_CAN_REPLACE_PTK0 on supported driversFelix Fietkau1-0/+1
2023-04-19wifi: mt76: mt7996: enable mesh HW amsdu/de-amsdu supportRyder Lee5-9/+27
2023-04-19wifi: mt76: mt7996: enable configured beacon tx rateRyder Lee3-6/+24
2023-04-19wifi: mt76: mt7996: enable BSS_CHANGED_MCAST_RATE supportRyder Lee4-4/+18
2023-04-19wifi: mt76: mt7996: enable BSS_CHANGED_BASIC_RATES supportRyder Lee7-33/+85
2023-04-17wifi: mt76: mt7996: enable coredump supportRyder Lee9-2/+496
2023-04-17wifi: mt76: mt7996: add full system reset knobs into debugfsRyder Lee5-30/+177
2023-04-17wifi: mt76: mt7996: enable full system reset supportBo Jiao8-71/+365
2023-04-17wifi: mt76: mt7921: enable p2p supportSean Wang1-2/+2
2023-04-17wifi: mt76: move shared mac definitions in mt76_connac2_mac.hLorenzo Bianconi1-12/+0
2023-04-17wifi: mt76: add mt76_connac_gen_ppe_thresh utility routineLorenzo Bianconi1-22/+1
2023-04-17wifi: mt76: get rid of unused sta_ps callbacksLorenzo Bianconi3-6/+0
2023-04-17wifi: mt76: move irq_tasklet in mt76_dev structLorenzo Bianconi4-7/+6
2023-04-17wifi: mt76: mt7996: fix eeprom tx path bitfieldsStanleyYP Wang1-4/+4
2023-04-17wifi: mt76: mt7996: remove mt7996_mcu_set_pm()Peter Chiu3-35/+0
2023-04-17wifi: mt76: mt7996: init mpdu density capPeter Chiu1-2/+7
2023-04-17wifi: mt76: mt7996: fix pointer calculation in ie countdown eventPeter Chiu1-1/+2
2023-04-17wifi: mt76: mt7996: remove unused eeprom band selectionShayne Chen2-5/+0
2023-04-17wifi: mt76: mt7996: let non-bufferable MMPDUs use correct hw queueShayne Chen3-10/+12
2023-04-17wifi: mt76: mt7996: add eht rx rate supportShayne Chen1-4/+5
2023-04-17wifi: mt76: mt7996: remove mt7996_mcu_beacon_check_caps()Ryder Lee3-124/+8
2023-04-17wifi: mt76: mt7996: fix radiotap bitfieldRyder Lee2-48/+47
2023-04-17wifi: mt76: mt7996: Remove unneeded semicolonYang Li1-1/+1