summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mac80211.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-20wifi: mt76: mt7921: fix the wrong rate pickup for the chanctx driverSean Wang1-2/+7
2023-08-07page_pool: split types and declarations from page_pool.hYunsheng Lin1-1/+0
2023-07-25wifi: mt76: mt7915: move sta_poll_list and sta_poll_lock in mt76_devLorenzo Bianconi1-0/+2
2023-07-25wifi: mt76: add tx_nss histogram to ethtool statsRyder Lee1-0/+3
2023-07-25wifi: mt76: enable UNII-4 channel 177 supportRyder Lee1-0/+1
2023-04-17wifi: mt76: get rid of unused sta_ps callbacksLorenzo Bianconi1-1/+2
2023-04-17wifi: mt76: mt7996: add eht rx rate supportShayne Chen1-3/+8
2023-04-17wifi: mt76: dynamic channel bandwidth changes in AP modeRyder Lee1-1/+2
2023-03-13wifi: mt76: do not run mt76_unregister_device() on unregistered hwLorenzo Bianconi1-0/+8
2023-02-03wifi: mt76: add EHT rate stats for ethtoolShayne Chen1-3/+8
2023-02-03wifi: mt76: enable page_pool statsLorenzo Bianconi1-0/+15
2023-02-03wifi: mt76: switch to page_pool allocatorLorenzo Bianconi1-0/+42
2022-12-09wifi: mt76: mt7915: enable per-phy led supportLorenzo Bianconi1-0/+8
2022-12-09wifi: mt76: move leds struct in mt76_phyLorenzo Bianconi1-21/+27
2022-12-09wifi: mt76: move leds field in leds structLorenzo Bianconi1-9/+9
2022-12-01wifi: mt76: mt7915: enable WED RX supportLorenzo Bianconi1-1/+4
2022-12-01wifi: mt76: introduce rxwi and rx token utility routinesSujuan Chen1-0/+5
2022-12-01wifi: mt76: mt7915: add ack signal supportRyder Lee1-5/+4
2022-12-01Revert "mt76: use IEEE80211_OFFLOAD_ENCAP_ENABLED instead of MT_DRV_AMSDU_OFF...Ben Greear1-2/+6
2022-09-12wifi: mt76: fix 5 GHz connection regression on mt76x0/mt76x2Felix Fietkau1-1/+2
2022-07-11mediatek: mt76: mac80211: Fix missing of_node_put() in mt76_led_init()Liang He1-0/+1
2022-07-11mt76: add phy_idx to mt76_wcidLorenzo Bianconi1-6/+6
2022-07-11mt76: introduce phys array in mt76_dev structureLorenzo Bianconi1-3/+6
2022-07-11mt76: add phy_idx in mt76_rx_statusLorenzo Bianconi1-3/+3
2022-07-11mt76: allow receiving frames with invalid CCMP PN via monitor interfacesFelix Fietkau1-14/+10
2022-07-11mt76: do not check the ccmp pn for ONLY_MONITOR frameMeiChia Chiu1-0/+3
2022-07-11mt76: enable the VHT extended NSS BW featureDeren Wu1-0/+2
2022-07-11mt76: add 6 GHz band support in mt76_sar_freq_rangesDeren Wu1-0/+6
2022-06-20wifi: mac80211: move some future per-link data to bss_confJohannes Berg1-2/+2
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