aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2021-10-20mt76: mt7915: enable twt responder capabilityLorenzo Bianconi1-0/+2
2021-10-20mt76: mt7915: introduce mt7915_mac_add_twt_setup routineLorenzo Bianconi4-0/+220
2021-10-20mt76: mt7915: introduce mt7915_mcu_twt_agrt_update mcu commandLorenzo Bianconi3-0/+79
2021-10-20mt76: mt7915: introduce __mt7915_get_tsf routineLorenzo Bianconi2-6/+16
2021-10-20mt76: drop MCU header size from buffer size in __mt76_mcu_send_firmwareSean Wang3-6/+8
2021-10-20mt76: introduce __mt76_mcu_send_firmware routineLorenzo Bianconi3-10/+17
2021-10-20mt76: support reading EEPROM data embedded in fdtDaniel Golle1-0/+11
2021-10-20mt76: schedule status timeout at dma completionLorenzo Bianconi2-3/+11
2021-10-20mt76: substitute sk_buff_head status_list with spinlock_t status_lockLorenzo Bianconi3-11/+12
2021-10-20mt76: remove mt76_wcid pointer from mt76_tx_status_check signatureLorenzo Bianconi14-19/+18
2021-10-20mt76: introduce packet_id idrLorenzo Bianconi8-27/+82
2021-10-20mt76: mt7921: add 6GHz supportLorenzo Bianconi4-16/+64
2021-10-20mt76: add 6GHz supportLorenzo Bianconi1-8/+120
2021-10-20mt76: connac: enable hw amsdu @ 6GHzLorenzo Bianconi1-1/+1
2021-10-20mt76: connac: add 6GHz support to mt76_connac_mcu_uni_add_bssLorenzo Bianconi2-4/+15
2021-10-20mt76: connac: add 6GHz support to mt76_connac_mcu_sta_tlvLorenzo Bianconi2-1/+20
2021-10-20mt76: connac: set 6G phymode in single-sku supportLorenzo Bianconi3-4/+49
2021-10-20mt76: connac: add 6GHz support to mt76_connac_mcu_set_channel_domainLorenzo Bianconi2-6/+24
2021-10-20mt76: connac: enable 6GHz band for hw scanLorenzo Bianconi1-2/+23
2021-10-20mt76: connac: set 6G phymode in mt76_connac_get_phy_mode{,v2}Lorenzo Bianconi1-4/+8
2021-10-20mt76: mt7915: add mib counters to ethtool statsBen Greear1-0/+48
2021-10-20mt76: mt7915: add more MIB registersBen Greear3-1/+194
2021-10-20mt76: mt7915: add tx mu/su counters to mibBen Greear4-59/+93
2021-10-20mt76: mt7915: add some per-station tx stats to ethtoolBen Greear1-1/+85
2021-10-20mt76: mt7915: add tx stats gathered from tx-status callbacksBen Greear3-8/+30
2021-10-20mt76: mt7915: add ethtool stats supportBen Greear1-0/+129
2021-10-20mt76: mt7921: fix retrying release semaphore without endSean Wang1-1/+1
2021-10-20mt76: mt7921: robustify hardware initialization flowSean Wang2-13/+41
2021-10-20mt76: mt7915: fix possible infinite loop release semaphoreLorenzo Bianconi1-1/+1
2021-10-20mt76: mt7915: honor all possible error conditions in mt7915_mcu_init()Lorenzo Bianconi1-6/+11
2021-10-20mt76: move spin_lock_bh to spin_lock in taskletXingbang Liu1-2/+2
2021-10-20mt76: mt7921: remove mt7921_sta_statsLorenzo Bianconi3-14/+4
2021-10-20mt76: mt7921: remove mcu rate reporting codeLorenzo Bianconi6-198/+0
2021-10-20mt76: mt7921: report tx rate directly from tx statusLorenzo Bianconi4-102/+166
2021-10-20mt76: mt7921: add support for tx status reportingLorenzo Bianconi3-8/+104
2021-10-20mt76: mt7921: start reworking tx rate reportingLorenzo Bianconi2-36/+42
2021-10-20mt76: mt7615: fix hwmon temp sensor mem use-after-freeRyder Lee1-2/+4
2021-10-20mt76: mt7915: fix hwmon temp sensor mem use-after-freeBen Greear1-4/+6
2021-10-20mt76: mt7915: enable configured beacon tx rateRyder Lee2-13/+50
2021-10-20mt76: disable BH around napi_schedule() callsFelix Fietkau9-4/+30
2021-10-20mt76: fill boottime_ns in Rx pathRyder Lee1-0/+5
2021-10-20mt76: switch from 'pci_' to 'dma_' APIChristophe JAILLET6-6/+6
2021-10-20mt76: fix boolreturn.cocci warningsjing yangyang1-1/+1
2021-10-20mt76: mt7921: update mib counters dumping phy statsLorenzo Bianconi3-2/+4
2021-10-20mt76: mt7921: always wake device if necessary in debugfsLorenzo Bianconi1-0/+8
2021-10-20mt76: mt7915: rename debugfs tx-queuesRyder Lee1-5/+4
2021-10-20mt76: mt7915: rework debugfs queue infoRyder Lee3-25/+158
2021-10-20mt76: mt7921: move mt7921_queue_rx_skb to mac.cLorenzo Bianconi3-39/+38
2021-10-20mt76: mt7915: fix WMM index on DBDC cardsFelix Fietkau1-1/+1
2021-10-20mt76: mt7915: improve code readability in mt7915_mcu_sta_bfer_htLorenzo Bianconi1-1/+1