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
/
mt76x02_util.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
wifi: mt76: ignore key disable commands
Felix Fietkau
2023-04-03
1
-9
/
+9
*
wifi: mt76: move leds struct in mt76_phy
Lorenzo Bianconi
2022-12-09
1
-16
/
+15
*
wifi: mt76: move leds field in leds struct
Lorenzo Bianconi
2022-12-09
1
-10
/
+10
*
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
*
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
/
+3
*
mt76: move sar_capa configuration in common code
Lorenzo Bianconi
2021-12-19
1
-7
/
+0
*
mt76: mt76x02: introduce SAR support
Lorenzo Bianconi
2021-12-19
1
-1
/
+10
*
mt76: introduce packet_id idr
Lorenzo Bianconi
2021-10-20
1
-0
/
+3
*
mt76: move mt76_rates in mt76 module
Lorenzo Bianconi
2021-06-19
1
-11
/
+5
*
mt76: mt76x0: disable GTK offloading
David Bauer
2021-04-11
1
-0
/
+4
*
mt76: move vif_mask back from mt76_phy to mt76_dev
Felix Fietkau
2021-01-27
1
-4
/
+4
*
mt76: move chainmask in mt76_phy
Lorenzo Bianconi
2021-01-26
1
-2
/
+2
*
mt76: move mac_work in mt76_core module
Lorenzo Bianconi
2021-01-26
1
-1
/
+1
*
mt76: move hw mac_addr in mt76_phy
Lorenzo Bianconi
2020-12-04
1
-4
/
+4
*
mt76: move tx hw data queues in mt76_phy
Lorenzo Bianconi
2020-12-04
1
-2
/
+2
*
mt76: do not set NEEDS_UNIQUE_STA_ADDR for 7615 and 7915
Felix Fietkau
2020-12-04
1
-0
/
+1
*
mt76: remove retry_q from struct mt76_txq and related code
Felix Fietkau
2020-09-24
1
-3
/
+0
*
mt76: remove struct mt76_sw_queue
Felix Fietkau
2020-09-24
1
-1
/
+1
*
mt76: vif_mask to struct mt76_phy
Felix Fietkau
2020-07-21
1
-4
/
+4
*
mt76: fix per-driver wcid range checks after wcid array size bump
Felix Fietkau
2020-05-28
1
-1
/
+1
*
mt76: enable p2p support
Lorenzo Bianconi
2020-05-13
1
-0
/
+4
*
mt76: do not set HOST_BROADCAST_PS_BUFFERING for mt7615
Felix Fietkau
2020-02-14
1
-0
/
+1
*
mt76: move WIPHY_FLAG_HAS_CHANNEL_SWITCH in mt76_phy_init
Lorenzo Bianconi
2020-02-14
1
-1
/
+0
*
mt76: mt76x02: simplify led reg definitions
Lorenzo Bianconi
2020-02-14
1
-3
/
+3
*
mt76: mt76x02: add channel switch support for usb interfaces
Markus Theil
2020-02-14
1
-1
/
+1
*
mt76: mt76x02: add check for invalid vif idx
Markus Theil
2020-02-14
1
-1
/
+3
*
mt76: mt76x02: fix coverage_class type
Lorenzo Bianconi
2020-02-14
1
-1
/
+1
*
mt76: move txpower and antenna mask to struct mt76_phy
Felix Fietkau
2020-02-14
1
-2
/
+2
*
mt76: move chainmask back to driver specific structs
Felix Fietkau
2020-02-14
1
-2
/
+2
*
mt76: move state from struct mt76_dev to mt76_phy
Felix Fietkau
2020-02-14
1
-1
/
+1
*
mt76: move channel state to struct mt76_phy
Felix Fietkau
2020-02-14
1
-2
/
+2
*
mt76: fix fix ampdu locking
Markus Theil
2019-11-21
1
-2
/
+4
*
mt76: move interface_modes definition in mt76_core module
Lorenzo Bianconi
2019-11-20
1
-8
/
+0
*
mt76: move SUPPORTS_REORDERING_BUFFER hw property in mt76_register_device
Lorenzo Bianconi
2019-11-20
1
-1
/
+0
*
mt76: use mt76_dev in mt76_is_{mmio,usb}
Lorenzo Bianconi
2019-11-20
1
-3
/
+3
*
mt76: add missing locking around ampdu action
Felix Fietkau
2019-11-20
1
-0
/
+2
*
mt76: mt76x02: track approximate tx airtime for airtime fairness and survey
Felix Fietkau
2019-11-20
1
-0
/
+1
*
mac80211: simplify TX aggregation start
Johannes Berg
2019-10-04
1
-2
/
+1
*
mt76: do not send BAR frame on tx aggregation flush stop
Felix Fietkau
2019-09-05
1
-1
/
+0
*
mt76: add default implementation for mt76_sw_scan/mt76_sw_scan_complete
Lorenzo Bianconi
2019-09-05
1
-9
/
+0
*
mt76: mt76x02u: enable multi-vif support
Lorenzo Bianconi
2019-09-05
1
-0
/
+26
*
mt76: switch to SPDX tag instead of verbose boilerplate text
Ryder Lee
2019-09-05
1
-12
/
+1
*
mt76: mt76x02: fix some checkpatch warnings
Ryder Lee
2019-09-05
1
-10
/
+10
*
mt76: mt76x02: use params->ssn value directly
Stanislaw Gruszka
2019-09-05
1
-3
/
+3
*
mt76: do not enable/disable pre_tbtt_tasklet in scan_start/scan_complete
Lorenzo Bianconi
2019-05-01
1
-5
/
+0
*
mt76: move pre_tbtt_tasklet in mt76_dev
Lorenzo Bianconi
2019-05-01
1
-2
/
+2
*
mt76: move beacon_int in mt76_dev
Lorenzo Bianconi
2019-05-01
1
-1
/
+1
*
mt76: use macro for sn and seq_ctrl conversion
Ryder Lee
2019-05-01
1
-1
/
+1
[next]