summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt7921
AgeCommit message (Expand)AuthorFilesLines
2022-05-13mt76: mt7921: add ipv6 NS offload supportDeren Wu5-1/+147
2022-05-13mt76: mt7915: add Wireless Ethernet Dispatch supportFelix Fietkau1-1/+1
2022-05-13mt76: fix encap offload ethernet type checkFelix Fietkau1-1/+3
2022-05-13mt76: mt7921: fix kernel crash at mt7921_pci_removeSean Wang1-1/+1
2022-05-13mt76: mt7921: make read-only array ppet16_ppet8_ru3_ru0 static constColin Ian King1-1/+1
2022-05-13mt76: mt7921: Add AP mode supportSean Wang5-2/+146
2022-05-13mt76: mt7921: Fix the error handling path of mt7921_pci_probe()Christophe JAILLET1-3/+5
2022-05-13mt76: mt7921: honor pm user configuration in mt7921_sniffer_interface_iterLorenzo Bianconi1-2/+2
2022-05-13mt76: mt7921: rely on mt76_dev rxfilter in mt7921_configure_filterLorenzo Bianconi2-16/+14
2022-05-13mt76: mt7921u: add suspend/resume supportLorenzo Bianconi4-4/+72
2022-05-13mt76: fix MBSS index condition in DBDC modeEvelyn Tsai1-3/+3
2022-05-13mt76: fix use-after-free by removing a non-RCU wcid pointerFelix Fietkau1-1/+1
2022-05-13mt76: mt7921: accept rx frames with non-standard VHT MCS10-11Felix Fietkau1-1/+1
2022-05-06mt76: switch to netif_napi_add_tx()Jakub Kicinski1-2/+2
2022-04-11mac80211: prepare sta handling for MLO supportSriram R1-1/+1
2022-03-16mt76: fix monitor rx FCS error in DFS channelDeren Wu1-1/+2
2022-03-16mt76: mt7921: don't enable beacon filter when IEEE80211_CONF_CHANGE_MONITOR i...Sean Wang1-3/+10
2022-03-16mt76: fix wrong HE data rate in sniffer toolDeren Wu1-2/+4
2022-03-16mt76: mt7921: move mt7921_init_hw in a dedicated workLorenzo Bianconi5-19/+48
2022-03-16mt76: mt7921: add mt7921u driverLorenzo Bianconi9-3/+635
2022-03-16mt76: mt7921: move mt7921_usb_sdio_tx_status_data in mac common code.Lorenzo Bianconi4-13/+14
2022-03-16mt76: mt7921: move mt7921_usb_sdio_tx_complete_skb in common mac code.Lorenzo Bianconi4-21/+24
2022-03-16mt76: mt7921: move mt7921_usb_sdio_tx_prepare_skb in common mac codeLorenzo Bianconi4-58/+64
2022-03-16mt76: mt7921: update mt7921_skb_add_usb_sdio_hdr to support usbLorenzo Bianconi3-6/+8
2022-03-16mt76: mt7921: disable runtime pm for usbLorenzo Bianconi2-4/+12
2022-03-16mt76: use le32/16_get_bits() whenever possibleRyder Lee3-27/+19
2022-03-16mt76: mt7921: get rid of mt7921_wait_for_mcu_init declarationLorenzo Bianconi1-1/+0
2022-03-16mt76: mt7921: fix mt7921_queues_acq implementationLorenzo Bianconi2-13/+11
2022-03-16mt76: mt7921: fix xmit-queue dump for usb and sdioLorenzo Bianconi1-2/+7
2022-03-16mt76: mt7921: make mt7921_init_tx_queues staticLorenzo Bianconi2-2/+1
2022-03-16mt76: mt7921: use mt76_hw instead of open coding itSean Wang1-1/+1
2022-03-16mt76: mt7921: fix up the monitor modeSean Wang3-10/+46
2022-02-24mt76: fix dfs state issue with 160 MHz channelsFelix Fietkau1-3/+5
2022-02-24mt76: mt7921: fix injected MPDU transmission to not use HW A-MSDULorenzo Bianconi1-0/+1
2022-02-24mt76: improve signal strength reportingFelix Fietkau1-3/+0
2022-02-23mt76: mt7921s: fix missing fc type/sub-type for 802.11 pktsDeren Wu2-3/+12
2022-02-23mt76: fix endianness errors in reverse_frag0_hdr_transLorenzo Bianconi1-12/+18
2022-02-03mt76: do not always copy ethhdr in reverse_frag0_hdr_transLorenzo Bianconi1-10/+9
2022-02-03mt76: mt7921s: run sleep mode by defaultSean Wang1-8/+4
2022-02-03mt76: sdio: honor the largest Tx buffer the hardware can supportSean Wang1-11/+1
2022-02-03mt76: mt7921s: fix a possible memory leak in mt7921_load_patchLorenzo Bianconi1-6/+2
2022-02-03mt76: mt7921: remove duplicated code in mt7921_mac_decode_he_radiotapLorenzo Bianconi1-1/+0
2022-02-03mt76: connac: move mt76_connac_lmac_mapping in mt76-connac moduleLorenzo Bianconi3-10/+3
2022-02-03mt76: mt7921: toggle runtime-pm adding a monitor vifLorenzo Bianconi4-22/+40
2022-02-03mt76: mt7921: fix endianness issues in mt7921_mcu_set_tx()Lorenzo Bianconi1-5/+3
2022-02-03mt76: mt7921: fix crash when startup fails.Ben Greear1-0/+1
2022-02-03mt76: mt7921e: fix possible probe failure after rebootSean Wang4-123/+139
2022-02-03mt76: mt7921s: fix mt7921s_mcu_[fw|drv]_pmctrlLeon Yen1-0/+38
2022-02-03mt76: mt7921: fix ht mcs in mt7921_mac_add_txs_skb()Peter Chiu1-1/+0
2022-02-03mt76: mt7921: fix a leftover race in runtime-pmLorenzo Bianconi1-0/+8