diff options
Diffstat (limited to 'drivers/net/wireless/rt2x00/rt2x00mac.c')
-rw-r--r-- | drivers/net/wireless/rt2x00/rt2x00mac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/rt2x00/rt2x00mac.c b/drivers/net/wireless/rt2x00/rt2x00mac.c index c3c206a97d54..a7d3f4c3ee0d 100644 --- a/drivers/net/wireless/rt2x00/rt2x00mac.c +++ b/drivers/net/wireless/rt2x00/rt2x00mac.c | |||
@@ -274,7 +274,7 @@ int rt2x00mac_add_interface(struct ieee80211_hw *hw, | |||
274 | intf->beacon = entry; | 274 | intf->beacon = entry; |
275 | 275 | ||
276 | /* | 276 | /* |
277 | * The MAC adddress must be configured after the device | 277 | * The MAC address must be configured after the device |
278 | * has been initialized. Otherwise the device can reset | 278 | * has been initialized. Otherwise the device can reset |
279 | * the MAC registers. | 279 | * the MAC registers. |
280 | * The BSSID address must only be configured in AP mode, | 280 | * The BSSID address must only be configured in AP mode, |