openwrt/package/kernel/mac80211/files
Leon M. George 8f95220bcb mac80211: fix use of local variable
mac80211_get_addr is called from mac80211_generate_mac, where the local variable
initialisation id="${macidx:-0}" suggests that macidx is not always defined.
Probably, idx was supposed to be used instead of $(($macidx + 1)).

Fixes: 4d99db168c ("mac80211: try to get interface addresses from wiphy sysfs 'addresses' if no mask is set")

Signed-off-by: Leon M. George <leon@georgemail.eu>
2020-06-24 01:21:24 +02:00
..
lib mac80211: fix use of local variable 2020-06-24 01:21:24 +02:00
mac80211.hotplug base-files, mac80211, broadcom-wl: wifi detection and configuration 2016-11-03 11:08:01 +01:00