]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1807224aafee914399b841a5b64773be2cbb64d1
tree8b0025d27da4faa0ef4813cf0984ff8af0f4815c
parent2be1a3dfbbb84e4ab02dd29849921d7f37c115b2
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