This reverts commit d9070af7d48985324c1896a4758230c2bfe59f3c. Thomas requested this in 20120820181837.GA4695@pista as Johannes pointed out that cfg80211 already checks this. --- drivers/net/wireless/ath/ath6kl/cfg80211.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/drivers/net/wireless/ath/ath6kl/cfg80211.c b/drivers/net/wireless/ath/ath6kl/cfg80211.c index fb20ff6..f5300c3 100644 --- a/drivers/net/wireless/ath/ath6kl/cfg80211.c +++ b/drivers/net/wireless/ath/ath6kl/cfg80211.c @@ -1876,9 +1876,6 @@ static int ath6kl_wow_usr(struct ath6kl *ar, struct ath6kl_vif *vif, /* Configure the patterns that we received from the user. */ for (i = 0; i < wow->n_patterns; i++) { - if (wow->patterns[i].pattern_len > WOW_MASK_SIZE) - return -EINVAL; - /* * Convert given nl80211 specific mask value to equivalent * driver specific mask value and send it to the chip along -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html