summaryrefslogtreecommitdiff
path: root/drivers/staging/rts5208
diff options
context:
space:
mode:
authorEbru Akagunduz <ebru.akagunduz@gmail.com>2014-10-20 23:47:29 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-10-23 06:10:49 (GMT)
commitcb6c1ee3057ebb717fd4439711b3cb5354d5085f (patch)
tree4060bda0e0ba9396176c4dc9bb4b38dec2c1dec3 /drivers/staging/rts5208
parent1002a240ed72f0535f01ca88e0341ccf7c4e0b54 (diff)
downloadlinux-cb6c1ee3057ebb717fd4439711b3cb5354d5085f.tar.xz
staging: wlan-ng: Fix restricted __be16 degrades to integer
skb->protocol variable type is __be16 and in if condition it is comparing with ETH_P_80211_RAW constant variable which is not __be16 type. Using be16_to_cpu() function, value of skb->protocol converted native processor format. This bug was found by sparse. Signed-off-by: Ebru Akagunduz <ebru.akagunduz@gmail.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rts5208')
0 files changed, 0 insertions, 0 deletions