summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt7921/mac.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-01wifi: mt76: add info parameter to rx_skb signatureSujuan Chen1-1/+1
2022-12-01wifi: mt76: mt7921: introduce chanctx supportSean Wang1-8/+0
2022-12-01wifi: mt76: mt7921: add chanctx parameter to mt76_connac_mcu_uni_add_bss sign...Sean Wang1-1/+1
2022-12-01wifi: mt76: move aggr_stats array in mt76_phyLorenzo Bianconi1-5/+5
2022-12-01wifi: mt76: mt7921: fix reporting of TX AGGR histogramLorenzo Bianconi1-1/+1
2022-12-01wifi: mt76: mt7921: fix antenna signal are way off in monitor modeSean Wang1-11/+21
2022-10-11wifi: mt76: fix rx checksum offload on mt7615/mt7915/mt7921Felix Fietkau1-1/+3
2022-09-15wifi: mt76: fix uninitialized pointer in mt7921_mac_fill_rxLorenzo Bianconi1-1/+1
2022-09-15wifi: mt76: move move mt76_sta_stats to mt76_wcidRyder Lee1-2/+1
2022-09-15wifi: mt76: mt7921: move mt7921_rx_check and mt7921_queue_rx_skb in mac.cLorenzo Bianconi1-3/+114
2022-09-15wifi: mt76: mt7921e: fix race issue between reset and suspend/resumeSean Wang1-0/+5
2022-09-15wifi: mt76: add rx_check callback for usb devicesLorenzo Bianconi1-0/+20
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 Bianconi1-1/+1
2022-07-11mt76: do not use skb_set_queue_mapping for internal purposesFelix Fietkau1-1/+1
2022-07-11mt76: move mcu_txd/mcu_rxd structures in shared codeLorenzo Bianconi1-1/+1
2022-07-11mt76: connac: move mt76_connac2_mac_fill_rx_rate in connac moduleLorenzo Bianconi1-76/+6
2022-07-11mt76: connac: move mt76_connac2_reverse_frag0_hdr_trans in mt76-connac moduleLorenzo Bianconi1-83/+12
2022-07-11mt76: connac: move HE radiotap parsing in connac moduleLorenzo Bianconi1-184/+3
2022-07-11mt76: connac: move mt76_connac2_mac_add_txs_skb in connac moduleLorenzo Bianconi1-119/+3
2022-07-11mt76: connac: move connac2_mac_write_txwi in mt76_connac moduleLorenzo Bianconi1-211/+1
2022-07-11mt76: mt7921: rely on mt76_dev in mt7921_mac_write_txwi signatureLorenzo Bianconi1-12/+11
2022-07-11mt76: mt7921: add missing bh-disable around rx napi scheduleLorenzo Bianconi1-0/+2
2022-05-13mt76: mt7921: add ipv6 NS offload supportDeren Wu1-0/+26
2022-05-13mt76: fix encap offload ethernet type checkFelix Fietkau1-1/+3
2022-05-13mt76: mt7921: Add AP mode supportSean Wang1-0/+9
2022-05-13mt76: mt7921: accept rx frames with non-standard VHT MCS10-11Felix Fietkau1-1/+1
2022-04-11mac80211: prepare sta handling for MLO supportSriram R1-1/+1
2022-03-16mt76: fix wrong HE data rate in sniffer toolDeren Wu1-2/+4
2022-03-16mt76: mt7921: move mt7921_usb_sdio_tx_status_data in mac common code.Lorenzo Bianconi1-0/+12
2022-03-16mt76: mt7921: move mt7921_usb_sdio_tx_complete_skb in common mac code.Lorenzo Bianconi1-0/+21
2022-03-16mt76: mt7921: move mt7921_usb_sdio_tx_prepare_skb in common mac codeLorenzo Bianconi1-0/+58
2022-03-16mt76: use le32/16_get_bits() whenever possibleRyder Lee1-18/+13
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 Wu1-3/+9
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: 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 Bianconi1-2/+2
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
2022-02-03mt76: mt7921e: process txfree and txstatus without allocating skbsLorenzo Bianconi1-0/+1
2022-02-03mt76: mt7921: forbid the doze mode when coredump is in progressYN Chen1-1/+2
2021-12-19mt76: mt7921: clear pm->suspended in mt7921_mac_reset_workSean Wang1-0/+1
2021-12-19mt76: mt7921: fix network buffer leak by txs missingDeren Wu1-1/+1
2021-12-19mt76: only access ieee80211_hdr after mt76_insert_ccmp_hdrRyder Lee1-1/+1
2021-12-19mt76: do not pass the received frame with decryption errorXing Song1-1/+8
2021-12-19mt76: mt7921: fix possible NULL pointer dereference in mt7921_mac_write_txwiLorenzo Bianconi1-1/+1