]> git.baikalelectronics.ru Git - kernel.git/commit
staging: rtl8723au: rtl8723a_cmd.c: Properly initialize seq_ctrl
authorJes Sorensen <Jes.Sorensen@redhat.com>
Wed, 21 May 2014 07:37:56 +0000 (09:37 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 23 May 2014 07:27:45 +0000 (16:27 +0900)
commita93bf8df3eea0f57c4fe769c6d17db2caf6801fc
treec7e778c8e89677d3ddcfd5eaff8608f6abd69ef7
parent95b3eb71ce73870b2b9413b93969977058595463
staging: rtl8723au: rtl8723a_cmd.c: Properly initialize seq_ctrl

Control frames will not be fragmented, so we should fully initialize
the seq_ctrl field to zero. This avoids leftover stack bits remaining
set in the generated frame's seq_ctrl field.

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