diff options
author | 2009-05-24 16:42:30 +0200 | |
---|---|---|
committer | 2009-06-03 14:05:10 -0400 | |
commit | 51b50fbeb574f581c0b112e035541f42fa3e604a (patch) | |
tree | 2e2b75a4863b7d9d9b8bcdd3cf56be66414d83bb /net/wireless/util.c | |
parent | rt2x00: Remove last usage of beacon_int from ieee80211_config (diff) | |
download | wireguard-linux-51b50fbeb574f581c0b112e035541f42fa3e604a.tar.xz wireguard-linux-51b50fbeb574f581c0b112e035541f42fa3e604a.zip |
cfg80211: validate AID of stations being added
We have some validation code in mac80211 but said code will
force an invalid AID to 0 which isn't a valid AID either;
instead require a valid AID (1-2007) to be passed in from
userspace in cfg80211 already. Also move the code before
the race comment since it can only be executed during STA
addition and thus is not racy.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/wireless/util.c')
0 files changed, 0 insertions, 0 deletions