On 06.07.22 11:09, Lian Chen wrote:
I think it might make more sense to set IEEE80211_TX_CTL_USE_MINRATE in the mac80211 function ieee80211_send_4addr_nullfunc().From: "lian.chen" <lian.chen@xxxxxxxxxxxx> WDS function need address4 package to trigger the AP create wlan0.sta. while the address4 null frame is sent at a high rate. the AP can not receive it. so, using fixed rate to trigger WDS flow. Signed-off-by: lian.chen <lian.chen@xxxxxxxxxxxx>
- Felix