Loading net/wireless/nl80211.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; } Loading Loading
net/wireless/nl80211.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; } Loading