]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit88172961cd698b20d429dd71b08c879c90270a7b
tree159ad64c7a4aea92f70a39d2770dbe4c50694a25
parent0379dfc39b44ca6fa5b9dbd9445538336b39d27d
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