CreatorDev / openwrt

Linux distribution for embedded devices
https://openwrt.org
GNU General Public License v2.0
3 stars 15 forks source link

hostapd: fix reload frequency change patch #300

Closed abhilashtuse closed 7 years ago

abhilashtuse commented 7 years ago

Without this change ap+sta does not work. It updates current_mode structure based on configured hw_mode received from wpa_supplicant. Also prepare rates table after frequency selection.

Signed-off-by: Abhilash Tuse Abhilash.Tuse@imgtec.com

Ham22 commented 7 years ago

This is a fix the previous patch 340 right, perhaps just best to fix it directly in the original patch? I'm not too familiar with this issue but seems like this is generic enough that you could upstream this and get their comments on it?

Or is there something us specific here?

abhilashtuse commented 7 years ago

Yes. It fixes patch 340.