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
@@ -31,7 +31,7 @@ static ssize_t name ## _show(struct device *dev, \
|
||||
return sprintf(buf, fmt "\n", dev_to_rdev(dev)->member); \
|
||||
}
|
||||
|
||||
SHOW_FMT(index, "%d", idx);
|
||||
SHOW_FMT(index, "%d", wiphy_idx);
|
||||
SHOW_FMT(macaddress, "%pM", wiphy.perm_addr);
|
||||
|
||||
static struct device_attribute ieee80211_dev_attrs[] = {
|
||||
|
Reference in New Issue
Block a user