summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt7615/main.c (follow)
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-4/+4
* wifi: mt76: mt7615: enable BSS_CHANGED_MU_GROUPS supportRyder Lee2023-07-251-0/+29
* wifi: mt76: ignore key disable commandsFelix Fietkau2023-04-031-8/+7
* wifi: mt76: mt7615: rely on mt7615_phy in mt7615_mac_reset_countersLorenzo Bianconi2022-12-011-2/+2
* wifi: mt76: mt7615: enable use_cts_prot supportRyder Lee2022-12-011-0/+3
* wifi: mt76: mt7615: add mt7615_mutex_acquire/release in mt7615_sta_set_decap_...Lorenzo Bianconi2022-09-151-0/+4
* Merge tag 'mt76-for-kvalo-2022-07-11' of https://github.com/nbd168/wirelessKalle Valo2022-07-181-23/+2
|\
| * mt76: add phy_idx to mt76_wcidLorenzo Bianconi2022-07-111-2/+2
| * mt76: mt7615: fix throughput regression on DFS channelsFelix Fietkau2022-07-111-21/+0
* | wifi: mac80211: change QoS settings API to take link into accountJohannes Berg2022-07-151-1/+2
|/
* wifi: mac80211: split bss_info_changed methodJohannes Berg2022-06-201-1/+1
* wifi: mac80211: move interface config to new structJohannes Berg2022-06-201-1/+1
* mt76: fix MBSS index condition in DBDC modeEvelyn Tsai2022-05-131-3/+3
* mt76: fix use-after-free by removing a non-RCU wcid pointerFelix Fietkau2022-05-131-1/+1
* mt76: mt7615: introduce SAR supportLorenzo Bianconi2022-02-231-0/+24
* mt76: stop the radar detector after leaving dfs channelXing Song2022-02-031-1/+2
* mt76: mt7615: check sta_rates pointer in mt7615_sta_rate_tbl_updateLorenzo Bianconi2022-02-031-0/+3
* mt76: mt7615: update bss_info with cipher after setting the group keyFelix Fietkau2022-02-031-0/+6
* mt76: connac: introduce MCU_EXT macrosLorenzo Bianconi2021-12-191-2/+2
* mt76: mt7615: improve wmm index allocationFelix Fietkau2021-12-191-5/+3
* mt76: mt7615: remove dead code in get_omac_idxLorenzo Bianconi2021-12-191-3/+0
* mt76: mt7615: mt7622: fix ibss and meshpointNick Hainke2021-10-231-2/+2
* mt76: do not reset MIB counters in get_stats callbackLorenzo Bianconi2021-10-201-2/+0
* mt76: introduce packet_id idrLorenzo Bianconi2021-10-201-0/+4
* mt76: mt7615: move mt7615_mcu_set_p2p_oppps in mt76_connac moduleLorenzo Bianconi2021-10-201-2/+2
* mt76: mt7615: set macwork timeout according to runtime-pmLorenzo Bianconi2021-06-191-7/+11
* mt76: connac: add mt76_connac_power_save_sched in mt76_connac_pm_unrefLorenzo Bianconi2021-06-191-3/+3
* mt76: mt7615: remove useless if condition in mt7615_add_interface()Lorenzo Bianconi2021-06-191-2/+0
* mt76: mt7615: add .offset_tsf callbackRyder Lee2021-06-191-2/+30
* mt76: mt7663: enable hw rx header translationLorenzo Bianconi2021-06-191-1/+1
* mt76: connac: do not run mt76_txq_schedule_all directlyLorenzo Bianconi2021-04-211-2/+1
* mt76: mt7663: rely on mt76_connac_pm_ref/mt76_connac_pm_unref in tx pathLorenzo Bianconi2021-04-211-15/+12
* mt76: connac: move mcu_update_arp_filter in mt76_connac moduleLorenzo Bianconi2021-04-211-2/+7
* mt76: introduce single-sku support for mt7663/mt7921Lorenzo Bianconi2021-04-211-0/+4
* mt76: mt7615: keep mcu_add_bss_info enabled till interface removalRyder Lee2021-04-121-6/+7
* mt76: mt7663: fix when beacon filter is being appliedSean Wang2021-04-121-3/+3
* mt76: mt7615: check mcu returned values in mt7615_opsRyder Lee2021-04-121-26/+64
* mt76: mt7615: fix mib stats counter reporting to mac80211Lorenzo Bianconi2021-04-121-0/+6
* mt76: mt7615: fix TSF configurationRyder Lee2021-04-121-2/+14
* mt76: mt7615: add support for rx decapsulation offloadRyder Lee2021-04-121-0/+17
* mt76: mt7615: fix key set/delete issuesFelix Fietkau2021-04-111-7/+11
* mt76: mt76_connac: move pm utility routines in mt76_connac_lib moduleLorenzo Bianconi2021-01-291-45/+17
* mt76: mt76_connac: move pm data struct in mt76_connac.hLorenzo Bianconi2021-01-291-2/+2
* mt76: mt76_connac: move WoW and suspend code in mt76_connac_mcu moduleLorenzo Bianconi2021-01-291-7/+9
* mt76: mt76_connac: move hw_scan and sched_scan routine in mt76_connac_mcu moduleLorenzo Bianconi2021-01-291-5/+15
* mt76: mt76_connac: create mcu libraryLorenzo Bianconi2021-01-291-12/+15
* mt76: introduce mt76_vif data structureLorenzo Bianconi2021-01-291-19/+19
* mt76: move vif_mask back from mt76_phy to mt76_devFelix Fietkau2021-01-271-3/+3
* mt76: mt7615: mt7915: disable txpower sku when testmode enabledShayne Chen2021-01-261-1/+1