summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt7921 (follow)
Commit message (Expand)AuthorAgeFilesLines
* mt76: fix encap offload ethernet type checkFelix Fietkau2022-05-131-1/+3
* 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: mt7921: Add AP mode supportSean Wang2022-05-135-2/+146
* mt76: mt7921: Fix the error handling path of mt7921_pci_probe()Christophe JAILLET2022-05-131-3/+5
* 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-131-3/+3
* mt76: fix use-after-free by removing a non-RCU wcid pointerFelix Fietkau2022-05-131-1/+1
* mt76: mt7921: accept rx frames with non-standard VHT MCS10-11Felix Fietkau2022-05-131-1/+1
* mt76: switch to netif_napi_add_tx()Jakub Kicinski2022-05-061-2/+2
* mac80211: prepare sta handling for MLO supportSriram R2022-04-111-1/+1
* mt76: fix monitor rx FCS error in DFS channelDeren Wu2022-03-161-1/+2
* mt76: mt7921: don't enable beacon filter when IEEE80211_CONF_CHANGE_MONITOR i...Sean Wang2022-03-161-3/+10
* mt76: fix wrong HE data rate in sniffer toolDeren Wu2022-03-161-2/+4
* mt76: mt7921: move mt7921_init_hw in a dedicated workLorenzo Bianconi2022-03-165-19/+48
* mt76: mt7921: add mt7921u driverLorenzo Bianconi2022-03-169-3/+635
* mt76: mt7921: move mt7921_usb_sdio_tx_status_data in mac common code.Lorenzo Bianconi2022-03-164-13/+14
* mt76: mt7921: move mt7921_usb_sdio_tx_complete_skb in common mac code.Lorenzo Bianconi2022-03-164-21/+24
* mt76: mt7921: move mt7921_usb_sdio_tx_prepare_skb in common mac codeLorenzo Bianconi2022-03-164-58/+64
* mt76: mt7921: update mt7921_skb_add_usb_sdio_hdr to support usbLorenzo Bianconi2022-03-163-6/+8
* mt76: mt7921: disable runtime pm for usbLorenzo Bianconi2022-03-162-4/+12
* mt76: use le32/16_get_bits() whenever possibleRyder Lee2022-03-163-27/+19
* mt76: mt7921: get rid of mt7921_wait_for_mcu_init declarationLorenzo Bianconi2022-03-161-1/+0
* mt76: mt7921: fix mt7921_queues_acq implementationLorenzo Bianconi2022-03-162-13/+11
* mt76: mt7921: fix xmit-queue dump for usb and sdioLorenzo Bianconi2022-03-161-2/+7
* mt76: mt7921: make mt7921_init_tx_queues staticLorenzo Bianconi2022-03-162-2/+1
* mt76: mt7921: use mt76_hw instead of open coding itSean Wang2022-03-161-1/+1
* mt76: mt7921: fix up the monitor modeSean Wang2022-03-163-10/+46
* mt76: fix dfs state issue with 160 MHz channelsFelix Fietkau2022-02-241-3/+5
* mt76: mt7921: fix injected MPDU transmission to not use HW A-MSDULorenzo Bianconi2022-02-241-0/+1
* mt76: improve signal strength reportingFelix Fietkau2022-02-241-3/+0
* mt76: mt7921s: fix missing fc type/sub-type for 802.11 pktsDeren Wu2022-02-232-3/+12
* mt76: fix endianness errors in reverse_frag0_hdr_transLorenzo Bianconi2022-02-231-12/+18
* mt76: do not always copy ethhdr in reverse_frag0_hdr_transLorenzo Bianconi2022-02-031-10/+9
* mt76: mt7921s: run sleep mode by defaultSean Wang2022-02-031-8/+4
* mt76: sdio: honor the largest Tx buffer the hardware can supportSean Wang2022-02-031-11/+1
* mt76: mt7921s: fix a possible memory leak in mt7921_load_patchLorenzo Bianconi2022-02-031-6/+2
* mt76: mt7921: remove duplicated code in mt7921_mac_decode_he_radiotapLorenzo Bianconi2022-02-031-1/+0
* mt76: connac: move mt76_connac_lmac_mapping in mt76-connac moduleLorenzo Bianconi2022-02-033-10/+3
* mt76: mt7921: toggle runtime-pm adding a monitor vifLorenzo Bianconi2022-02-034-22/+40
* mt76: mt7921: fix endianness issues in mt7921_mcu_set_tx()Lorenzo Bianconi2022-02-031-5/+3
* mt76: mt7921: fix crash when startup fails.Ben Greear2022-02-031-0/+1
* mt76: mt7921e: fix possible probe failure after rebootSean Wang2022-02-034-123/+139
* mt76: mt7921s: fix mt7921s_mcu_[fw|drv]_pmctrlLeon Yen2022-02-031-0/+38
* mt76: mt7921: fix ht mcs in mt7921_mac_add_txs_skb()Peter Chiu2022-02-031-1/+0
* mt76: mt7921: fix a leftover race in runtime-pmLorenzo Bianconi2022-02-031-0/+8
* mt76: mt7921: do not always disable fw runtime-pmLorenzo Bianconi2022-02-031-2/+1
* mt76: mt7921e: process txfree and txstatus without allocating skbsLorenzo Bianconi2022-02-034-6/+33