From: Johannes Berg Date: Thu, 23 Apr 2015 12:02:30 +0000 (+0200) Subject: mac80211: fix rhashtable conversion X-Git-Tag: omap-for-v4.2/soc-pt1-take2~27^2~32^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60f4b626d5b5c5724b010200a8c2ff3169f6f4db;p=pandora-kernel.git 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 --- Reading git-diff-tree failed