iwlwifi: remove false rxon if rx chain changes
authorMohamed Abbas <mohamed.abbas@intel.com>
Wed, 3 Sep 2008 03:18:44 +0000 (11:18 +0800)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 3 Sep 2008 19:10:36 +0000 (15:10 -0400)
commit545597036caefd4b438731abaca902efe004b1b4
treea9f8560e029ff56bc59c7d9a9d670d7ef92b9d1e
parent0ffe014a8c548f88694815ae7b25d6e86550917e
iwlwifi: remove false rxon if rx chain changes

Rx chain might change during power save transitions but it doesn't
require sending Full-ROXN command to the firmware. Full-RXON requires
reconnection to an AP and thus affects user experience. The patch
avoids the Full-RXON by removing the rx_chain modification check in
iwl_full_rxon_required function.

Signed-off-by: Mohamed Abbas <mohamed.abbas@intel.com
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Zhu Yi <yi.zhu@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/iwlwifi/iwl-agn.c