From: Johannes Berg Date: Wed, 4 Nov 2009 13:42:28 +0000 (+0100) Subject: mac80211: make ieee80211_find_sta per virtual interface X-Git-Tag: v2.6.33-rc1~388^2~449^2~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ed176e1c425f9bd1af161d66d348f6116a04fc6;p=pandora-kernel.git mac80211: make ieee80211_find_sta per virtual interface Since we have a TODO item to make all station management dependent on virtual interfaces, I figured I'd start with pushing such a change to drivers before more drivers start using the ieee80211_find_sta() API with a hw pointer and cause us grief later on. For now continue exporting the old API in form of ieee80211_find_sta_by_hw(), but discourage its use strongly. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed