summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-07-11mt76: introduce phys array in mt76_dev structureLorenzo Bianconi14-97/+142
2022-07-11mt76: add phy_idx in mt76_rx_statusLorenzo Bianconi4-10/+11
2022-07-11mt76: introduce MT_RXQ_BAND2 and MT_RXQ_BAND2_WA in mt76_rxq_idLorenzo Bianconi6-31/+42
2022-07-11mt76: add len parameter to __mt76_mcu_msg_alloc signatureLorenzo Bianconi3-12/+13
2022-07-11mt76: mt7915 add ht mpdu densityMeiChia Chiu1-1/+6
2022-07-11mt76: mt7921: reduce the mutex lock scope during resetSean Wang1-5/+8
2022-07-11mt76: mt7921: reduce log severity levels for informative messagesSean Wang1-1/+1
2022-07-11mt76: connac: move tx initialization/cleanup in mt76_connac moduleLorenzo Bianconi7-49/+35
2022-07-11mt76: mt7921: make mt7921_pci_driver staticLorenzo Bianconi2-2/+1
2022-07-11mt76: mt7921: enable HW beacon filter in the initialization stageSean Wang3-6/+16
2022-07-11mt76: mt7921: enable HW beacon filter not depending on PM flagSean Wang1-2/+1
2022-07-11mt76: remove q->qidFelix Fietkau3-6/+0
2022-07-11mt76: do not use skb_set_queue_mapping for internal purposesFelix Fietkau14-20/+24
2022-07-11mt76: pass original queue id from __mt76_tx_queue_skb to the driverFelix Fietkau8-18/+19
2022-07-11mt76: mt7615: fix throughput regression on DFS channelsFelix Fietkau4-25/+7
2022-07-11mt76: allow receiving frames with invalid CCMP PN via monitor interfacesFelix Fietkau1-14/+10
2022-07-11mt76: mt76x02: improve reliability of the beacon hang checkFelix Fietkau2-4/+13
2022-07-11mt76: mt7615: add sta_rec with EXTRA_INFO_NEW for the first time onlyFelix Fietkau2-1/+9
2022-07-11mt76: mt7915: update the maximum size of beacon offloadMeiChia Chiu2-3/+14
2022-07-11mt76: do not check the ccmp pn for ONLY_MONITOR frameMeiChia Chiu1-0/+3
2022-07-11mt76: mt7915: add sta_rec with EXTRA_INFO_NEW for the first time onlyShayne Chen2-2/+3
2022-07-11mt76: mt7915: update mpdu density in 6g capabilityPeter Chiu1-1/+1
2022-07-11mt76: mt7915: do not copy ieee80211_ops pointer in mt7915_mmio_probeLorenzo Bianconi1-6/+1
2022-07-11mt76: mt7915: fix incorrect testmode ipg on band 1 caused by wmm_idxShayne Chen1-4/+5
2022-07-11mt76: mt7915: disable UL MU-MIMO for mt7915Felix Fietkau2-7/+9
2022-07-11mt76: move mt76_connac2_mcu_fill_message in mt76_connac moduleLorenzo Bianconi14-171/+125
2022-07-11mt76: move mcu_txd/mcu_rxd structures in shared codeLorenzo Bianconi10-157/+131
2022-07-11mt76: mt7915: rely on mt76_connac_tx_freeLorenzo Bianconi3-15/+7
2022-07-11mt76: connac: move mt7615_txp_skb_unmap in common codeLorenzo Bianconi6-102/+65
2022-07-11mt76: connac: move mt76_connac_write_hw_txp in shared codeLorenzo Bianconi6-82/+49
2022-07-11mt76: connac: move mt76_connac_tx_complete_skb in shared codeLorenzo Bianconi13-85/+51
2022-07-11mt76: connac: move mt76_connac_tx_free in shared codeLorenzo Bianconi5-22/+15
2022-07-11mt76: move mt7615_txp_ptr in mt76_connac moduleLorenzo Bianconi8-61/+39
2022-07-11mt76: connac: move mt76_connac_fw_txp in common moduleLorenzo Bianconi10-117/+59
2022-07-11mt76: mt7915: get rid of unnecessary new line in mt7915_mac_write_txwiLorenzo Bianconi1-1/+0
2022-07-11mt76: mt7921: enlarge maximum VHT MPDU length to 11454Deren Wu1-1/+1
2022-07-11mt76: mt7921: fix aggregation subframes setting to HE maxDeren Wu1-2/+2
2022-07-11mt76: mt7921s: fix possible sdio deadlock in command failDeren Wu1-5/+5
2022-07-11mt76: mt7921: do not update pm states in case of errorLorenzo Bianconi1-3/+3
2022-07-11mt76: mt7615: do not update pm stats in case of errorLorenzo Bianconi1-4/+5
2022-07-11mt76: mt7921s: remove unnecessary goto in mt7921s_mcu_drv_pmctrlLorenzo Bianconi1-5/+4
2022-07-11mt76: connac: move mt76_connac2_mac_fill_rx_rate in connac moduleLorenzo Bianconi4-180/+117
2022-07-11mt76: connac: move mt76_connac2_reverse_frag0_hdr_trans in mt76-connac moduleLorenzo Bianconi7-338/+189
2022-07-11mt76: connac: move HE radiotap parsing in connac moduleLorenzo Bianconi7-466/+251
2022-07-11mt76: mt7921: fix command timeout in AP stop periodDeren Wu4-13/+45
2022-07-11mt76: mt7921: not support beacon offload disable commandDeren Wu1-2/+4
2022-07-11mt76: connac: move mt76_connac2_mac_add_txs_skb in connac moduleLorenzo Bianconi4-243/+130
2022-07-11mt76: connac: move connac2_mac_write_txwi in mt76_connac moduleLorenzo Bianconi10-472/+299
2022-07-11mt76: connac: move mac connac2 defs in mt76_connac2_mac.hLorenzo Bianconi5-285/+171
2022-07-11mt76: mt7915: rely on mt76_dev in mt7915_mac_write_txwi signatureLorenzo Bianconi3-15/+14