index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
mediatek
/
mt76
/
mt7615
/
main.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
wifi: mt76: mt7615: rely on shared poll_list field
Lorenzo Bianconi
2023-07-25
1
-6
/
+6
*
wifi: mt76: mt7615: rely on shared sta_poll_list and sta_poll_lock
Lorenzo Bianconi
2023-07-25
1
-4
/
+4
*
wifi: mt76: mt7615: enable BSS_CHANGED_MU_GROUPS support
Ryder Lee
2023-07-25
1
-0
/
+29
*
wifi: mt76: ignore key disable commands
Felix Fietkau
2023-04-03
1
-8
/
+7
*
wifi: mt76: mt7615: rely on mt7615_phy in mt7615_mac_reset_counters
Lorenzo Bianconi
2022-12-01
1
-2
/
+2
*
wifi: mt76: mt7615: enable use_cts_prot support
Ryder Lee
2022-12-01
1
-0
/
+3
*
wifi: mt76: mt7615: add mt7615_mutex_acquire/release in mt7615_sta_set_decap_...
Lorenzo Bianconi
2022-09-15
1
-0
/
+4
*
Merge tag 'mt76-for-kvalo-2022-07-11' of https://github.com/nbd168/wireless
Kalle Valo
2022-07-18
1
-23
/
+2
|
\
|
*
mt76: add phy_idx to mt76_wcid
Lorenzo Bianconi
2022-07-11
1
-2
/
+2
|
*
mt76: mt7615: fix throughput regression on DFS channels
Felix Fietkau
2022-07-11
1
-21
/
+0
*
|
wifi: mac80211: change QoS settings API to take link into account
Johannes Berg
2022-07-15
1
-1
/
+2
|
/
*
wifi: mac80211: split bss_info_changed method
Johannes Berg
2022-06-20
1
-1
/
+1
*
wifi: mac80211: move interface config to new struct
Johannes Berg
2022-06-20
1
-1
/
+1
*
mt76: fix MBSS index condition in DBDC mode
Evelyn Tsai
2022-05-13
1
-3
/
+3
*
mt76: fix use-after-free by removing a non-RCU wcid pointer
Felix Fietkau
2022-05-13
1
-1
/
+1
*
mt76: mt7615: introduce SAR support
Lorenzo Bianconi
2022-02-23
1
-0
/
+24
*
mt76: stop the radar detector after leaving dfs channel
Xing Song
2022-02-03
1
-1
/
+2
*
mt76: mt7615: check sta_rates pointer in mt7615_sta_rate_tbl_update
Lorenzo Bianconi
2022-02-03
1
-0
/
+3
*
mt76: mt7615: update bss_info with cipher after setting the group key
Felix Fietkau
2022-02-03
1
-0
/
+6
*
mt76: connac: introduce MCU_EXT macros
Lorenzo Bianconi
2021-12-19
1
-2
/
+2
*
mt76: mt7615: improve wmm index allocation
Felix Fietkau
2021-12-19
1
-5
/
+3
*
mt76: mt7615: remove dead code in get_omac_idx
Lorenzo Bianconi
2021-12-19
1
-3
/
+0
*
mt76: mt7615: mt7622: fix ibss and meshpoint
Nick Hainke
2021-10-23
1
-2
/
+2
*
mt76: do not reset MIB counters in get_stats callback
Lorenzo Bianconi
2021-10-20
1
-2
/
+0
*
mt76: introduce packet_id idr
Lorenzo Bianconi
2021-10-20
1
-0
/
+4
*
mt76: mt7615: move mt7615_mcu_set_p2p_oppps in mt76_connac module
Lorenzo Bianconi
2021-10-20
1
-2
/
+2
*
mt76: mt7615: set macwork timeout according to runtime-pm
Lorenzo Bianconi
2021-06-19
1
-7
/
+11
*
mt76: connac: add mt76_connac_power_save_sched in mt76_connac_pm_unref
Lorenzo Bianconi
2021-06-19
1
-3
/
+3
*
mt76: mt7615: remove useless if condition in mt7615_add_interface()
Lorenzo Bianconi
2021-06-19
1
-2
/
+0
*
mt76: mt7615: add .offset_tsf callback
Ryder Lee
2021-06-19
1
-2
/
+30
*
mt76: mt7663: enable hw rx header translation
Lorenzo Bianconi
2021-06-19
1
-1
/
+1
*
mt76: connac: do not run mt76_txq_schedule_all directly
Lorenzo Bianconi
2021-04-21
1
-2
/
+1
*
mt76: mt7663: rely on mt76_connac_pm_ref/mt76_connac_pm_unref in tx path
Lorenzo Bianconi
2021-04-21
1
-15
/
+12
*
mt76: connac: move mcu_update_arp_filter in mt76_connac module
Lorenzo Bianconi
2021-04-21
1
-2
/
+7
*
mt76: introduce single-sku support for mt7663/mt7921
Lorenzo Bianconi
2021-04-21
1
-0
/
+4
*
mt76: mt7615: keep mcu_add_bss_info enabled till interface removal
Ryder Lee
2021-04-12
1
-6
/
+7
*
mt76: mt7663: fix when beacon filter is being applied
Sean Wang
2021-04-12
1
-3
/
+3
*
mt76: mt7615: check mcu returned values in mt7615_ops
Ryder Lee
2021-04-12
1
-26
/
+64
*
mt76: mt7615: fix mib stats counter reporting to mac80211
Lorenzo Bianconi
2021-04-12
1
-0
/
+6
*
mt76: mt7615: fix TSF configuration
Ryder Lee
2021-04-12
1
-2
/
+14
*
mt76: mt7615: add support for rx decapsulation offload
Ryder Lee
2021-04-12
1
-0
/
+17
*
mt76: mt7615: fix key set/delete issues
Felix Fietkau
2021-04-11
1
-7
/
+11
*
mt76: mt76_connac: move pm utility routines in mt76_connac_lib module
Lorenzo Bianconi
2021-01-29
1
-45
/
+17
*
mt76: mt76_connac: move pm data struct in mt76_connac.h
Lorenzo Bianconi
2021-01-29
1
-2
/
+2
*
mt76: mt76_connac: move WoW and suspend code in mt76_connac_mcu module
Lorenzo Bianconi
2021-01-29
1
-7
/
+9
*
mt76: mt76_connac: move hw_scan and sched_scan routine in mt76_connac_mcu module
Lorenzo Bianconi
2021-01-29
1
-5
/
+15
*
mt76: mt76_connac: create mcu library
Lorenzo Bianconi
2021-01-29
1
-12
/
+15
*
mt76: introduce mt76_vif data structure
Lorenzo Bianconi
2021-01-29
1
-19
/
+19
*
mt76: move vif_mask back from mt76_phy to mt76_dev
Felix Fietkau
2021-01-27
1
-3
/
+3
*
mt76: mt7615: mt7915: disable txpower sku when testmode enabled
Shayne Chen
2021-01-26
1
-1
/
+1
[next]