cfg80211: allow setting station parameters in mesh
authorAndrey Yurovsky <andrey@cozybit.com>
Tue, 16 Jun 2009 23:09:37 +0000 (16:09 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 19 Jun 2009 15:50:24 +0000 (11:50 -0400)
commit9a5e8bbc8fece7851a2a69a8676a6fd0507bc550
treedd6b057fdc7ea1c7a83f18b2a47a1746d26d2a1b
parent155cc9e4b1d60161ee53ffaf2c15b9411f086fa7
cfg80211: allow setting station parameters in mesh

Mesh Point interfaces can also set parameters, for example plink_open is
used to manually establish peer links from user-space (currently via
iw).  Add Mesh Point to the check in nl80211_set_station.

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