staging: rtl8723au: pxmitframe->frame_tag is never set to a value > 8
authorJes Sorensen <Jes.Sorensen@redhat.com>
Mon, 10 Nov 2014 23:11:43 +0000 (18:11 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 26 Nov 2014 20:41:48 +0000 (12:41 -0800)
commitb81f3f26c523d5672f9d67ad8cc8f8f9bb0b72bb
tree159ad64c7a4aea92f70a39d2770dbe4c50694a25
parent22f42e2aa248dc9f3f214d7d39e0e5bf1afc39fb
staging: rtl8723au: pxmitframe->frame_tag is never set to a value > 8

No point of masking out high bits since we never set the value to
anything exceeding bits 0-3.

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723au/core/rtw_xmit.c
drivers/staging/rtl8723au/hal/rtl8723au_xmit.c