On 1/26/24 14:48, Johannes Berg wrote:
On Thu, 2024-01-25 at 18:34 +0530, Aditya Kumar Singh wrote:
Currently, during channel switch, no link id information is passed
due to which channel switch is carried on deflink always.
I guess I already know what you mean, but ... that's really hard to
parse, can you rewrite it?
Sure, let me rephrase it.
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -1531,6 +1531,8 @@ struct cfg80211_ap_update {
* @punct_bitmap: Preamble puncturing bitmap. Each bit represents
* a 20 MHz channel, lowest bit corresponding to the lowest channel.
* Bit set to 1 indicates that the channel is punctured.
+ * @link_id: defines the link on which channel switch is expected during
+ * MLO. 0 is case of non-MLO.
please use a tab
Oh, checkpatch did not warn me. Let me take a look still. Thanks for
pointing it out.