summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8712
diff options
context:
space:
mode:
authorJannik Becher2016-12-20 18:59:50 +0100
committerGreg Kroah-Hartman2017-01-03 16:51:17 +0100
commitce02320224f79bb456bf260764658b2af73a9741 (patch)
tree7aaa4f6ab8e34a2fb878e4ab2687e18f14ec7243 /drivers/staging/rtl8712
parentstaging: rtl8712: changed u16 to __be16 (diff)
downloadkernel-qcow2-linux-ce02320224f79bb456bf260764658b2af73a9741.tar.gz
kernel-qcow2-linux-ce02320224f79bb456bf260764658b2af73a9741.tar.xz
kernel-qcow2-linux-ce02320224f79bb456bf260764658b2af73a9741.zip
staging: rtl8712: used a better macro
Fixed a sparse warning. Using be16_to_cpus() to avoid double assignment. Signed-off-by: Jannik Becher <becher.jannik@gmail.com> Tested-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8712')
-rw-r--r--drivers/staging/rtl8712/rtl871x_recv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8712/rtl871x_recv.c b/drivers/staging/rtl8712/rtl871x_recv.c
index 35c721a50598..4388ddf02b2c 100644
--- a/drivers/staging/rtl8712/rtl871x_recv.c
+++ b/drivers/staging/rtl8712/rtl871x_recv.c
@@ -258,7 +258,7 @@ union recv_frame *r8712_portctrl(struct _adapter *adapter,
/* get ether_type */
ptr = ptr + pfhdr->attrib.hdrlen + LLC_HEADER_SIZE;
memcpy(&ether_type, ptr, 2);
- ether_type = ntohs((unsigned short)ether_type);
+ be16_to_cpus(&ether_type);
if ((psta != NULL) && (psta->ieee8021x_blocked)) {
/* blocked