diff options
Diffstat (limited to 'drivers/net/wimax/i2400m')
-rw-r--r-- | drivers/net/wimax/i2400m/driver.c | 2 | ||||
-rw-r--r-- | drivers/net/wimax/i2400m/i2400m.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wimax/i2400m/driver.c b/drivers/net/wimax/i2400m/driver.c index cdedab46ba21..bcb483fdc4d9 100644 --- a/drivers/net/wimax/i2400m/driver.c +++ b/drivers/net/wimax/i2400m/driver.c | |||
@@ -280,7 +280,7 @@ int i2400m_check_mac_addr(struct i2400m *i2400m) | |||
280 | result); | 280 | result); |
281 | goto error; | 281 | goto error; |
282 | } | 282 | } |
283 | /* Extract MAC addresss */ | 283 | /* Extract MAC address */ |
284 | ddi = (void *) skb->data; | 284 | ddi = (void *) skb->data; |
285 | BUILD_BUG_ON(ETH_ALEN != sizeof(ddi->mac_address)); | 285 | BUILD_BUG_ON(ETH_ALEN != sizeof(ddi->mac_address)); |
286 | d_printf(2, dev, "GET DEVICE INFO: mac addr %pM\n", | 286 | d_printf(2, dev, "GET DEVICE INFO: mac addr %pM\n", |
diff --git a/drivers/net/wimax/i2400m/i2400m.h b/drivers/net/wimax/i2400m/i2400m.h index 59ac7705e76e..8cde3a52d225 100644 --- a/drivers/net/wimax/i2400m/i2400m.h +++ b/drivers/net/wimax/i2400m/i2400m.h | |||
@@ -698,7 +698,7 @@ enum i2400m_bm_cmd_flags { | |||
698 | * @I2400M_BRI_MAC_REINIT: We need to reinitialize the boot | 698 | * @I2400M_BRI_MAC_REINIT: We need to reinitialize the boot |
699 | * rom after reading the MAC address. This is quite a dirty hack, | 699 | * rom after reading the MAC address. This is quite a dirty hack, |
700 | * if you ask me -- the device requires the bootrom to be | 700 | * if you ask me -- the device requires the bootrom to be |
701 | * intialized after reading the MAC address. | 701 | * initialized after reading the MAC address. |
702 | */ | 702 | */ |
703 | enum i2400m_bri { | 703 | enum i2400m_bri { |
704 | I2400M_BRI_SOFT = 1 << 1, | 704 | I2400M_BRI_SOFT = 1 << 1, |