summaryrefslogtreecommitdiff
path: root/include/linux/timerqueue.h
diff options
context:
space:
mode:
authorDan Carpenter <dan.carpenter@oracle.com>2012-06-09 20:05:16 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-06-12 10:52:32 -0700
commit6fe864409b54f60ed36804752acfd148da459e53 (patch)
treeec25ce682c5d436720eca30c174d8900289b5552 /include/linux/timerqueue.h
parent0cf5755f00f555d7cef4a7be0ae5aac5e4bdf07d (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/linux/timerqueue.h')
0 files changed, 0 insertions, 0 deletions