Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
This commit is contained in:
@@ -3464,7 +3464,7 @@ static int nl80211_trigger_scan(struct sk_buff *skb, struct genl_info *info)
|
||||
tmp) {
|
||||
enum ieee80211_band band = nla_type(attr);
|
||||
|
||||
if (band < 0 || band > IEEE80211_NUM_BANDS) {
|
||||
if (band < 0 || band >= IEEE80211_NUM_BANDS) {
|
||||
err = -EINVAL;
|
||||
goto out_free;
|
||||
}
|
||||
|
Reference in New Issue
Block a user