]> pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
Added wait_state wakeup on scan completion.
authorJames Ketrenos <jketreno@linux.intel.com>
Thu, 25 Aug 2005 05:49:43 +0000 (00:49 -0500)
committerJames Ketrenos <jketreno@linux.intel.com>
Mon, 7 Nov 2005 23:51:09 +0000 (17:51 -0600)
Fixed copyright date in ipw2200.h

Signed-off-by: James Ketrenos <jketreno@linux.intel.com>
drivers/net/wireless/ipw2200.c
drivers/net/wireless/ipw2200.h

index 53a6bb2dbd4c687d1edd4813aff46333e32d733e..9ced5b778a7707d01fee3770713f31998dbe5883 100644 (file)
@@ -4450,6 +4450,7 @@ static inline void ipw_rx_notification(struct ipw_priv *priv,
                        priv->status &=
                            ~(STATUS_SCANNING | STATUS_SCAN_ABORTING);
 
+                       wake_up_interruptible(&priv->wait_state);
                        cancel_delayed_work(&priv->scan_check);
 
                        if (priv->status & STATUS_EXIT_PENDING)
index 255f0cb66f64ec9712ec5b7b3be3635794454cbe..f2056b62254e22fd9d58a683ffb0dd415f1c0466 100644 (file)
@@ -1,6 +1,6 @@
 /******************************************************************************
 
-  Copyright(c) 2003 - 2004 Intel Corporation. All rights reserved.
+  Copyright(c) 2003 - 2005 Intel Corporation. All rights reserved.
 
   This program is free software; you can redistribute it and/or modify it
   under the terms of version 2 of the GNU General Public License as