commit | 123877b80ed62c3b897c53357b622574c023b642 | [log] [tgz] |
---|---|---|
author | Wey-Yi Guy <wey-yi.w.guy@intel.com> | Thu Dec 08 15:52:00 2011 -0800 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Dec 12 14:23:27 2011 -0500 |
tree | 61104e080b0211de41e6e7741f16d5bbab05b3a4 | |
parent | 329456d1ffb416c220813725b7363cda9975c9aa [diff] |
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 <wey-yi.w.guy@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>