mac80211: make ieee80211_find_sta per virtual interface
authorJohannes Berg <johannes@sipsolutions.net>
Wed, 4 Nov 2009 13:42:28 +0000 (14:42 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 4 Nov 2009 23:44:48 +0000 (18:44 -0500)
commit5ed176e1c425f9bd1af161d66d348f6116a04fc6
treeb03b8be829a8616e6c6c2678a8c590fee889a116
parent7fdad987d63f02c8fba30276ba395ac8dc93b719
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 <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/recv.c
drivers/net/wireless/ath/ath9k/xmit.c
drivers/net/wireless/iwlwifi/iwl-3945-rs.c
drivers/net/wireless/iwlwifi/iwl-core.c
drivers/net/wireless/iwlwifi/iwl-sta.c
include/net/mac80211.h
net/mac80211/sta_info.c