aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/wireless/mediatek/mt76/mt7915/mcu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-15wifi: mt76: mt7915: fix mcs value in ht modeHoward Hsu1-4/+6
2022-09-06wifi: mac80211: keep A-MSDU data in sta and per-linkBenjamin Berg1-2/+2
2022-09-06wifi: mac80211: make smps_mode per-linkBenjamin Berg1-2/+2
2022-07-11mt76: convert MT_TX_HW_QUEUE_EXT_PHY to MT_TX_HW_QUEUE_PHYLorenzo Bianconi1-6/+3
2022-07-11mt76: introduce phys array in mt76_dev structureLorenzo Bianconi1-8/+8
2022-07-11mt76: do not use skb_set_queue_mapping for internal purposesFelix Fietkau1-2/+2
2022-07-11mt76: mt7915: update the maximum size of beacon offloadMeiChia Chiu1-3/+8
2022-07-11mt76: mt7915: add sta_rec with EXTRA_INFO_NEW for the first time onlyShayne Chen1-1/+2
2022-07-11mt76: mt7915: disable UL MU-MIMO for mt7915Felix Fietkau1-4/+5
2022-07-11mt76: move mt76_connac2_mcu_fill_message in mt76_connac moduleLorenzo Bianconi1-55/+6
2022-07-11mt76: move mcu_txd/mcu_rxd structures in shared codeLorenzo Bianconi1-12/+17
2022-07-11mt76: connac: move connac2_mac_write_txwi in mt76_connac moduleLorenzo Bianconi1-1/+1
2022-07-11mt76: mt7915: rely on mt76_dev in mt7915_mac_write_txwi signatureLorenzo Bianconi1-2/+2
2022-07-11mt76: connac: move mt76_connac2_load_patch in connac moduleLorenzo Bianconi1-85/+1
2022-07-11mt76: connac: move mt76_connac2_load_ram in connac moduleLorenzo Bianconi1-110/+2
2022-07-11mt76: connac: move shared fw structures in connac moduleLorenzo Bianconi1-73/+12
2022-06-20wifi: mac80211: return a beacon for a specific linkShaul Triebitz1-1/+1
2022-06-20wifi: mac80211: move some future per-link data to bss_confJohannes Berg1-5/+5
2022-05-13mt76: mt7915: add support for 6G in-band discoveryMeiChia Chiu1-3/+72
2022-05-13mt76: mt7915: add Wireless Ethernet Dispatch supportFelix Fietkau1-0/+3
2022-05-13mt76: mt7915: rework SER debugfs knobRyder Lee1-4/+1
2022-05-13mt76: mt7915: add debugfs knob for RF registers read/writeShayne Chen1-0/+29
2022-05-13mt76: mt7915: remove SCS featureRyder Lee1-16/+0
2022-05-13mt76: mt7915: fix unbounded shift in mt7915_mcu_beacon_mbssLorenzo Bianconi1-7/+13
2022-04-11mac80211: prepare sta handling for MLO supportSriram R1-70/+70
2022-03-16mt76: fix monitor rx FCS error in DFS channelDeren Wu1-1/+2
2022-03-16mt76: mt7915: introduce 802.11ax multi-bss supportLorenzo Bianconi1-1/+53
2022-03-16mt76: mt7915: add 6 GHz supportMeiChia Chiu1-4/+24
2022-03-16mt76: split single ldpc cap bit into bitsMeiChia Chiu1-8/+12
2022-02-24mt76: fix dfs state issue with 160 MHz channelsFelix Fietkau1-3/+5
2022-02-24mt76: mt7915: fix the muru tlv issueMeiChia Chiu1-7/+5
2022-02-24mt76: mt7915: check band idx for bcc eventRyder Lee1-3/+17
2022-02-24mt76: mt7915: initialize smps mode in mt7915_mcu_sta_rate_ctrl_tlv()Peter Chiu1-0/+1
2022-02-24mt76: mt7915: introduce band_idx in mt7915_phyBo Jiao1-19/+12
2022-02-24mt76: mt7915: add support for MT7986Bo Jiao1-16/+37
2022-02-23mt76: mt7915: Fix channel state update error issueBo Jiao1-3/+5
2022-02-03mt76: mt7915: fix/rewrite the dfs state handling logicFelix Fietkau1-1/+1
2022-02-03mt76: mt7915: fix the nss setting in bitratesMeiChia Chiu1-3/+6
2022-02-03mt76: mt7915: update max_mpdu_size in mt7915_mcu_sta_amsdu_tlv()Peter Chiu1-5/+20
2022-02-03mt76: mt7915: fix mcs_map in mt7915_mcu_set_sta_he_mcs()Peter Chiu1-21/+8
2022-02-03mt76: mt7915: fix possible memory leak in mt7915_mcu_add_staLorenzo Bianconi1-2/+6
2022-02-03mt76: mt7915: report radar pattern if detected by rdd2Lorenzo Bianconi1-1/+6
2022-02-03mt76: mt7915: introduce mt7915_set_radar_background routineLorenzo Bianconi1-0/+93
2022-02-03mt76: mt7915: add support for passing chip/firmware debug data to user spaceFelix Fietkau1-2/+5
2022-02-03mt76: connac: move mt76_connac_mcu_rdd_cmd in mt76-connac moduleLorenzo Bianconi1-21/+0
2022-02-03mt76: mt7915: rely on mt76_connac_mcu_set_rts_threshLorenzo Bianconi1-20/+0
2022-02-03mt76: connac: move mt76_connac_mcu_gen_dl_mode in mt76-connac moduleLorenzo Bianconi1-31/+2
2022-02-03mt76: mt7915: rely on mt76_connac_mcu_init_downloadLorenzo Bianconi1-25/+4
2022-02-03mt76: mt7915: rely on mt76_connac_mcu_patch_sem_ctrl/mt76_connac_mcu_start_patchLorenzo Bianconi1-28/+3
2022-02-03mt76: connac: move mt76_connac_mcu_restart in common moduleLorenzo Bianconi1-14/+1