nl80211: Add sta_flags to the station info
authorHelmut Schaa <helmut.schaa@googlemail.com>
Thu, 13 Oct 2011 14:30:39 +0000 (16:30 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 14 Oct 2011 18:48:23 +0000 (14:48 -0400)
commitbb6e753e95a968fab0e366caace78fb2c08cc239
tree23ae519a1a766cda1b6927fc0a230dfd0dbbe639
parent59b66255bc7804970098533ce7c9bf6967f35f62
nl80211: Add sta_flags to the station info

Reuse the already existing struct nl80211_sta_flag_update to specify
both, a flag mask and the flag set itself. This means
nl80211_sta_flag_update is now used for setting station flags and also
for getting station flags.

Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
include/linux/nl80211.h
include/net/cfg80211.h
net/wireless/nl80211.c