From: Rick Farrington Date: Mon, 30 Jun 2008 09:23:28 +0000 (+0800) Subject: iwlwifi: fix incorrect monitor mode operation X-Git-Tag: v2.6.27-rc1~969^2~224^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25b3f57c1f4572d9b2d5671d60e99f26d2a7a26b;p=pandora-kernel.git iwlwifi: fix incorrect monitor mode operation This patch fixes monitor mode operation for iwlwifi. Problems addressed: 1. when monitor mode was enabled, multiple, overlapped calls were being made to 'iwl3945_bg_set_monitor' 2. when monitor mode was disabled (via the configure_filter callback), the driver was still enabling monitor mode 3. when monitor mode was enabled, the selected channel was not set (eg. 'iwconfig wlanx mode monitor channel n' DID NOT SET channel 'n' when packet capture was subsequently enabled) Signed-off-by: Rick Farrington Signed-off-by: Zhu Yi Signed-off-by: John W. Linville --- Reading git-diff-tree failed