]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/net/cfg80211.h
cfg80211: separate internal SME implementation
[karo-tx-linux.git] / include / net / cfg80211.h
index 195330d4ef34df814c12c276660ed27bbb871e8d..5b208064f1bd9a2d1470d3b22f82e3fc92cfa78d 100644 (file)
@@ -2898,11 +2898,6 @@ struct wireless_dev {
        /* currently used for IBSS and SME - might be rearranged later */
        u8 ssid[IEEE80211_MAX_SSID_LEN];
        u8 ssid_len, mesh_id_len, mesh_id_up_len;
-       enum {
-               CFG80211_SME_IDLE,
-               CFG80211_SME_CONNECTING,
-               CFG80211_SME_CONNECTED,
-       } sme_state;
        struct cfg80211_conn *conn;
        struct cfg80211_cached_keys *connect_keys;