cfg80211: make regulatory_request use wiphy_idx instead of wiphy
authorLuis R. Rodriguez <lrodriguez@atheros.com>
Sat, 21 Feb 2009 05:04:26 +0000 (00:04 -0500)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 27 Feb 2009 19:52:56 +0000 (14:52 -0500)
commit806a9e39670be4f1f861c346ec102a79e81b90c3
treea83d6c06a1be211722385fd60433849db3a08625
parent761cf7ecffc4bc079679e65c3b1ab107c1c1fb56
cfg80211: make regulatory_request use wiphy_idx instead of wiphy

We do this so later on we can move the pending requests onto a
workqueue. By using the wiphy_idx instead of the wiphy we can
later easily check if the wiphy has disappeared or not.

Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
include/net/cfg80211.h
net/wireless/core.c
net/wireless/core.h
net/wireless/reg.c