kernel-fxtec-pro1x/drivers/staging/sxg
Randy Dunlap c1f46a001f Staging: sxg: fix napi interface build
Fix staging/sxg napi interface calls:

drivers/staging/sxg/sxg.c:1271: error: implicit declaration of function 'netif_rx_schedule_prep'
linux-next-20090209/drivers/staging/sxg/sxg.c:1272: error: implicit declaration of function '__netif_rx_schedule'
drivers/staging/sxg/sxg.c:1325: error: implicit declaration of function 'netif_rx_complete'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Mithlesh Thukral <mithlesh@linsyssoft.com>
Cc: LinSysSoft Sahara Team <saharaproj@linsyssoft.com>
Cc: Christopher Harrer <charrer@alacritech.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2009-04-03 14:53:12 -07:00
..
Kconfig staging: sxg depends on X86 2008-10-20 09:08:23 -07:00
Makefile Staging: sxg: Ethtool framework and Receive code path changes 2009-04-03 14:53:10 -07:00
README Staging: sxg: update README 2009-01-06 13:52:05 -08:00
saharadbgdownload.c Staging: sxg: Firmware updates 2009-04-03 14:53:11 -07:00
saharadbgdownloadB.c Staging: sxg: fix build warnings in downloadB firmware files 2009-04-03 14:53:11 -07:00
saharadownload.c Staging: sxg: Firmware updates 2009-04-03 14:53:11 -07:00
saharadownloadB.c Staging: sxg: fix build warnings in downloadB firmware files 2009-04-03 14:53:11 -07:00
sxg.c Staging: sxg: fix napi interface build 2009-04-03 14:53:12 -07:00
sxg.h Staging: sxg: Make SXG driver use MSI-X interrupts if possible 2009-04-03 14:53:12 -07:00
sxg_ethtool.c Staging: sxg: Cleanup the SXG driver of unused space and functions 2009-04-03 14:53:11 -07:00
sxg_os.h Staging: sxg: Indentation fixes - mostly 80 char lines 2009-04-03 14:53:10 -07:00
sxgdbg.h Staging: sxg: Add Ethtool functionality enhancement and misc cleanups 2009-04-03 14:53:10 -07:00
sxghif.h Staging: sxg: Add Jumbo frames support to Sahara SXG Driver 2009-04-03 14:53:12 -07:00
sxghw.h Staging: sxg: Add Jumbo frames support to Sahara SXG Driver 2009-04-03 14:53:12 -07:00
sxgphycode.h Staging: sxg: Indentation fixes - mostly 80 char lines 2009-04-03 14:53:10 -07:00

This is the rough cut at a driver for the Alacritech SLIC Technology
Non-Accelerated 10Gbe network driver.

TODO:
	- remove wrappers
	- checkpatch.pl cleanups
	- new functionality that the card needs
	- remove reliance on x86

Please send patches to:
        Greg Kroah-Hartman <gregkh@suse.de>
for any cleanups that you do to this driver.