iwlwifi regression in 20111205 merge
authorNikolay Martynov <mar.kolya@gmail.com>
Fri, 9 Dec 2011 02:43:39 +0000 (21:43 -0500)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 9 Dec 2011 19:58:01 +0000 (14:58 -0500)
commitb6a27d1e6b8e163dee054c9cd03639c62756c2e2
tree8b0025d27da4faa0ef4813cf0984ff8af0f4815c
parentcf00f379d82d170712150588accd2ebe316c2226
iwlwifi regression in 20111205 merge

  It looks like the regression was introduced between 20111202 and
20111205 (linux-next tree). Symptoms: connection to AP seem to be
established, but no data goes though it in any way. Tested on intel
5300.
  Peek at the changes have shown that it looks like at least part of
the code wasn't merged properly. It was originally committed into
iwl_agn.c but code in question was moved to iwl-mac80211.c.
  This patch puts code in place and my card works again.

Signed-off-by: Nikolay Martynov <mar.kolya@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/iwlwifi/iwl-mac80211.c