summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt7915 (follow)
Commit message (Expand)AuthorAgeFilesLines
* mt76: do not use skb_set_queue_mapping for internal purposesFelix Fietkau2022-07-113-6/+9
* mt76: mt7915: update the maximum size of beacon offloadMeiChia Chiu2022-07-112-3/+14
* mt76: mt7915: add sta_rec with EXTRA_INFO_NEW for the first time onlyShayne Chen2022-07-112-2/+3
* mt76: mt7915: update mpdu density in 6g capabilityPeter Chiu2022-07-111-1/+1
* mt76: mt7915: do not copy ieee80211_ops pointer in mt7915_mmio_probeLorenzo Bianconi2022-07-111-6/+1
* mt76: mt7915: fix incorrect testmode ipg on band 1 caused by wmm_idxShayne Chen2022-07-111-4/+5
* mt76: mt7915: disable UL MU-MIMO for mt7915Felix Fietkau2022-07-112-7/+9
* mt76: move mt76_connac2_mcu_fill_message in mt76_connac moduleLorenzo Bianconi2022-07-113-70/+6
* mt76: move mcu_txd/mcu_rxd structures in shared codeLorenzo Bianconi2022-07-112-50/+21
* mt76: mt7915: rely on mt76_connac_tx_freeLorenzo Bianconi2022-07-112-13/+6
* mt76: connac: move mt7615_txp_skb_unmap in common codeLorenzo Bianconi2022-07-111-13/+1
* mt76: connac: move mt76_connac_tx_complete_skb in shared codeLorenzo Bianconi2022-07-113-23/+1
* mt76: connac: move mt76_connac_fw_txp in common moduleLorenzo Bianconi2022-07-113-40/+8
* mt76: mt7915: get rid of unnecessary new line in mt7915_mac_write_txwiLorenzo Bianconi2022-07-111-1/+0
* mt76: connac: move mt76_connac2_mac_fill_rx_rate in connac moduleLorenzo Bianconi2022-07-111-104/+2
* mt76: connac: move mt76_connac2_reverse_frag0_hdr_trans in mt76-connac moduleLorenzo Bianconi2022-07-112-171/+13
* mt76: connac: move HE radiotap parsing in connac moduleLorenzo Bianconi2022-07-112-230/+2
* mt76: connac: move mt76_connac2_mac_add_txs_skb in connac moduleLorenzo Bianconi2022-07-111-124/+2
* mt76: connac: move connac2_mac_write_txwi in mt76_connac moduleLorenzo Bianconi2022-07-113-251/+3
* mt76: connac: move mac connac2 defs in mt76_connac2_mac.hLorenzo Bianconi2022-07-112-154/+2
* mt76: mt7915: rely on mt76_dev in mt7915_mac_write_txwi signatureLorenzo Bianconi2022-07-113-15/+14
* mt76: enable the VHT extended NSS BW featureDeren Wu2022-07-111-0/+1
* mt76: connac: move mt76_connac2_load_patch in connac moduleLorenzo Bianconi2022-07-111-85/+1
* mt76: connac: move mt76_connac2_load_ram in connac moduleLorenzo Bianconi2022-07-111-110/+2
* mt76: connac: move shared fw structures in connac moduleLorenzo Bianconi2022-07-111-73/+12
* mt76: mt7915: add missing bh-disable around tx napi enable/scheduleFelix Fietkau2022-07-111-0/+2
* mt76: add DBDC rxq handlings into mac_reset_workRyder Lee2022-07-111-11/+7
* mt76: mt7915: add more ethtool statsRyder Lee2022-07-114-16/+73
* mt76: mt7915: fix endian bug in mt7915_rf_regval_set()Dan Carpenter2022-07-111-1/+2
* mt76: mt7915: fix endianness in mt7915_rf_regval_getLorenzo Bianconi2022-07-111-1/+1
* wifi: mac80211: return a beacon for a specific linkShaul Triebitz2022-06-201-1/+1
* wifi: mac80211: split bss_info_changed methodJohannes Berg2022-06-201-1/+1
* wifi: mac80211: move interface config to new structJohannes Berg2022-06-201-1/+1
* wifi: mac80211: move some future per-link data to bss_confJohannes Berg2022-06-201-5/+5
* mt76: mt7915: add more statistics from fw_util debugfs knobsRyder Lee2022-05-133-4/+21
* mt76: mt7915: improve error handling for fw_debug knobsRyder Lee2022-05-132-25/+37
* mt76: mt7615/mt7915: do reset_work with mt76's work queueBo Jiao2022-05-131-1/+1
* mt76: mt7915: add support for 6G in-band discoveryMeiChia Chiu2022-05-136-14/+107
* mt76: mt7915: add Wireless Ethernet Dispatch supportFelix Fietkau2022-05-139-43/+314
* mt76: mt7915: move MT_INT_MASK_CSR to init.cRyder Lee2022-05-134-5/+1
* mt76: mt7915: introduce mt7915_mac_severe_check()Ryder Lee2022-05-133-0/+37
* mt76: mt7915: rework SER debugfs knobRyder Lee2022-05-135-20/+126
* mt76: mt7915: limit minimum twt durationPeter Chiu2022-05-132-0/+7
* mt76: mt7915: reject duplicated twt flowsPeter Chiu2022-05-131-0/+31
* mt76: mt7915: fix twt table_mask to u16 in mt7915_devPeter Chiu2022-05-131-1/+1
* mt76: mt7915: update mt7986 patch in mt7986_wmac_adie_patch_7976()Peter Chiu2022-05-132-2/+18
* mt76: mt7915: configure soc clocks in mt7986_wmac_initLorenzo Bianconi2022-05-131-0/+14
* mt76: fix encap offload ethernet type checkFelix Fietkau2022-05-131-1/+3
* mt76: mt7915: disable RX_HDR_TRANS_SHORTBo Jiao2022-05-133-4/+6
* mt76: mt7915: add debugfs knob for RF registers read/writeShayne Chen2022-05-133-0/+62