diff options
Diffstat (limited to 'drivers/net/wireless/hostap/hostap_info.c')
| -rw-r--r-- | drivers/net/wireless/hostap/hostap_info.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/hostap/hostap_info.c b/drivers/net/wireless/hostap/hostap_info.c index 970a48baaf80..de7c4ffec309 100644 --- a/drivers/net/wireless/hostap/hostap_info.c +++ b/drivers/net/wireless/hostap/hostap_info.c | |||
| @@ -217,7 +217,7 @@ static void prism2_host_roaming(local_info_t *local) | |||
| 217 | } | 217 | } |
| 218 | } | 218 | } |
| 219 | 219 | ||
| 220 | memcpy(req.bssid, selected->bssid, 6); | 220 | memcpy(req.bssid, selected->bssid, ETH_ALEN); |
| 221 | req.channel = selected->chid; | 221 | req.channel = selected->chid; |
| 222 | spin_unlock_irqrestore(&local->lock, flags); | 222 | spin_unlock_irqrestore(&local->lock, flags); |
| 223 | 223 | ||
