summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt7921
AgeCommit message (Expand)AuthorFilesLines
2022-12-01wifi: mt76: mt7921: add chanctx parameter to mt76_connac_mcu_uni_add_bss sign...Sean Wang2-5/+7
2022-12-01wifi: mt76: move aggr_stats array in mt76_phyLorenzo Bianconi3-7/+7
2022-12-01wifi: mt76: mt7921: fix reporting of TX AGGR histogramLorenzo Bianconi1-1/+1
2022-12-01Revert "mt76: use IEEE80211_OFFLOAD_ENCAP_ENABLED instead of MT_DRV_AMSDU_OFF...Ben Greear3-2/+5
2022-12-01wifi: mt76: mt7921: fix antenna signal are way off in monitor modeSean Wang1-11/+21
2022-10-11wifi: mt76: fix rx checksum offload on mt7615/mt7915/mt7921Felix Fietkau1-1/+3
2022-09-15wifi: mt76: mt7921s: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Deren Wu1-12/+3
2022-09-15wifi: mt76: mt7921e: fix random fw download failDeren Wu3-0/+5
2022-09-15wifi: mt76: mt7921: introduce Country Location Control supportMing Yen Hsieh5-2/+234
2022-09-15wifi: mt76: mt7921e: fix rmmod crash in driver reload testDeren Wu1-0/+2
2022-09-15wifi: mt76: mt7921: reset msta->airtime_ac while clearing up hw valueSean Wang1-0/+1
2022-09-15wifi: mt76: fix uninitialized pointer in mt7921_mac_fill_rxLorenzo Bianconi1-1/+1
2022-09-15wifi: mt76: mt7921: get rid of the false positive resetSean Wang3-18/+3
2022-09-15wifi: mt76: move move mt76_sta_stats to mt76_wcidRyder Lee3-4/+2
2022-09-15wifi: mt76: mt7921: add mt7921_mutex_acquire at mt7921_sta_set_decap_offloadSean Wang1-0/+4
2022-09-15wifi: mt76: mt7921: add mt7921_mutex_acquire at mt7921_[start, stop]_apSean Wang1-5/+16
2022-09-15wifi: mt76: sdio: add rx_check callback for sdio devicesLorenzo Bianconi1-0/+1
2022-09-15wifi: mt76: mt7921: delete stray if statementDan Carpenter1-3/+0
2022-09-15wifi: mt76: mt7921: fix use after free in mt7921_acpi_read()Dan Carpenter1-1/+4
2022-09-15wifi: mt76: mt7921: move mt7921_rx_check and mt7921_queue_rx_skb in mac.cLorenzo Bianconi4-157/+119
2022-09-15wifi: mt76: mt7921u: remove unnecessary MT76_STATE_SUSPENDSean Wang1-4/+0
2022-09-15wifi: mt76: mt7921u: fix race issue between reset and suspend/resumeSean Wang1-4/+24
2022-09-15wifi: mt76: mt7921s: fix race issue between reset and suspend/resumeSean Wang1-4/+9
2022-09-15wifi: mt76: mt7921e: fix race issue between reset and suspend/resumeSean Wang2-4/+14
2022-09-15wifi: mt76: add rx_check callback for usb devicesLorenzo Bianconi3-0/+22
2022-09-15wifi: mt76: connac: introduce mt76_connac_reg_map structureLorenzo Bianconi1-40/+36
2022-08-26wifi: mt76: mt7921e: fix crash in chip reset failDeren Wu1-1/+1
2022-07-18Merge tag 'mt76-for-kvalo-2022-07-11' of https://github.com/nbd168/wirelessKalle Valo18-1714/+633
2022-07-15wifi: mac80211: change QoS settings API to take link into accountJohannes Berg1-1/+2
2022-07-15wifi: mac80211: move ps setting to vif configJohannes Berg1-1/+1
2022-07-11mt76: mt7921: Let PCI core handle power state and use pm_sleep_ptr()Kai-Heng Feng1-18/+7
2022-07-11mt76: add phy_idx to mt76_wcidLorenzo Bianconi1-2/+2
2022-07-11mt76: add len parameter to __mt76_mcu_msg_alloc signatureLorenzo Bianconi1-6/+5
2022-07-11mt76: mt7921: reduce the mutex lock scope during resetSean Wang1-5/+8
2022-07-11mt76: mt7921: reduce log severity levels for informative messagesSean Wang1-1/+1
2022-07-11mt76: connac: move tx initialization/cleanup in mt76_connac moduleLorenzo Bianconi3-24/+5
2022-07-11mt76: mt7921: make mt7921_pci_driver staticLorenzo Bianconi2-2/+1
2022-07-11mt76: mt7921: enable HW beacon filter in the initialization stageSean Wang3-6/+16
2022-07-11mt76: mt7921: enable HW beacon filter not depending on PM flagSean Wang1-2/+1
2022-07-11mt76: do not use skb_set_queue_mapping for internal purposesFelix Fietkau3-3/+3
2022-07-11mt76: move mt76_connac2_mcu_fill_message in mt76_connac moduleLorenzo Bianconi7-98/+24
2022-07-11mt76: move mcu_txd/mcu_rxd structures in shared codeLorenzo Bianconi7-107/+25
2022-07-11mt76: connac: move mt7615_txp_skb_unmap in common codeLorenzo Bianconi1-32/+1
2022-07-11mt76: connac: move mt76_connac_write_hw_txp in shared codeLorenzo Bianconi2-37/+1
2022-07-11mt76: connac: move mt76_connac_tx_complete_skb in shared codeLorenzo Bianconi4-27/+1
2022-07-11mt76: connac: move mt76_connac_tx_free in shared codeLorenzo Bianconi2-11/+4
2022-07-11mt76: move mt7615_txp_ptr in mt76_connac moduleLorenzo Bianconi3-31/+9
2022-07-11mt76: connac: move mt76_connac_fw_txp in common moduleLorenzo Bianconi2-34/+2
2022-07-11mt76: mt7921: enlarge maximum VHT MPDU length to 11454Deren Wu1-1/+1
2022-07-11mt76: mt7921: fix aggregation subframes setting to HE maxDeren Wu1-2/+2