mac80211: gracefully handle preexisting VIF
authorJo-Philipp Wich <jo@mein.io>
Sun, 14 May 2017 17:47:07 +0000 (19:47 +0200)
committerJo-Philipp Wich <jo@mein.io>
Sun, 14 May 2017 19:43:11 +0000 (21:43 +0200)
commit4a033475453b63d0d5ae41489e7c395882567698
tree0c21ffdbf099f3ce4df9fcd29c2c25a37b1c11af
parent37e7a1734ff4fe8777ff24345dbd6135c188c61a
mac80211: gracefully handle preexisting VIF

Gracefully handle cases where the to-be-created wireless interface already
exists on the system which might commonly happen with non-multi-SSID capable
wireless drivers.

This fixes commit 8301e613655c2d95fa5430a1a57d92d966fdc70b which caused
previously ignored "Too many open files in system (-23)" errors to fail the
wireless setup procedure.

With the updated approach we'll still try recreating the vif after one
second if the first attempt to do so failed with ENFILE but we will now
consider the operation successfull if a second attempt still yields ENFILE
with the requested ifname already existing on the system.

Fixes FS#664, FS#704.

Suggested-by: Vittorio Gambaletta <openwrt@vittgam.net>
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh