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:
Vipin Mehta 2011-02-18 13:13:13 -08:00 committed by Greg Kroah-Hartman
parent 0ad7fdde6c
commit 9ea979d3b9
1 changed files with 1 additions and 1 deletions

View File

@ -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;