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:

committed by
John W. Linville

parent
79f6440c52
commit
b5850a7a4f
@@ -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;
|
||||
|
Reference in New Issue
Block a user