Johannes Berg d8ca16db6b mac80211: add length check in ieee80211_is_robust_mgmt_frame()
A few places weren't checking that the frame passed to the
function actually has enough data even though the function
clearly documents it must have a payload byte. Make this
safer by changing the function to take an skb and checking
the length inside. The old version is preserved for now as
the rtl* drivers use it and don't have a correct skb.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2014-02-04 21:58:07 +01:00
..
2013-12-05 14:55:07 -05:00
2014-01-03 15:36:59 -05:00
2012-01-24 14:08:37 -05:00
2013-12-05 14:54:51 -05:00
2013-01-14 11:32:44 +01:00
2013-12-05 14:55:05 -05:00