commit | 9dd6aed05b8859265cd79f1e47e4f844bbe1548b | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Mon Mar 31 19:22:59 2008 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Apr 01 17:14:09 2008 -0400 |
tree | 85950042a8fa65ffa8b49e60b3bbd1f6996e9469 | |
parent | a2e1d52a32eab53f8ab03c4023310f65aaa054a7 [diff] |
mac80211 ibss: flush only stations belonging to current interface 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>