]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitcfdc1aae949924aa793861de51f6fe86f0ccfe5c
treeb03b8be829a8616e6c6c2678a8c590fee889a116
parentccf3617709e548a4ab2b9d741396fe8a433a86ac
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