mac80211: check DSSS params IE length in parser
authorJohannes Berg <johannes.berg@intel.com>
Wed, 27 Mar 2013 13:30:12 +0000 (14:30 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 8 Apr 2013 07:16:56 +0000 (09:16 +0200)
commit1cd8e88e17729f57a9c7f751103e522596bb5de2
treec20e4a7bed65480cea84f6a38bb4d0d44dd115f0
parenta6dfba841c4d38312115dc6b08d86cc496af7e88
mac80211: check DSSS params IE length in parser

It's always just one byte, so check for that and
remove the length field from the parser struct.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/ibss.c
net/mac80211/ieee80211_i.h
net/mac80211/mesh.c
net/mac80211/mlme.c
net/mac80211/util.c