Re: [PATCH] mac80211: Use macro instead of number

2016-06-28 Thread Johannes Berg
On Wed, 2016-06-22 at 20:23 +0900, Masashi Honma wrote: > Use IEEE80211_MIN_ACTION_SIZE macro for robust management frame > check. > Applied. johannes -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majord...@vger.kernel.org More majordomo

[PATCH] mac80211: Use macro instead of number

2016-06-22 Thread Masashi Honma
Use IEEE80211_MIN_ACTION_SIZE macro for robust management frame check. Signed-off-by: Masashi Honma --- include/linux/ieee80211.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/ieee80211.h b/include/linux/ieee80211.h index 7c0771a..8326a91 100644 --- a/include/