Re: [PATCH] mac80211: allow lowest basic rate for unicast management frame in mesh
From: Yeoh Chun-Yeow <hidden>
Date: 2013-08-02 05:14:46
From: Yeoh Chun-Yeow <hidden>
Date: 2013-08-02 05:14:46
That doesn't seem like a good idea - IMHO you shouldn't use container_of on NULL even if it still works in the end. Also it might be a good idea to use more regular names: struct ieee80211_sta *pubsta, struct sta_info *sta.
Ok.
I don't get this - that just duplicates the code above, no chance to refactor it a bit instead of duplicating the call?
I will take a look on this first. --- Chun-Yeow