summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mac80211.c
AgeCommit message (Expand)Author
2022-02-24mt76: improve signal strength reportingFelix Fietkau
2022-02-03mt76: mt7915: fix/rewrite the dfs state handling logicFelix Fietkau
2022-02-03mt76: make mt76_sar_capa staticLorenzo Bianconi
2021-12-19mt76: move sar_capa configuration in common codeLorenzo Bianconi
2021-12-19mt76: clear sta powersave flag after notifying driverFelix Fietkau
2021-12-19mt76: move sar utilities to mt76-core moduleLorenzo Bianconi
2021-12-19mt76: fix the wiphy's available antennas to the correct valueBo Jiao
2021-12-19mt76: fix possible OOB issue in mt76_calculate_default_rateLorenzo Bianconi
2021-10-20mt76: move mt76_ethtool_worker_info in mt76 moduleLorenzo Bianconi
2021-10-20mt76: do not access 802.11 header in ccmp check for 802.3 rx skbsFelix Fietkau
2021-10-20mt76: use a separate CCMP PN receive counter for management framesXing Song
2021-10-20mt76: substitute sk_buff_head status_list with spinlock_t status_lockLorenzo Bianconi
2021-10-20mt76: remove mt76_wcid pointer from mt76_tx_status_check signatureLorenzo Bianconi
2021-10-20mt76: introduce packet_id idrLorenzo Bianconi
2021-10-20mt76: add 6GHz supportLorenzo Bianconi
2021-10-20mt76: fill boottime_ns in Rx pathRyder Lee
2021-10-20mt76: use IEEE80211_OFFLOAD_ENCAP_ENABLED instead of MT_DRV_AMSDU_OFFLOADRyder Lee
2021-10-20mt76: add support for setting mcast rateRyder Lee
2021-10-20mt76: add mt76_default_basic_rate more devices can rely onSean Wang
2021-10-20mt76: mt7921: add .set_sar_specs supportYN Chen
2021-06-19mt76: make mt76_update_survey() per phyRyder Lee
2021-06-19mt76: allow hw driver code to overwrite wiphy interface_modesLorenzo Bianconi
2021-06-19mt76: move mt76_rates in mt76 moduleLorenzo Bianconi
2021-05-15mt76: validate rx A-MSDU subframesFelix Fietkau
2021-04-21mt76: move mt76_token_init in mt76_alloc_deviceLorenzo Bianconi
2021-04-12mt76: report Rx timestampRyder Lee
2021-04-11mt76: mt7915: enable hw rx-amsdu de-aggregationLorenzo Bianconi
2021-04-11mt76: add support for 802.3 rx framesFelix Fietkau
2021-01-27mt76: fix crash on tearing down ext phyFelix Fietkau
2021-01-26mt76: testmode: introduce dbdc supportShayne Chen
2020-12-04mt76: move hw mac_addr in mt76_phyLorenzo Bianconi
2020-12-04mt76: move band allocation in mt76_register_phyLorenzo Bianconi
2020-12-04mt76: rely on mt76_phy in mt76_init_sband_2g and mt76_init_sband_5gLorenzo Bianconi
2020-12-04mt76: move band capabilities in mt76_phyLorenzo Bianconi
2020-12-04mt76: move tx hw data queues in mt76_phyLorenzo Bianconi
2020-12-04mt76: introduce mt76_init_mcu_queue utility routineLorenzo Bianconi
2020-12-04mt76: move mt76_init_tx_queue in common codeLorenzo Bianconi
2020-12-04mt76: add back the SUPPORTS_REORDERING_BUFFER flagFelix Fietkau
2020-12-04mt76: do not set NEEDS_UNIQUE_STA_ADDR for 7615 and 7915Felix Fietkau
2020-12-04mt76: use ieee80211_rx_list to pass frames to the network stack as a batchFelix Fietkau
2020-09-24mt76: mt7663s: introduce sdio tx aggregationLorenzo Bianconi
2020-09-24mt76: remove retry_q from struct mt76_txq and related codeFelix Fietkau
2020-09-24mt76: move txwi handling code to dma.c, since it is mmio specificFelix Fietkau
2020-09-24mt76: convert from tx tasklet to tx worker threadFelix Fietkau
2020-09-24mt76: remove struct mt76_sw_queueFelix Fietkau
2020-09-24mt76: mt7915: add Tx A-MSDU offloading supportRyder Lee
2020-08-27mac80211: rename csa counters to countdown countersJohn Crispin
2020-07-21mt76: introduce mt76_sdio moduleSean Wang
2020-07-21mt76: mt7615: wake device in mt7615_update_channel before access regmapLorenzo Bianconi
2020-07-21mt76: move mt76 workqueue in common codeLorenzo Bianconi