diff options
Diffstat (limited to 'net/wireless/core.c')
-rw-r--r-- | net/wireless/core.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/wireless/core.c b/net/wireless/core.c index 72825afe2bf6..39e3d10fccde 100644 --- a/net/wireless/core.c +++ b/net/wireless/core.c | |||
@@ -236,8 +236,7 @@ struct wiphy *wiphy_new(struct cfg80211_ops *ops, int sizeof_priv) | |||
236 | mutex_unlock(&cfg80211_drv_mutex); | 236 | mutex_unlock(&cfg80211_drv_mutex); |
237 | 237 | ||
238 | /* give it a proper name */ | 238 | /* give it a proper name */ |
239 | snprintf(drv->wiphy.dev.bus_id, BUS_ID_SIZE, | 239 | dev_set_name(&drv->wiphy.dev, PHY_NAME "%d", drv->idx); |
240 | PHY_NAME "%d", drv->idx); | ||
241 | 240 | ||
242 | mutex_init(&drv->mtx); | 241 | mutex_init(&drv->mtx); |
243 | mutex_init(&drv->devlist_mtx); | 242 | mutex_init(&drv->devlist_mtx); |