]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging: vt6656: rxtx.c s_vFillCTSHead Remove byPktType if
authorMalcolm Priestley <tvboxspy@gmail.com>
Tue, 27 Aug 2013 10:46:17 +0000 (11:46 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 Aug 2013 23:54:39 +0000 (16:54 -0700)
commit43e48a4a8bc7a2f68c3bd932739e927851aec7a1
treeb7cea3495359d232b65df196846fe28dcff6bbc6
parent2b83ebd0b78ea5a0a8a5858d3b72325c8ce7a9c5
staging: vt6656: rxtx.c s_vFillCTSHead Remove byPktType if

s_vFillCTSHead is only called when byPktType == PK_TYPE_11GB ||
byPktType == PK_TYPE_11GA so remove unnecessary if on byPktType.

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/rxtx.c