mirror of https://gitee.com/openkylin/linux.git
staging: ath6kl: Fixing the cached copy of the BSS filter set by user
Fixing the cached copy of the BSS filter set by user. Signed-off-by: Vipin Mehta <vmehta@atheros.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
0ad7fdde6c
commit
9ea979d3b9
|
@ -2590,7 +2590,7 @@ int ar6000_ioctl(struct net_device *dev, struct ifreq *rq, int cmd)
|
|||
!= 0) {
|
||||
ret = -EIO;
|
||||
} else {
|
||||
ar->arUserBssFilter = param;
|
||||
ar->arUserBssFilter = filt.bssFilter;
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue