Johannes Berg wrote:
-    if (!local->hw->passive_scan) {
+    if (local->hw->passive_scan == NULL) {

Alright, this is icky. I'll make another pass and change it all to if (x) or if (!x) instead of comparing to NULL. Don't hold your breath though, earliest next weekend.

johannes
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to