]> bbs.cooldavid.org Git - net-next-2.6.git/commit
staging: rtl8192su: remove extern keyword, remove static declaration
authorFlorian Schilhabel <florian.c.schilhabel@googlemail.com>
Sat, 6 Mar 2010 19:45:11 +0000 (20:45 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 11 May 2010 18:35:33 +0000 (11:35 -0700)
commit458659e2ada5c21aedae2b647588150ee90177b0
tree763c69f8198f66f25afc7bac445510a462ae4e8f
parent4ab372408208b7c92e986b1a283072c43b17bde5
staging: rtl8192su: remove extern keyword, remove static declaration

removed extern keyword from rtl819x_watchdog_wqcallback.
removed static declaration from variable check_reset_cnt.
changed NumRxOkInPeriod and NumTxOkInPeriod comparison
in function rtl819x_watchdog_wqcallback to 666; we're not on windows.
plus cosmetics.

Signed-off-by: Florian Schilhabel <florian.c.schilhabel@googlemail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/rtl8192su/r8192U_core.c