]> git.baikalelectronics.ru Git - kernel.git/commit
iwlagn: disable PS support for iwlagn
authorReinette Chatre <reinette.chatre@intel.com>
Thu, 30 Apr 2009 20:56:27 +0000 (13:56 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 6 May 2009 19:14:59 +0000 (15:14 -0400)
commit0a32ca5585ea2d197a8f580ebcf00d47345e9bf2
tree68b948ccd940ae4f255a5347676fe4064dfa07bc
parent1d93dcb6e4dc1d88fc94fca2ba947b5d5c1124df
iwlagn: disable PS support for iwlagn

Some issues in PS prevent us from supporting it reliably.

When 4965 goes to sleep it stores some data in host DRAM, reads it back
when device wakes up. In 4965 there is a problem that the data is not
correct when ucode starts using it upon wakeup.

For all iwlagn devices there is a problem where command is sent when PS is
enabled. At the moment there is a locking problem with priv->lock not being
held and thus not requesting nic access correctly.

We disable PS until these issues have been resolved.

Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Signed-off-by: Mohamed Abbas <mohamed.abbas@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/iwlwifi/iwl-core.c