summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mac80211.c
AgeCommit message (Expand)Author
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
2020-07-21mt76: add API for testmode supportFelix Fietkau
2020-07-21mt76: add U-APSD support on AP sideLorenzo Bianconi
2020-07-21mt76: allow more channels, allowed in ETSI domainMarkus Theil
2020-05-13mt76: enable p2p supportLorenzo Bianconi
2020-05-12mt76: set runtime stream caps by mt76_phyRyder Lee
2020-05-12mt76: add Rx stats support for radiotapRyder Lee
2020-05-12mt76: add support for HE RX rate reportingRyder Lee
2020-05-12mt76: enable TDLS supportLorenzo Bianconi
2020-05-12mt76: fix A-MPDU density handlingFelix Fietkau
2020-05-12mt76: remove PS_NULLFUNC_STACK capabilityLorenzo Bianconi
2020-02-14mt76: Introduce mt76_mcu data structureLorenzo Bianconi
2020-02-14mt76: do not set HOST_BROADCAST_PS_BUFFERING for mt7615Felix Fietkau
2020-02-14mt76: fix rounding issues on converting per-chain and combined txpowerFelix Fietkau
2020-02-14mt76: avoid extra RCU synchronization on station removalFelix Fietkau
2020-02-14mt76: enable Airtime Queue Limit supportFelix Fietkau
2020-02-14mt76: rely on mac80211 utility routines to compute airtimeLorenzo Bianconi
2020-02-14mt76: move WIPHY_FLAG_HAS_CHANNEL_SWITCH in mt76_phy_initLorenzo Bianconi
2020-02-14mt76: mt7615: measure channel noise and report it via surveyFelix Fietkau
2020-02-14mt76: do not overwrite max_tx_fragments if it has been setShayne Chen
2020-02-14mt76: add ext_phy field to struct mt76_wcidFelix Fietkau
2020-02-14mt76: add function for allocating an extra wiphyFelix Fietkau
2020-02-14mt76: move txpower and antenna mask to struct mt76_phyFelix Fietkau
2020-02-14mt76: move state from struct mt76_dev to mt76_phyFelix Fietkau
2020-02-14mt76: keep a set of software tx queues per phyFelix Fietkau
2020-02-14mt76: move channel state to struct mt76_phyFelix Fietkau
2020-02-14mt76: add support for an extra wiphy in mt76_sta_state()Felix Fietkau
2020-02-14mt76: add support for an extra wiphy in the rx pathFelix Fietkau
2020-02-14mt76: introduce struct mt76_phyFelix Fietkau
2020-02-14mt76: move initialization of some struct members to mt76_alloc_deviceFelix Fietkau
2019-12-18mt76: fix LED link time failureArnd Bergmann