mac80211: fix rhashtable conversion
authorJohannes Berg <johannes.berg@intel.com>
Thu, 23 Apr 2015 12:02:30 +0000 (14:02 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 23 Apr 2015 14:40:40 +0000 (16:40 +0200)
commit60f4b626d5b5c5724b010200a8c2ff3169f6f4db
treefb4ac7171196117f229e235db3c0b20de099cb86
parent5eb8f4d74204864d8a4154772206ad747274d12d
mac80211: fix rhashtable conversion

My conversion of the mac80211 station hash table to rhashtable
completely broke the lookup in sta_info_get() as it no longer
took into account the virtual interface. Fix that.

Fixes: 7bedd0cfad4e1 ("mac80211: use rhashtable for station table")
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/sta_info.c