diff options
| author | Dan Carpenter <dan.carpenter@oracle.com> | 2012-06-09 20:05:16 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-06-12 10:52:32 -0700 |
| commit | 6fe864409b54f60ed36804752acfd148da459e53 (patch) | |
| tree | ec25ce682c5d436720eca30c174d8900289b5552 /include | |
| parent | 0cf5755f00f555d7cef4a7be0ae5aac5e4bdf07d (diff) | |
Staging: rtl8187se, rtl8192e: fix '&' vs '|' bugs
The original code is equivalent to:
wrqu->retry.flags = 0x1000 & 0x0002;
so it just sets .flags to zero. We should be ORing the values together
like r8192_wx_get_retry() does in drivers/staging/rtl8192u/r8192U_wx.c.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions
