bitops: Provide generic sign_extend32 function
authorAndreas Herrmann <andreas.herrmann3@amd.com>
Mon, 30 Aug 2010 19:04:01 +0000 (19:04 +0000)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 15 Nov 2010 18:27:04 +0000 (13:27 -0500)
This patch moves code out from wireless drivers where two different
functions are defined in three code locations for the same purpose and
provides a common function to sign extend a 32-bit value.

Signed-off-by: Andreas Herrmann <andreas.herrmann3@amd.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found