From: Jouni Malinen Date: Mon, 15 Aug 2005 02:08:45 +0000 (-0700) Subject: [PATCH] ieee80211: Fix frame control pver mask X-Git-Tag: v2.6.14-rc1~1017^2~14^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f241be74b803dcf9d70c9978292946370654320f;p=pandora-kernel.git [PATCH] ieee80211: Fix frame control pver mask IEEE 802.11 frame control has two bits reserved for protocol version. IEEE80211_FCTL_VERS was not used anywhere, but I would assume it was supposed to be a mask for the protocol field and as such, it should be 0x0003, not 0x0002. This matches with WLAN_FC_PVER definition in hostap. Signed-off-by: Jouni Malinen Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed