nl80211: does not allow NEW_STATION and DEL_STATION for mesh
authorThadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Fri, 12 Feb 2010 14:34:50 +0000 (12:34 -0200)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 15 Feb 2010 21:12:52 +0000 (16:12 -0500)
As discussed in linux-wireless mailing list, adding and removing
stations for mesh topologies is not necessary. Since doing it triggers
bugs, the sugestion was to simply disable it.

Tested using a custom iw command "station new". Works only after using
hostapd. "station del" command also works.

Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Cc: Johannes Berg <johannes@sipsolutions.net>
Cc: Simon Raffeiner <sturmflut@lieberbiber.de>
Cc: Andrey Yurovsky <andrey@cozybit.com>
Cc: Javier Cardona <javier@cozybit.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found