summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt7915/main.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-07wifi: mt76: mt7915: also MT7981 is 3T3R but nss2 on 5 GHz bandStanleyYP Wang1-2/+3
2023-12-07wifi: mt76: move mt76_net_setup_tc in common codeLorenzo Bianconi1-15/+1
2023-09-30wifi: mt76: mt7915 add tc offloading supportFelix Fietkau1-0/+15
2023-09-30wifi: mt76: update beacon size limitationMeiChia Chiu1-3/+5
2023-09-30wifi: mt76: fix clang-specific fortify warningsDmitry Antipov1-1/+1
2023-09-30wifi: mt76: mt7915: fix monitor mode issuesFelix Fietkau1-6/+18
2023-09-30wifi: mt76: fix race condition related to checking tx queue fill statusFelix Fietkau1-2/+2
2023-07-31wifi: mt76: mt7915: fix power-limits while chan_switchRyder Lee1-1/+2
2023-07-26wifi: mt76: mt7915: fix capabilities in non-AP modeFelix Fietkau1-0/+21
2023-07-25wifi: mt76: move ampdu_state in mt76_wcidLorenzo Bianconi1-3/+3
2023-07-25wifi: mt76: mt7915: move poll_list in mt76_wcidLorenzo Bianconi1-6/+6
2023-07-25wifi: mt76: mt7915: move sta_poll_list and sta_poll_lock in mt76_devLorenzo Bianconi1-6/+6
2023-07-25wifi: mt76: mt7915: fix command timeout in AP stop periodRany Hany1-13/+50
2023-07-25wifi: mt76: mt7915: accumulate mu-mimo ofdma muru statsRyder Lee1-0/+63
2023-07-25wifi: mt76: add tx_nss histogram to ethtool statsRyder Lee1-0/+4
2023-07-25wifi: mt76: mt7915: move mib_stats structure in mt76.hLorenzo Bianconi1-2/+2
2023-07-25wifi: mt76: mt7915: drop return in mt7915_sta_statisticsRyder Lee1-14/+13
2023-07-25wifi: mt76: mt7915: rework tx packets counting when WED is activePeter Chiu1-2/+4
2023-07-25wifi: mt76: mt7915: report tx retries/failed counts for non-WED pathRyder Lee1-6/+6
2023-04-21Merge tag 'wireless-next-2023-04-21' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-1/+0
2023-04-17wifi: mt76: mt7915: remove mt7915_mcu_beacon_check_caps()Ryder Lee1-1/+0
2023-04-03wifi: mt76: ignore key disable commandsFelix Fietkau1-7/+6
2023-02-03wifi: mt76: add EHT rate stats for ethtoolShayne Chen1-1/+1
2023-02-03wifi: mt76: enable page_pool statsLorenzo Bianconi1-10/+16
2023-02-03wifi: mt76: mt7915: rework mt7915_mcu_set_thermal_throttlingHoward Hsu1-0/+5
2023-02-03wifi: mt76: mt7915: call mt7915_mcu_set_thermal_throttling() only after init_...Howard Hsu1-0/+6
2022-12-01wifi: mt76: mt7915: rely on band_idx of mt76_phyRyder Lee1-20/+26
2022-12-01wifi: mt76: mt7915: fix band_idx usageRyder Lee1-18/+18
2022-12-01wifi: mt76: mt7915: enable .sta_set_txpwr supportRyder Lee1-0/+34
2022-12-01wifi: mt76: mt7915: add support to configure spatial reuse parameter setRyder Lee1-4/+2
2022-12-01wifi: mt76: mt7915: enable WED RX statsSujuan Chen1-0/+8
2022-12-01wifi: mt76: mt7915: enable full system reset supportBo Jiao1-5/+13
2022-12-01wifi: mt76: move aggr_stats array in mt76_phyLorenzo Bianconi1-3/+2
2022-12-01wifi: mt76: mt7915: enable use_cts_prot supportRyder Lee1-0/+3
2022-12-01wifi: mt76: mt7915: add ack signal supportRyder Lee1-0/+8
2022-12-01wifi: mt76: mt7915: enable wed for mt7986-wmac chipsetLorenzo Bianconi1-1/+1
2022-12-01wifi: mt76: mt7915: add spatial extension index supportShayne Chen1-3/+0
2022-12-01wifi: mt76: mt7915: deal with special variant of mt7916Peter Chiu1-5/+6
2022-09-15wifi: mt76: add PPDU based TxS support for WED deviceRyder Lee1-0/+17
2022-09-15wifi: mt76: move move mt76_sta_stats to mt76_wcidRyder Lee1-1/+1
2022-07-18Merge tag 'mt76-for-kvalo-2022-07-11' of https://github.com/nbd168/wirelessKalle Valo1-3/+17
2022-07-15wifi: mac80211: change QoS settings API to take link into accountJohannes Berg1-1/+2
2022-07-11mt76: add phy_idx to mt76_wcidLorenzo Bianconi1-2/+2
2022-07-11mt76: mt7915: add sta_rec with EXTRA_INFO_NEW for the first time onlyShayne Chen1-1/+1
2022-07-11mt76: mt7915: add more ethtool statsRyder Lee1-0/+14
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg1-1/+1
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg1-1/+1
2022-05-13mt76: mt7915: add support for 6G in-band discoveryMeiChia Chiu1-3/+5
2022-05-13mt76: mt7915: add Wireless Ethernet Dispatch supportFelix Fietkau1-0/+36
2022-05-13mt76: mt7915: remove SCS featureRyder Lee1-8/+0