mac80211 ibss: flush only stations belonging to current interface
authorJohannes Berg <johannes@sipsolutions.net>
Mon, 31 Mar 2008 17:22:59 +0000 (19:22 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 1 Apr 2008 21:14:09 +0000 (17:14 -0400)
When joining a new IBSS, all old stations are flushed, but currently
all stations belonging to all virtual interfaces are flushed, which
is wrong. This patch fixes it.

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

No differences found