mac80211: insert WDS peer after adding interface
authorJohannes Berg <johannes@sipsolutions.net>
Thu, 24 Apr 2008 12:18:37 +0000 (14:18 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 1 May 2008 00:34:26 +0000 (20:34 -0400)
commit636c5d488bc0b349e01cf5bfbf85588134af70a0
treec1d823f345b1b6f23cd93a3c1eb6eef0ae04ae30
parente94e106831403d5028e7bb73c3163951134de1ba
mac80211: insert WDS peer after adding interface

This reorders the open code so that WDS peer STA info entries
are added after the corresponding interface is added to the
driver so that driver callbacks aren't invoked out of order.
Also make any master device startup fatal.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/main.c