summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt7615
AgeCommit message (Expand)AuthorFilesLines
2024-02-08wifi: mac80211: add support to call csa_finish on a linkAditya Kumar Singh1-1/+1
2024-01-31wifi: fill in MODULE_DESCRIPTION()s for mt76 driversBreno Leitao5-0/+5
2023-12-07wifi: mt76: mt7921s: fix workqueue problem causes STA association failWang Zhao1-1/+1
2023-12-07wifi: mt76: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-12-07wifi: mt76: introduce wed pointer in mt76_queueLorenzo Bianconi1-3/+3
2023-12-07wifi: mt76: Remove unnecessary (void*) conversionsWu Yunchuan1-2/+2
2023-09-30wifi: mt76: fix per-band IEEE80211_CONF_MONITOR flag comparisonShayne Chen1-1/+1
2023-09-30wifi: mt76: Use PTR_ERR_OR_ZERO() to simplify codeJinjie Ruan1-4/+1
2023-09-30wifi: mt76: remove unused error path in mt76_connac_tx_complete_skbFelix Fietkau1-1/+1
2023-09-30wifi: mt76: fix race condition related to checking tx queue fill statusFelix Fietkau1-2/+2
2023-08-25Fix nomenclature for USB and PCI wireless devicesAlan Stern1-1/+1
2023-08-05Merge tag 'wireless-next-2023-08-04' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski6-32/+67
2023-08-02wifi: mt76: Replace strlcpy() with strscpy()Azeem Shaikh1-1/+1
2023-07-25wifi: mt76: mt7615: rely on shared poll_list fieldLorenzo Bianconi3-13/+12
2023-07-25wifi: mt76: mt7615: rely on shared sta_poll_list and sta_poll_lockLorenzo Bianconi4-20/+16
2023-07-25wifi: mt76: mt7615: enable BSS_CHANGED_MU_GROUPS supportRyder Lee3-0/+40
2023-07-24wifi: mt76: mt7615: do not advertise 5 GHz on first phy of MT7615D (DBDC)Paul Fertser1-3/+3
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 Kicinski14-62/+33
2023-04-19wifi: mt76: set NL80211_EXT_FEATURE_CAN_REPLACE_PTK0 on supported driversFelix Fietkau1-0/+1
2023-04-19wifi: mt76: mt7615: increase eeprom size for mt7663Felix Fietkau3-2/+8
2023-04-17wifi: mt76: move mcu_uni_event and mcu_reg_event in common codeLorenzo Bianconi2-15/+4
2023-04-17wifi: mt76: mt7921: enable p2p supportSean Wang1-1/+2
2023-04-17wifi: mt76: move shared mac definitions in mt76_connac2_mac.hLorenzo Bianconi1-12/+0
2023-04-17wifi: mt76: get rid of unused sta_ps callbacksLorenzo Bianconi5-9/+0
2023-04-17wifi: mt76: add mt76_connac_irq_enable utility routineLorenzo Bianconi3-12/+4
2023-04-17wifi: mt76: move irq_tasklet in mt76_dev structLorenzo Bianconi4-8/+6
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 Fietkau3-61/+30
2023-02-03wifi: mt76: mt7615: avoid mcu_restart function pointerLorenzo Bianconi3-4/+1
2022-12-09wifi: mt76: mt7615: enable per-phy led supportLorenzo Bianconi5-74/+92
2022-12-09wifi: mt76: move leds struct in mt76_phyLorenzo Bianconi1-13/+13
2022-12-09wifi: mt76: move leds field in leds structLorenzo Bianconi1-9/+9
2022-12-01wifi: mt76: add info parameter to rx_skb signatureSujuan Chen2-2/+2
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 Bianconi2-9/+6
2022-12-01wifi: mt76: mt7615: rely on mt7615_phy in mt7615_mac_reset_countersLorenzo Bianconi3-8/+6
2022-12-01wifi: mt76: mt7615: enable use_cts_prot supportRyder Lee4-0/+22
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-30Merge tag 'wireless-next-2022-09-30' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski3-12/+9
2022-09-15wifi: mt76: mt7663s: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Deren Wu1-12/+3
2022-09-15wifi: mt76: mt7663s: add rx_check callbackLorenzo Bianconi1-0/+1
2022-09-15wifi: mt76: mt7615: add mt7615_mutex_acquire/release in mt7615_sta_set_decap_...Lorenzo Bianconi1-0/+4
2022-09-15wifi: mt76: add rx_check callback for usb devicesLorenzo Bianconi1-0/+1
2022-09-12wifi: mt76: fix reading current per-tid starting sequence number for aggregationFelix Fietkau1-1/+1
2022-07-18Merge tag 'mt76-for-kvalo-2022-07-11' of https://github.com/nbd168/wirelessKalle Valo11-322/+110
2022-07-15wifi: mac80211: change QoS settings API to take link into accountJohannes Berg1-1/+2
2022-07-11mt76: convert MT_TX_HW_QUEUE_EXT_PHY to MT_TX_HW_QUEUE_PHYLorenzo Bianconi3-9/+8