index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
realtek
/
rtw89
/
chan.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-29
wifi: rtw89: tweak setting of channel and TX power for MLO
Zong-Zhe Yang
1
-2
/
+78
2024-10-29
wifi: rtw89: chan: manage active interfaces
Zong-Zhe Yang
1
-11
/
+94
2024-09-24
wifi: rtw89: tweak driver architecture for impending MLO support
Zong-Zhe Yang
1
-19
/
+58
2024-09-24
wifi: rtw89: read bss_conf corresponding to the link
Zong-Zhe Yang
1
-4
/
+18
2024-09-24
wifi: rtw89: rename rtw89_sta to rtw89_sta_link ahead for MLO
Zong-Zhe Yang
1
-3
/
+3
2024-09-24
wifi: rtw89: rename rtw89_vif to rtw89_vif_link ahead for MLO
Zong-Zhe Yang
1
-81
/
+81
2024-08-27
wifi: rtw89: rename roc_entity_idx to roc_chanctx_idx
Zong-Zhe Yang
1
-6
/
+6
2024-08-02
wifi: rtw89: rename sub_entity to chanctx
Zong-Zhe Yang
1
-56
/
+56
2024-08-02
wifi: rtw89: mcc: stop at a role holding chanctx
Zong-Zhe Yang
1
-3
/
+34
2024-08-02
wifi: rtw89: chan: refine MCC re-plan flow when unassign chanctx
Zong-Zhe Yang
1
-12
/
+25
2024-07-05
wifi: rtw89: unify the selection logic of RFK table when MCC
Zong-Zhe Yang
1
-0
/
+22
2024-06-03
wifi: rtw89: chan: Use swap() in rtw89_swap_sub_entity()
Jiapeng Chong
1
-4
/
+1
2024-02-15
wifi: rtw89: chan: support MCC on Wi-Fi 7 chips
Zong-Zhe Yang
1
-27
/
+413
2024-02-12
wifi: rtw89: chan: MCC take reconfig into account
Zong-Zhe Yang
1
-0
/
+13
2024-02-12
wifi: rtw89: chan: move handling from add/remove to assign/unassign for MLO
Zong-Zhe Yang
1
-32
/
+43
2024-02-12
wifi: rtw89: chan: tweak weight recalc ahead before MLO
Zong-Zhe Yang
1
-5
/
+46
2024-02-12
wifi: rtw89: chan: tweak bitmap recalc ahead before MLO
Zong-Zhe Yang
1
-5
/
+6
2024-02-12
wifi: rtw89: chan: add sub-entity swap function to cover replacing
Zong-Zhe Yang
1
-11
/
+36
2024-02-12
wifi: rtw89: drop TIMING_BEACON_ONLY and sync beacon TSF by self
Zong-Zhe Yang
1
-8
/
+1
2024-01-12
wifi: rtw89: add chip_ops::update_beacon to abstract update beacon operation
Ping-Ke Shih
1
-1
/
+1
2023-09-28
wifi: rtw89: pause/proceed MCC for ROC and HW scan
Zong-Zhe Yang
1
-0
/
+70
2023-09-28
wifi: rtw89: mcc: fix NoA start time when GO is auxiliary
Zong-Zhe Yang
1
-0
/
+4
2023-09-22
wifi: rtw89: add subband index of primary channel to struct rtw89_chan
Ping-Ke Shih
1
-0
/
+15
2023-09-18
wifi: rtw89: mcc: deal with beacon NoA if GO exists
Zong-Zhe Yang
1
-1
/
+92
2023-09-18
wifi: rtw89: mcc: deal with BT slot change
Zong-Zhe Yang
1
-1
/
+4
2023-09-18
wifi: rtw89: mcc: deal with P2P PS change
Zong-Zhe Yang
1
-1
/
+24
2023-09-18
wifi: rtw89: mcc: track beacon offset and update when needed
Zong-Zhe Yang
1
-2
/
+143
2023-09-18
wifi: rtw89: mcc: update role bitmap when changed
Zong-Zhe Yang
1
-1
/
+73
2023-09-07
wifi: rtw89: mcc: trigger FW to start/stop MCC
Zong-Zhe Yang
1
-0
/
+173
2023-09-07
wifi: rtw89: mcc: decide pattern and calculate parameters
Zong-Zhe Yang
1
-0
/
+233
2023-09-07
wifi: rtw89: mcc: consider and determine BT duration
Zong-Zhe Yang
1
-0
/
+169
2023-09-07
wifi: rtw89: mcc: fill fundamental configurations
Zong-Zhe Yang
1
-0
/
+167
2023-09-07
wifi: rtw89: mcc: initialize start flow
Zong-Zhe Yang
1
-0
/
+413
2023-08-25
wifi: rtw89: initialize multi-channel handling
Zong-Zhe Yang
1
-0
/
+124
2023-04-14
wifi: rtw89: add ieee80211::remain_on_channel ops
Po-Hao Huang
1
-0
/
+35
2022-12-01
wifi: rtw89: link rtw89_vif and chanctx stuffs
Zong-Zhe Yang
1
-4
/
+36
2022-09-02
wifi: rtw89: declare support for mac80211 chanctx ops by chip
Zong-Zhe Yang
1
-1
/
+2
2022-09-02
wifi: rtw89: add skeleton of mac80211 chanctx ops support
Zong-Zhe Yang
1
-0
/
+53
2022-09-02
wifi: rtw89: introduce entity mode and its recalculated prototype
Zong-Zhe Yang
1
-0
/
+25
2022-09-02
wifi: rtw89: initialize entity and configure default chandef
Zong-Zhe Yang
1
-0
/
+16
2022-09-02
wifi: rtw89: concentrate chandef setting to stack callback
Zong-Zhe Yang
1
-0
/
+20
2022-09-02
wifi: rtw89: create rtw89_chan centrally to avoid breakage
Zong-Zhe Yang
1
-0
/
+98
2022-09-02
wifi: rtw89: re-arrange channel related stuffs under HAL
Zong-Zhe Yang
1
-0
/
+22