cfg80211: add feature to hold bss
[pandora-kernel.git] / net / wireless / core.h
index 6acd483..97a6fd8 100644 (file)
@@ -90,6 +90,8 @@ struct cfg80211_internal_bss {
        struct rb_node rbn;
        unsigned long ts;
        struct kref ref;
+       bool hold;
+
        /* must be last because of priv member */
        struct cfg80211_bss pub;
 };