[PATCH] bcm43xx: WE-21 support
Patch to make bcm43xx-softmac be compatible with the revised SSID length of WE-21. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
committed by
John W. Linville
parent
a6082f4032
commit
b978d0278c
@@ -334,7 +334,7 @@ static int bcm43xx_wx_get_nick(struct net_device *net_dev,
|
||||
size_t len;
|
||||
|
||||
mutex_lock(&bcm->mutex);
|
||||
len = strlen(bcm->nick) + 1;
|
||||
len = strlen(bcm->nick);
|
||||
memcpy(extra, bcm->nick, len);
|
||||
data->data.length = (__u16)len;
|
||||
data->data.flags = 1;
|
||||
|
Reference in New Issue
Block a user