From: Wey-Yi Guy Date: Thu, 8 Dec 2011 23:52:00 +0000 (-0800) Subject: iwlwifi: do not set the sequence control bit is not needed X-Git-Tag: v3.2-rc7~12^2~2^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=123877b80ed62c3b897c53357b622574c023b642;p=pandora-kernel.git iwlwifi: do not set the sequence control bit is not needed Check the IEEE80211_TX_CTL_ASSIGN_SEQ flag from mac80211, then decide how to set the TX_CMD_FLG_SEQ_CTL_MSK bit. Setting the wrong bit in BAR frame whill make the firmware to increment the sequence number which is incorrect and cause unknown behavior. CC: stable@vger.kernel.org #3.0+ Signed-off-by: Wey-Yi Guy Signed-off-by: John W. Linville --- Reading git-diff-tree failed