summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt7615/main.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-01wifi: mt76: mt7615: add missing chanctx opsJohannes Berg1-0/+4
2024-01-31wifi: fill in MODULE_DESCRIPTION()s for mt76 driversBreno Leitao1-0/+1
2023-09-30wifi: mt76: fix race condition related to checking tx queue fill statusFelix Fietkau1-2/+2
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-4/+4
2023-07-25wifi: mt76: mt7615: enable BSS_CHANGED_MU_GROUPS supportRyder Lee1-0/+29
2023-04-03wifi: mt76: ignore key disable commandsFelix Fietkau1-8/+7
2022-12-01wifi: mt76: mt7615: rely on mt7615_phy in mt7615_mac_reset_countersLorenzo Bianconi1-2/+2
2022-12-01wifi: mt76: mt7615: enable use_cts_prot supportRyder Lee1-0/+3
2022-09-15wifi: mt76: mt7615: add mt7615_mutex_acquire/release in mt7615_sta_set_decap_...Lorenzo Bianconi1-0/+4
2022-07-18Merge tag 'mt76-for-kvalo-2022-07-11' of https://github.com/nbd168/wirelessKalle Valo1-23/+2
2022-07-15wifi: mac80211: change QoS settings API to take link into accountJohannes Berg1-1/+2
2022-07-11mt76: add phy_idx to mt76_wcidLorenzo Bianconi1-2/+2
2022-07-11mt76: mt7615: fix throughput regression on DFS channelsFelix Fietkau1-21/+0
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg1-1/+1
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg1-1/+1
2022-05-13mt76: fix MBSS index condition in DBDC modeEvelyn Tsai1-3/+3
2022-05-13mt76: fix use-after-free by removing a non-RCU wcid pointerFelix Fietkau1-1/+1
2022-02-23mt76: mt7615: introduce SAR supportLorenzo Bianconi1-0/+24
2022-02-03mt76: stop the radar detector after leaving dfs channelXing Song1-1/+2
2022-02-03mt76: mt7615: check sta_rates pointer in mt7615_sta_rate_tbl_updateLorenzo Bianconi1-0/+3
2022-02-03mt76: mt7615: update bss_info with cipher after setting the group keyFelix Fietkau1-0/+6
2021-12-19mt76: connac: introduce MCU_EXT macrosLorenzo Bianconi1-2/+2
2021-12-19mt76: mt7615: improve wmm index allocationFelix Fietkau1-5/+3
2021-12-19mt76: mt7615: remove dead code in get_omac_idxLorenzo Bianconi1-3/+0
2021-10-23mt76: mt7615: mt7622: fix ibss and meshpointNick Hainke1-2/+2
2021-10-20mt76: do not reset MIB counters in get_stats callbackLorenzo Bianconi1-2/+0
2021-10-20mt76: introduce packet_id idrLorenzo Bianconi1-0/+4
2021-10-20mt76: mt7615: move mt7615_mcu_set_p2p_oppps in mt76_connac moduleLorenzo Bianconi1-2/+2
2021-06-19mt76: mt7615: set macwork timeout according to runtime-pmLorenzo Bianconi1-7/+11
2021-06-19mt76: connac: add mt76_connac_power_save_sched in mt76_connac_pm_unrefLorenzo Bianconi1-3/+3
2021-06-19mt76: mt7615: remove useless if condition in mt7615_add_interface()Lorenzo Bianconi1-2/+0
2021-06-19mt76: mt7615: add .offset_tsf callbackRyder Lee1-2/+30
2021-06-19mt76: mt7663: enable hw rx header translationLorenzo Bianconi1-1/+1
2021-04-21mt76: connac: do not run mt76_txq_schedule_all directlyLorenzo Bianconi1-2/+1
2021-04-21mt76: mt7663: rely on mt76_connac_pm_ref/mt76_connac_pm_unref in tx pathLorenzo Bianconi1-15/+12
2021-04-21mt76: connac: move mcu_update_arp_filter in mt76_connac moduleLorenzo Bianconi1-2/+7
2021-04-21mt76: introduce single-sku support for mt7663/mt7921Lorenzo Bianconi1-0/+4
2021-04-12mt76: mt7615: keep mcu_add_bss_info enabled till interface removalRyder Lee1-6/+7
2021-04-12mt76: mt7663: fix when beacon filter is being appliedSean Wang1-3/+3
2021-04-12mt76: mt7615: check mcu returned values in mt7615_opsRyder Lee1-26/+64
2021-04-12mt76: mt7615: fix mib stats counter reporting to mac80211Lorenzo Bianconi1-0/+6
2021-04-12mt76: mt7615: fix TSF configurationRyder Lee1-2/+14
2021-04-12mt76: mt7615: add support for rx decapsulation offloadRyder Lee1-0/+17
2021-04-11mt76: mt7615: fix key set/delete issuesFelix Fietkau1-7/+11
2021-01-29mt76: mt76_connac: move pm utility routines in mt76_connac_lib moduleLorenzo Bianconi1-45/+17
2021-01-29mt76: mt76_connac: move pm data struct in mt76_connac.hLorenzo Bianconi1-2/+2
2021-01-29mt76: mt76_connac: move WoW and suspend code in mt76_connac_mcu moduleLorenzo Bianconi1-7/+9
2021-01-29mt76: mt76_connac: move hw_scan and sched_scan routine in mt76_connac_mcu moduleLorenzo Bianconi1-5/+15
2021-01-29mt76: mt76_connac: create mcu libraryLorenzo Bianconi1-12/+15