summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mac80211.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-13mt76: mt7915: add Wireless Ethernet Dispatch supportFelix Fietkau1-1/+3
2022-05-13mt76: make number of tokens configurable dynamicallyFelix Fietkau1-0/+1
2022-05-13mt76: add support for overriding the device used for DMA mappingFelix Fietkau1-0/+1
2022-05-13mt76: fix tx status related use-after-free race on station removalFelix Fietkau1-0/+2
2022-05-13mt76: fix antenna config missing in 6G capDeren Wu1-2/+2
2022-05-13mt76: fix use-after-free by removing a non-RCU wcid pointerFelix Fietkau1-1/+1
2022-03-16mt76: fix invalid rssi reportDeren Wu1-2/+3
2022-02-24mt76: fix dfs state issue with 160 MHz channelsFelix Fietkau1-1/+1
2022-02-24mt76: improve signal strength reportingFelix Fietkau1-0/+32
2022-02-03mt76: mt7915: fix/rewrite the dfs state handling logicFelix Fietkau1-0/+28
2022-02-03mt76: make mt76_sar_capa staticLorenzo Bianconi1-1/+1
2021-12-19mt76: move sar_capa configuration in common codeLorenzo Bianconi1-4/+16
2021-12-19mt76: clear sta powersave flag after notifying driverFelix Fietkau1-2/+4
2021-12-19mt76: move sar utilities to mt76-core moduleLorenzo Bianconi1-0/+53
2021-12-19mt76: fix the wiphy's available antennas to the correct valueBo Jiao1-2/+2
2021-12-19mt76: fix possible OOB issue in mt76_calculate_default_rateLorenzo Bianconi1-3/+4
2021-10-20mt76: move mt76_ethtool_worker_info in mt76 moduleLorenzo Bianconi1-0/+28
2021-10-20mt76: do not access 802.11 header in ccmp check for 802.3 rx skbsFelix Fietkau1-2/+5
2021-10-20mt76: use a separate CCMP PN receive counter for management framesXing Song1-4/+23
2021-10-20mt76: substitute sk_buff_head status_list with spinlock_t status_lockLorenzo Bianconi1-1/+1
2021-10-20mt76: remove mt76_wcid pointer from mt76_tx_status_check signatureLorenzo Bianconi1-2/+2
2021-10-20mt76: introduce packet_id idrLorenzo Bianconi1-1/+5
2021-10-20mt76: add 6GHz supportLorenzo Bianconi1-8/+120
2021-10-20mt76: fill boottime_ns in Rx pathRyder Lee1-0/+5
2021-10-20mt76: use IEEE80211_OFFLOAD_ENCAP_ENABLED instead of MT_DRV_AMSDU_OFFLOADRyder Lee1-6/+2
2021-10-20mt76: add support for setting mcast rateRyder Lee1-4/+8
2021-10-20mt76: add mt76_default_basic_rate more devices can rely onSean Wang1-0/+14
2021-10-20mt76: mt7921: add .set_sar_specs supportYN Chen1-0/+15
2021-06-19mt76: make mt76_update_survey() per phyRyder Lee1-8/+7
2021-06-19mt76: allow hw driver code to overwrite wiphy interface_modesLorenzo Bianconi1-11/+22
2021-06-19mt76: move mt76_rates in mt76 moduleLorenzo Bianconi1-0/+16
2021-05-15mt76: validate rx A-MSDU subframesFelix Fietkau1-0/+26
2021-04-21mt76: move mt76_token_init in mt76_alloc_deviceLorenzo Bianconi1-0/+3
2021-04-12mt76: report Rx timestampRyder Lee1-0/+2
2021-04-11mt76: mt7915: enable hw rx-amsdu de-aggregationLorenzo Bianconi1-1/+48
2021-04-11mt76: add support for 802.3 rx framesFelix Fietkau1-6/+17
2021-01-27mt76: fix crash on tearing down ext phyFelix Fietkau1-1/+1
2021-01-26mt76: testmode: introduce dbdc supportShayne Chen1-3/+3
2020-12-04mt76: move hw mac_addr in mt76_phyLorenzo Bianconi1-5/+6
2020-12-04mt76: move band allocation in mt76_register_phyLorenzo Bianconi1-32/+24
2020-12-04mt76: rely on mt76_phy in mt76_init_sband_2g and mt76_init_sband_5gLorenzo Bianconi1-17/+16
2020-12-04mt76: move band capabilities in mt76_phyLorenzo Bianconi1-4/+4
2020-12-04mt76: move tx hw data queues in mt76_phyLorenzo Bianconi1-5/+2
2020-12-04mt76: introduce mt76_init_mcu_queue utility routineLorenzo Bianconi1-9/+7
2020-12-04mt76: move mt76_init_tx_queue in common codeLorenzo Bianconi1-0/+21
2020-12-04mt76: add back the SUPPORTS_REORDERING_BUFFER flagFelix Fietkau1-0/+1
2020-12-04mt76: do not set NEEDS_UNIQUE_STA_ADDR for 7615 and 7915Felix Fietkau1-1/+0
2020-12-04mt76: use ieee80211_rx_list to pass frames to the network stack as a batchFelix Fietkau1-2/+13
2020-09-24mt76: mt7663s: introduce sdio tx aggregationLorenzo Bianconi1-4/+1
2020-09-24mt76: remove retry_q from struct mt76_txq and related codeFelix Fietkau1-19/+0