mac80211: Use rhltable instead of rhashtable
[cascardo/linux.git] / net / mac80211 / ieee80211_i.h
index c71c735..e496dee 100644 (file)
@@ -1213,7 +1213,7 @@ struct ieee80211_local {
        spinlock_t tim_lock;
        unsigned long num_sta;
        struct list_head sta_list;
-       struct rhashtable sta_hash;
+       struct rhltable sta_hash;
        struct timer_list sta_cleanup;
        int sta_generation;