cfg80211: rename cfg80211_registered_device's idx to wiphy_idx

Makes it clearer to read when comparing to ifidx

Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
Luis R. Rodriguez
2009-02-21 00:04:19 -05:00
committed by John W. Linville
parent 79f6440c52
commit b5850a7a4f
4 changed files with 22 additions and 21 deletions

View File

@@ -37,7 +37,7 @@ struct cfg80211_registered_device {
enum environment_cap env;
/* wiphy index, internal only */
int idx;
int wiphy_idx;
/* associate netdev list */
struct mutex devlist_mtx;