From: Malcolm Priestley Date: Tue, 27 Aug 2013 10:56:33 +0000 (+0100) Subject: staging: vt6656: rxtx.c s_vGenerateTxParameter create argument bool need rts X-Git-Tag: v3.12-rc1~183^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f46142b0bbde093e9faa8cc6172057e515d17653;p=pandora-kernel.git staging: vt6656: rxtx.c s_vGenerateTxParameter create argument bool need rts Allow conditional statements to be based on true/false instead of NULL or not pointer pvRTS. Harmonise all call functions will bool type. If need_rts is true then rts is needed. If need_rts is false then cts is needed only when byPktType == PK_TYPE_11GB || PK_TYPE_11GA. none no rts/cts other byPktTypes. This allow the joining of pointers pvRTS/pvCTS in to single pointer. Signed-off-by: Malcolm Priestley Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed