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