aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mac80211.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: mt76: fix 5 GHz connection regression on mt76x0/mt76x2Felix Fietkau2022-09-121-1/+2
* mediatek: mt76: mac80211: Fix missing of_node_put() in mt76_led_init()Liang He2022-07-111-0/+1
* mt76: add phy_idx to mt76_wcidLorenzo Bianconi2022-07-111-6/+6
* mt76: introduce phys array in mt76_dev structureLorenzo Bianconi2022-07-111-3/+6
* mt76: add phy_idx in mt76_rx_statusLorenzo Bianconi2022-07-111-3/+3
* mt76: allow receiving frames with invalid CCMP PN via monitor interfacesFelix Fietkau2022-07-111-14/+10
* mt76: do not check the ccmp pn for ONLY_MONITOR frameMeiChia Chiu2022-07-111-0/+3
* mt76: enable the VHT extended NSS BW featureDeren Wu2022-07-111-0/+2
* mt76: add 6 GHz band support in mt76_sar_freq_rangesDeren Wu2022-07-111-0/+6
* wifi: mac80211: move some future per-link data to bss_confJohannes Berg2022-06-201-2/+2
* mt76: mt7915: add Wireless Ethernet Dispatch supportFelix Fietkau2022-05-131-1/+3
* mt76: make number of tokens configurable dynamicallyFelix Fietkau2022-05-131-0/+1
* mt76: add support for overriding the device used for DMA mappingFelix Fietkau2022-05-131-0/+1
* mt76: fix tx status related use-after-free race on station removalFelix Fietkau2022-05-131-0/+2
* mt76: fix antenna config missing in 6G capDeren Wu2022-05-131-2/+2
* mt76: fix use-after-free by removing a non-RCU wcid pointerFelix Fietkau2022-05-131-1/+1
* mt76: fix invalid rssi reportDeren Wu2022-03-161-2/+3
* mt76: fix dfs state issue with 160 MHz channelsFelix Fietkau2022-02-241-1/+1
* mt76: improve signal strength reportingFelix Fietkau2022-02-241-0/+32
* mt76: mt7915: fix/rewrite the dfs state handling logicFelix Fietkau2022-02-031-0/+28
* mt76: make mt76_sar_capa staticLorenzo Bianconi2022-02-031-1/+1
* mt76: move sar_capa configuration in common codeLorenzo Bianconi2021-12-191-4/+16
* mt76: clear sta powersave flag after notifying driverFelix Fietkau2021-12-191-2/+4
* mt76: move sar utilities to mt76-core moduleLorenzo Bianconi2021-12-191-0/+53
* mt76: fix the wiphy's available antennas to the correct valueBo Jiao2021-12-191-2/+2
* mt76: fix possible OOB issue in mt76_calculate_default_rateLorenzo Bianconi2021-12-191-3/+4
* mt76: move mt76_ethtool_worker_info in mt76 moduleLorenzo Bianconi2021-10-201-0/+28
* mt76: do not access 802.11 header in ccmp check for 802.3 rx skbsFelix Fietkau2021-10-201-2/+5
* mt76: use a separate CCMP PN receive counter for management framesXing Song2021-10-201-4/+23
* mt76: substitute sk_buff_head status_list with spinlock_t status_lockLorenzo Bianconi2021-10-201-1/+1
* mt76: remove mt76_wcid pointer from mt76_tx_status_check signatureLorenzo Bianconi2021-10-201-2/+2
* mt76: introduce packet_id idrLorenzo Bianconi2021-10-201-1/+5
* mt76: add 6GHz supportLorenzo Bianconi2021-10-201-8/+120
* mt76: fill boottime_ns in Rx pathRyder Lee2021-10-201-0/+5
* mt76: use IEEE80211_OFFLOAD_ENCAP_ENABLED instead of MT_DRV_AMSDU_OFFLOADRyder Lee2021-10-201-6/+2
* mt76: add support for setting mcast rateRyder Lee2021-10-201-4/+8
* mt76: add mt76_default_basic_rate more devices can rely onSean Wang2021-10-201-0/+14
* mt76: mt7921: add .set_sar_specs supportYN Chen2021-10-201-0/+15
* mt76: make mt76_update_survey() per phyRyder Lee2021-06-191-8/+7
* mt76: allow hw driver code to overwrite wiphy interface_modesLorenzo Bianconi2021-06-191-11/+22
* mt76: move mt76_rates in mt76 moduleLorenzo Bianconi2021-06-191-0/+16
* mt76: validate rx A-MSDU subframesFelix Fietkau2021-05-151-0/+26
* mt76: move mt76_token_init in mt76_alloc_deviceLorenzo Bianconi2021-04-211-0/+3
* mt76: report Rx timestampRyder Lee2021-04-121-0/+2
* mt76: mt7915: enable hw rx-amsdu de-aggregationLorenzo Bianconi2021-04-111-1/+48
* mt76: add support for 802.3 rx framesFelix Fietkau2021-04-111-6/+17
* mt76: fix crash on tearing down ext phyFelix Fietkau2021-01-271-1/+1
* mt76: testmode: introduce dbdc supportShayne Chen2021-01-261-3/+3
* mt76: move hw mac_addr in mt76_phyLorenzo Bianconi2020-12-041-5/+6
* mt76: move band allocation in mt76_register_phyLorenzo Bianconi2020-12-041-32/+24