cfg80211: allow adding/deleting stations on mesh
authorAndrey Yurovsky <andrey@cozybit.com>
Tue, 16 Jun 2009 18:31:04 +0000 (11:31 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 19 Jun 2009 15:50:23 +0000 (11:50 -0400)
commit155cc9e4b1d60161ee53ffaf2c15b9411f086fa7
treee1e2addf6e30169f609454b6dca6c238798f02f8
parenteab0cd493c08632ef10624d0169849c973951c66
cfg80211: allow adding/deleting stations on mesh

Commit b2a151a288 added a check that prevents adding or deleting
stations on non-AP interfaces.  Adding and deleting stations is
supported for Mesh Point interfaces, so add Mesh Point to that check as
well.

Signed-off-by: Andrey Yurovsky <andrey@cozybit.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/wireless/nl80211.c