Linux wireless drivers development
 help / color / mirror / Atom feed
* mlo rx nss value 0 of wifi
@ 2022-09-13  4:37 Wen Gong
  2022-09-28 15:15 ` Wen Gong
  2022-10-17  7:10 ` wifi: mac80211: " Wen Gong
  0 siblings, 2 replies; 10+ messages in thread
From: Wen Gong @ 2022-09-13  4:37 UTC (permalink / raw)
  To: Johannes Berg, linux-wireless; +Cc: ath11k

Hi Johannes,

Currently for MLO test, the others links's rx_nss of struct
ieee80211_link_sta is still value 0 in ieee80211_set_associated(),
becaue they are not pass into ieee80211_sta_set_rx_nss() in
mac80211 except the deflink which means the primary link in
rate_control_rate_init(). This lead driver get nss = 0 for
other links. Will you fix it or is it design by default?

Only primary link has valid rx_nss value which is not 0 by below call stack.
ieee80211_assoc_success()
     ->rate_control_rate_init(sta);
         ->ieee80211_sta_set_rx_nss(&sta->deflink);

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-10-18  8:46 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-13  4:37 mlo rx nss value 0 of wifi Wen Gong
2022-09-28 15:15 ` Wen Gong
2022-10-17  7:10 ` wifi: mac80211: " Wen Gong
2022-10-17  7:48   ` Johannes Berg
2022-10-17  7:49     ` Johannes Berg
2022-10-17  8:00       ` Wen Gong
2022-10-17  8:02         ` Johannes Berg
2022-10-17  8:12           ` Wen Gong
2022-10-17  8:14             ` Johannes Berg
2022-10-18  8:45               ` Wen Gong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox