aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2021-06-19mt76: testmode: fix memory leak in mt76_testmode_alloc_skbLorenzo Bianconi1-1/+4
2021-06-19mt76: mt7615: remove useless if condition in mt7615_add_interface()Lorenzo Bianconi1-2/+0
2021-06-19mt76: mt7915: use mt7915_mcu_get_txpower_sku() to get per-rate txpowerShayne Chen4-46/+45
2021-06-19mt76: mt7615: add .offset_tsf callbackRyder Lee4-4/+34
2021-06-19mt76: mt7915: add .offset_tsf callbackRyder Lee2-2/+33
2021-06-19mt76: mt7921: reset wfsys during hw probeLorenzo Bianconi1-0/+4
2021-06-19mt76: mt7921: do not schedule hw reset if the device is not runningLorenzo Bianconi1-0/+3
2021-06-19mt76: mt7921: return proper error value in mt7921_mac_initLorenzo Bianconi3-7/+8
2021-06-19mt76: connac: add bss color support for sta modeYN Chen2-0/+23
2021-06-19mt76: mt7921: enable runtime pm by defaultLorenzo Bianconi2-3/+1
2021-06-19mt76: mt7921: fix OMAC idx usageSean Wang1-54/+1
2021-06-19mt76: mt7921: fix invalid register access in wake_workSean Wang3-8/+24
2021-06-19mt76: mt7921: avoid unnecessary consecutive WiFi resetsSean Wang2-1/+5
2021-06-19mt76: connac: update BA win size in Rx directionDeren Wu1-1/+3
2021-06-19mt76: mt7615: add thermal sensor device supportRyder Lee5-25/+58
2021-06-19mt76: mt7915: add thermal cooling device supportRyder Lee4-0/+194
2021-06-19mt76: mt7915: add thermal sensor device supportRyder Lee4-18/+56
2021-06-19mt76: mt7921: add back connection monitor supportSean Wang2-9/+27
2021-06-19mt76: mt7921: consider the invalid value for to_rssiSean Wang1-4/+7
2021-06-19mt76: connac: fix WoW with disconnetion and bitmap patternYN Chen2-4/+15
2021-06-19mt76: mt7921: fix reset under the deep sleep is enabledSean Wang3-15/+30
2021-06-19mt76: connac: fw_own rely on all packet memory all being freeSean Wang1-0/+4
2021-06-19mt76: mt7921: Don't alter Rx path classifierSean Wang1-18/+0
2021-06-19mt76: mt7921: fix mt7921_wfsys_reset sequenceSean Wang1-3/+3
2021-06-19mt76: mt7663: enable hw rx header translationLorenzo Bianconi3-23/+52
2021-06-19mt76: mt7615: free irq if mt7615_mmio_probe failsLorenzo Bianconi1-4/+7
2021-06-19mt76: mt76x0: use dev_debug instead of dev_err for hw_rf_ctrlLorenzo Bianconi1-1/+1
2021-06-19mt76: mt7615: fix NULL pointer dereference in tx_prepare_skb()Lorenzo Bianconi2-4/+6
2021-06-19mt76: fix possible NULL pointer dereference in mt76_txLorenzo Bianconi1-1/+1
2021-06-19mt76: mt7915: add .set_bitrate_mask() callbackRyder Lee4-43/+213
2021-06-19mt76: mt7915: cleanup mt7915_mcu_sta_rate_ctrl_tlv()Ryder Lee2-55/+21
2021-06-19mt76: mt7921: enable rx csum offloadLorenzo Bianconi2-3/+8
2021-06-19mt76: mt7921: enable rx header traslation offloadLorenzo Bianconi6-16/+101
2021-06-19mt76: connac: add missing configuration in mt76_connac_mcu_wtbl_hdr_trans_tlvLorenzo Bianconi3-4/+16
2021-06-19mt76: mt7921: enable rx hw de-amsduLorenzo Bianconi3-3/+20
2021-06-19mt76: mt7915: fix a signedness bug in mt7915_mcu_apply_tx_dpd()Dan Carpenter1-1/+2
2021-06-19mt76: mt7915: fix tssi indication field of DBDC NICsEvelyn Tsai1-4/+7
2021-06-19mt76: move mt76_rates in mt76 moduleLorenzo Bianconi9-138/+50
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+5
2021-06-17mt76: mt7915: add support for tx status reportingFelix Fietkau4-30/+154
2021-06-17mt76: mt7915: rework tx rate reportingFelix Fietkau3-84/+61
2021-06-17mt76: dma: use ieee80211_tx_status_ext to free packets when tx failsFelix Fietkau1-6/+12
2021-06-17mt76: improve tx status codepathFelix Fietkau2-27/+55
2021-06-17mt76: intialize tx queue entry wcid to 0xffff by defaultFelix Fietkau3-0/+3
2021-06-17mt76: mt7603: avoid use of ieee80211_tx_info_clear_statusFelix Fietkau1-1/+1
2021-06-17mt76: mt7615: avoid use of ieee80211_tx_info_clear_statusFelix Fietkau1-1/+1
2021-06-17mt76: mt7615: fix fixed-rate tx status reportingFelix Fietkau1-6/+4
2021-06-17mt76: mt7915: move mt7915_queue_rx_skb to mac.cFelix Fietkau3-41/+39
2021-06-17mt76: mt7915: disable ASPMFelix Fietkau1-0/+2
2021-06-17mt76: mt7915: add MSI supportFelix Fietkau3-8/+39