From: Jouni Malinen Date: Fri, 11 Jun 2010 17:27:33 +0000 (-0700) Subject: mac80211: Use a separate CCMP PN receive counter for management frames X-Git-Tag: v2.6.36-rc1~571^2~540^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9190252c952a33efa1ceff4ef35188f8a27b81cb;p=pandora-kernel.git mac80211: Use a separate CCMP PN receive counter for management frames When management frame protection (IEEE 802.11w) is used, we must use a separate counter for tracking received CCMP packet number for the management frames. The previously used NUM_RX_DATA_QUEUESth queue was shared with data frames when QoS was not used and that can cause problems in detecting replays incorrectly for robust management frames. Add a new counter just for robust management frames to avoid this issue. Signed-off-by: Jouni Malinen Signed-off-by: John W. Linville --- Reading git-diff-tree failed