summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76 (follow)
Commit message (Expand)AuthorAgeFilesLines
* mt76: make number of tokens configurable dynamicallyFelix Fietkau2022-05-133-7/+7
* mt76: add support for overriding the device used for DMA mappingFelix Fietkau2022-05-133-17/+19
* mt76: dma: add wrapper macro for accessing queue registersFelix Fietkau2022-05-131-9/+12
* mt76: mt7915: move MT_INT_MASK_CSR to init.cRyder Lee2022-05-134-5/+1
* mt76: mt7915: introduce mt7915_mac_severe_check()Ryder Lee2022-05-133-0/+37
* mt76: mt7915: rework SER debugfs knobRyder Lee2022-05-135-20/+126
* mt76: mt7915: limit minimum twt durationPeter Chiu2022-05-132-0/+7
* mt76: mt7915: reject duplicated twt flowsPeter Chiu2022-05-131-0/+31
* mt76: mt7915: fix twt table_mask to u16 in mt7915_devPeter Chiu2022-05-131-1/+1
* mt76: mt7915: update mt7986 patch in mt7986_wmac_adie_patch_7976()Peter Chiu2022-05-132-2/+18
* mt76: connac: use skb_put_data instead of open codingSean Wang2022-05-131-5/+2
* mt76: mt7915: configure soc clocks in mt7986_wmac_initLorenzo Bianconi2022-05-131-0/+14
* mt76: fix tx status related use-after-free race on station removalFelix Fietkau2022-05-132-1/+3
* mt76: fix encap offload ethernet type checkFelix Fietkau2022-05-132-2/+6
* mt76: do not attempt to reorder received 802.3 packets without agg sessionFelix Fietkau2022-05-131-2/+3
* mt76: mt7915: disable RX_HDR_TRANS_SHORTBo Jiao2022-05-133-4/+6
* mt76: mt7603: move spin_lock_bh() to spin_lock()Yunbo Yu2022-05-131-4/+4
* mt76: mt7915: add debugfs knob for RF registers read/writeShayne Chen2022-05-133-0/+62
* mt76: mt7921: fix kernel crash at mt7921_pci_removeSean Wang2022-05-131-1/+1
* mt76: mt7921: make read-only array ppet16_ppet8_ru3_ru0 static constColin Ian King2022-05-131-1/+1
* mt76: mt7915: make read-only array ppet16_ppet8_ru3_ru0 static constColin Ian King2022-05-131-1/+1
* mt76: mt7915: remove SCS featureRyder Lee2022-05-135-36/+0
* mt76: fix antenna config missing in 6G capDeren Wu2022-05-131-2/+2
* mt76: fix rx reordering with non explicit / psmp ack policyFelix Fietkau2022-05-131-2/+1
* mt76: mt7921: Add AP mode supportSean Wang2022-05-135-2/+146
* mt76: mt7915: use 0xff to initialize bitrate_mask in mt7915_init_bitrate_maskLorenzo Bianconi2022-05-131-5/+5
* mt76: mt7915: report rx mode value in mt7915_mac_fill_rx_rateLorenzo Bianconi2022-05-131-11/+11
* mt76: mt7915: do not pass data pointer to mt7915_mcu_muru_debug_setLorenzo Bianconi2022-05-131-1/+1
* mt76: mt7915: fix possible NULL pointer dereference in mt7915_mac_fill_rx_vectorLorenzo Bianconi2022-05-131-2/+5
* mt76: mt7915: fix possible uninitialized pointer dereference in mt7986_wmac_g...Lorenzo Bianconi2022-05-131-0/+2
* mt76: mt7921: Fix the error handling path of mt7921_pci_probe()Christophe JAILLET2022-05-131-3/+5
* mt76: mt7915: fix unbounded shift in mt7915_mcu_beacon_mbssLorenzo Bianconi2022-05-131-7/+13
* mt76: mt7915: always call mt7915_wfsys_reset() during initRyder Lee2022-05-134-17/+9
* mt76: mt7921: honor pm user configuration in mt7921_sniffer_interface_iterLorenzo Bianconi2022-05-131-2/+2
* mt76: mt7921: rely on mt76_dev rxfilter in mt7921_configure_filterLorenzo Bianconi2022-05-132-16/+14
* mt76: mt7921u: add suspend/resume supportLorenzo Bianconi2022-05-134-4/+72
* mt76: fix MBSS index condition in DBDC modeEvelyn Tsai2022-05-136-17/+17
* mt76: fix use-after-free by removing a non-RCU wcid pointerFelix Fietkau2022-05-138-12/+13
* mt76: mt7921: accept rx frames with non-standard VHT MCS10-11Felix Fietkau2022-05-131-1/+1
* mt76: mt7915: accept rx frames with non-standard VHT MCS10-11Felix Fietkau2022-05-131-1/+1
* mt76: dma: use kzalloc instead of devm_kzalloc for txwiFelix Fietkau2022-05-131-2/+4
* mt76: reduce tx queue lock hold timeFelix Fietkau2022-05-131-6/+8
* mt76: mt7915: rework hardware/phy initializationFelix Fietkau2022-05-133-43/+78
* mt76: mt7915: fix DBDC default band selection on MT7915DFelix Fietkau2022-05-131-0/+2
* mt76: switch to netif_napi_add_tx()Jakub Kicinski2022-05-065-10/+10
* Merge tag 'wireless-next-2022-05-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2022-05-047-124/+127
|\
| * mac80211: prepare sta handling for MLO supportSriram R2022-04-117-124/+127
* | mt76: Fix undefined behavior due to shift overflowing the constantBorislav Petkov2022-04-101-1/+1
|/
* mt76: fix monitor rx FCS error in DFS channelDeren Wu2022-03-163-3/+6
* mt76: mt7921: don't enable beacon filter when IEEE80211_CONF_CHANGE_MONITOR i...Sean Wang2022-03-161-3/+10