From: Zhu Yi Date: Mon, 21 Aug 2006 03:39:03 +0000 (+0800) Subject: [PATCH] ipw2200: enable wireless extension passive scan X-Git-Tag: v2.6.19-rc1~1263^2~60^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=094c4d2df6c17a37d9e1b88601990ab660c00c3e;p=pandora-kernel.git [PATCH] ipw2200: enable wireless extension passive scan This patch enables the ipw2200 driver to support passive scanning as offered by the wireless extensions. For this, I enhanced the ipw_wx_set_scan function in such a way that it differentiates between a passive and an active scan request. Additionally, I added a new function called ipw_request_passive_scan that is similiar to the ipw_request_scan function to perform passive scans. Last but not least, I added a field (in fact it is a work_struct struct) called request_passive_scan to the ipw_priv struct. Signed-off-by: Thomas King Signed-off-by: Zhu Yi Signed-off-by: John W. Linville --- Reading git-diff-tree failed