summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mac80211.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-09-24mt76: move txwi handling code to dma.c, since it is mmio specificFelix Fietkau1-2/+0
2020-09-24mt76: convert from tx tasklet to tx worker threadFelix Fietkau1-3/+11
2020-09-24mt76: remove struct mt76_sw_queueFelix Fietkau1-1/+1
2020-09-24mt76: mt7915: add Tx A-MSDU offloading supportRyder Lee1-4/+7
2020-08-27mac80211: rename csa counters to countdown countersJohn Crispin1-2/+2
2020-07-21mt76: introduce mt76_sdio moduleSean Wang1-1/+5
2020-07-21mt76: mt7615: wake device in mt7615_update_channel before access regmapLorenzo Bianconi1-2/+2
2020-07-21mt76: move mt76 workqueue in common codeLorenzo Bianconi1-1/+12
2020-07-21mt76: add API for testmode supportFelix Fietkau1-0/+7
2020-07-21mt76: add U-APSD support on AP sideLorenzo Bianconi1-1/+3
2020-07-21mt76: allow more channels, allowed in ETSI domainMarkus Theil1-0/+3
2020-05-13mt76: enable p2p supportLorenzo Bianconi1-0/+2
2020-05-12mt76: set runtime stream caps by mt76_phyRyder Lee1-8/+8
2020-05-12mt76: add Rx stats support for radiotapRyder Lee1-3/+3
2020-05-12mt76: add support for HE RX rate reportingRyder Lee1-1/+3
2020-05-12mt76: enable TDLS supportLorenzo Bianconi1-1/+2
2020-05-12mt76: fix A-MPDU density handlingFelix Fietkau1-1/+0
2020-05-12mt76: remove PS_NULLFUNC_STACK capabilityLorenzo Bianconi1-1/+0
2020-02-14mt76: Introduce mt76_mcu data structureLorenzo Bianconi1-0/+4
2020-02-14mt76: do not set HOST_BROADCAST_PS_BUFFERING for mt7615Felix Fietkau1-1/+0
2020-02-14mt76: fix rounding issues on converting per-chain and combined txpowerFelix Fietkau1-18/+2
2020-02-14mt76: avoid extra RCU synchronization on station removalFelix Fietkau1-3/+13
2020-02-14mt76: enable Airtime Queue Limit supportFelix Fietkau1-0/+1
2020-02-14mt76: rely on mac80211 utility routines to compute airtimeLorenzo Bianconi1-1/+9
2020-02-14mt76: move WIPHY_FLAG_HAS_CHANNEL_SWITCH in mt76_phy_initLorenzo Bianconi1-0/+1
2020-02-14mt76: mt7615: measure channel noise and report it via surveyFelix Fietkau1-0/+4
2020-02-14mt76: do not overwrite max_tx_fragments if it has been setShayne Chen1-1/+3
2020-02-14mt76: add ext_phy field to struct mt76_wcidFelix Fietkau1-0/+1
2020-02-14mt76: add function for allocating an extra wiphyFelix Fietkau1-49/+130
2020-02-14mt76: move txpower and antenna mask to struct mt76_phyFelix Fietkau1-9/+10
2020-02-14mt76: move state from struct mt76_dev to mt76_phyFelix Fietkau1-8/+8
2020-02-14mt76: keep a set of software tx queues per phyFelix Fietkau1-5/+8
2020-02-14mt76: move channel state to struct mt76_phyFelix Fietkau1-29/+42
2020-02-14mt76: add support for an extra wiphy in mt76_sta_state()Felix Fietkau1-4/+9
2020-02-14mt76: add support for an extra wiphy in the rx pathFelix Fietkau1-6/+14
2020-02-14mt76: introduce struct mt76_phyFelix Fietkau1-0/+5
2020-02-14mt76: move initialization of some struct members to mt76_alloc_deviceFelix Fietkau1-2/+6
2019-12-18mt76: fix LED link time failureArnd Bergmann1-1/+2