Skip to content

Commit

Permalink
staging: ath6kl: Fixing the cached copy of the BSS filter set by user
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Vipin Mehta authored and Greg Kroah-Hartman committed Feb 18, 2011
1 parent 0ad7fdd commit 9ea979d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/ath6kl/os/linux/ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9ea979d

Please sign in to comment.