]> 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)
commit6d819bde930c635db1a20dc46b8ff80aa49b2ade
tree8b0025d27da4faa0ef4813cf0984ff8af0f4815c
parent1e14ec16a470c489df7c41a70ce404845604d09b
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