commit | 60f4b626d5b5c5724b010200a8c2ff3169f6f4db | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Thu Apr 23 14:02:30 2015 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Thu Apr 23 16:40:40 2015 +0200 |
tree | fb4ac7171196117f229e235db3c0b20de099cb86 | |
parent | 5eb8f4d74204864d8a4154772206ad747274d12d [diff] |
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>