summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt7615/mac.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-25wifi: mt76: mt7615: rely on shared poll_list fieldLorenzo Bianconi1-6/+6
2023-07-25wifi: mt76: mt7615: rely on shared sta_poll_list and sta_poll_lockLorenzo Bianconi1-11/+12
2023-05-27wifi: mt76: mt7615: fix possible race in mt7615_mac_sta_pollLorenzo Bianconi1-0/+3
2023-04-21Merge tag 'wireless-next-2023-04-21' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-9/+9
2023-04-17wifi: mt76: get rid of unused sta_ps callbacksLorenzo Bianconi1-5/+0
2023-04-17wifi: mt76: add missing locking to protect against concurrent rx/status callsFelix Fietkau1-1/+4
2023-04-17wifi: mt76: handle failure of vzalloc in mt7615_coredump_workKang Chen1-3/+5
2023-04-03wifi: mt76: ignore key disable commandsFelix Fietkau1-49/+21
2022-12-01wifi: mt76: add info parameter to rx_skb signatureSujuan Chen1-1/+1
2022-12-01wifi: mt76: move aggr_stats array in mt76_phyLorenzo Bianconi1-5/+4
2022-12-01wifi: mt76: mt7615: rely on mt7615_phy in mt7615_mac_reset_countersLorenzo Bianconi1-5/+3
2022-12-01wifi: mt76: mt7615: enable use_cts_prot supportRyder Lee1-0/+15
2022-10-11wifi: mt76: fix rx checksum offload on mt7615/mt7915/mt7921Felix Fietkau1-1/+3
2022-10-11wifi: mt76: fix receiving LLC packets on mt7615/mt7915Felix Fietkau1-4/+4
2022-09-12wifi: mt76: fix reading current per-tid starting sequence number for aggregationFelix Fietkau1-1/+1
2022-07-11mt76: convert MT_TX_HW_QUEUE_EXT_PHY to MT_TX_HW_QUEUE_PHYLorenzo Bianconi1-4/+4
2022-07-11mt76: add phy_idx to mt76_wcidLorenzo Bianconi1-3/+3
2022-07-11mt76: introduce phys array in mt76_dev structureLorenzo Bianconi1-16/+20
2022-07-11mt76: add phy_idx in mt76_rx_statusLorenzo Bianconi1-1/+1
2022-07-11mt76: do not use skb_set_queue_mapping for internal purposesFelix Fietkau1-2/+3
2022-07-11mt76: mt7615: fix throughput regression on DFS channelsFelix Fietkau1-3/+4
2022-07-11mt76: connac: move mt7615_txp_skb_unmap in common codeLorenzo Bianconi1-55/+1
2022-07-11mt76: connac: move mt76_connac_tx_free in shared codeLorenzo Bianconi1-3/+4
2022-07-11mt76: move mt7615_txp_ptr in mt76_connac moduleLorenzo Bianconi1-3/+3
2022-07-11mt76: connac: move mt76_connac_fw_txp in common moduleLorenzo Bianconi1-2/+2
2022-07-11mt76: mt7615: add missing bh-disable around rx napi scheduleFelix Fietkau1-0/+2
2022-03-16mt76: use le32/16_get_bits() whenever possibleRyder Lee1-11/+9
2022-02-24mt76: improve signal strength reportingFelix Fietkau1-9/+0
2022-02-24mt76: mt7615: Fix assigning negative values to unsigned variableYang Li1-1/+1
2022-02-23mt76: fix endianness errors in reverse_frag0_hdr_transLorenzo Bianconi1-12/+19
2022-02-03mt76: do not always copy ethhdr in reverse_frag0_hdr_transLorenzo Bianconi1-10/+9
2022-02-03mt76: mt7615: fix/rewrite the dfs state handling logicFelix Fietkau1-21/+30
2022-02-03mt76: mt7663s: flush runtime-pm queue after waking up the deviceLorenzo Bianconi1-0/+1
2022-02-03mt76: mt7615: fix a leftover race in runtime-pmLorenzo Bianconi1-0/+8
2022-02-03mt76: mt7615e: process txfree and txstatus without allocating skbsLorenzo Bianconi1-5/+33
2022-02-03mt76: connac: move mt76_connac_mcu_rdd_cmd in mt76-connac moduleLorenzo Bianconi1-9/+14
2021-12-19mt76: mt7615: fix decap offload corner case with 4-addr VLAN framesFelix Fietkau1-2/+21
2021-12-19mt76: do not pass the received frame with decryption errorXing Song1-1/+8
2021-12-18mt76: reverse the first fragmented frame to 802.11Xing Song1-3/+87
2021-10-20mt76: remove mt76_wcid pointer from mt76_tx_status_check signatureLorenzo Bianconi1-1/+1
2021-10-20mt76: mt7615: fix skb use-after-free on mac resetFelix Fietkau1-22/+23
2021-10-20mt76: mt7615: fix endianness warning in mt7615_mac_write_txwiLorenzo Bianconi1-6/+9
2021-06-19mt76: mt7615: set macwork timeout according to runtime-pmLorenzo Bianconi1-4/+11
2021-06-19mt76: mt7663s: rely on mt76_connac_pm_ref/mt76_connac_pm_unref in tx pathLorenzo Bianconi1-4/+10
2021-06-19mt76: fix iv and CCMP header insertionRyder Lee1-12/+52
2021-06-19mt76: make mt76_update_survey() per phyRyder Lee1-17/+15
2021-06-19mt76: mt7615: update radar parametersRyder Lee1-7/+10
2021-06-19mt76: mt7615: add .offset_tsf callbackRyder Lee1-1/+1
2021-06-17mt76: mt7615: avoid use of ieee80211_tx_info_clear_statusFelix Fietkau1-1/+1
2021-06-17mt76: mt7615: fix fixed-rate tx status reportingFelix Fietkau1-6/+4