[PATCH v2 0/2] wifi: ath12k: Introduce hw abstraction
Karthikeyan Periyasamy
quic_periyasa at quicinc.com
Thu Jan 11 18:42:12 PST 2024
To support multi link operation (MLO), need to move from the multi wiphy
model to a single wiphy model. However, the single wiphy model allows
multiple link/radio to be exposed by the same mac80211 hw. So introduce
a new container (ath12k_hw) structure. This approach improves scalability
for future multi link operation support.
v2:
- Rebased on pending branch as per jeff comments
Note: Raised on top of pending branch
Karthikeyan Periyasamy (2):
wifi: ath12k: Refactor the mac80211 hw access from link/radio
wifi: ath12k: Introduce the container for mac80211 hw
drivers/net/wireless/ath/ath12k/core.c | 108 +++--
drivers/net/wireless/ath/ath12k/core.h | 47 ++-
drivers/net/wireless/ath/ath12k/dp_mon.c | 4 +-
drivers/net/wireless/ath/ath12k/dp_rx.c | 6 +-
drivers/net/wireless/ath/ath12k/dp_tx.c | 6 +-
drivers/net/wireless/ath/ath12k/mac.c | 480 +++++++++++++++++------
drivers/net/wireless/ath/ath12k/mac.h | 14 +-
drivers/net/wireless/ath/ath12k/reg.c | 9 +-
drivers/net/wireless/ath/ath12k/wmi.c | 17 +-
9 files changed, 510 insertions(+), 181 deletions(-)
base-commit: a34e613ed3e02337577b26e308067fb6c4700586
--
2.34.1
More information about the ath12k
mailing list