NET: DaVinci EMAC: NAPI updates for 2.6.30
Fix EMAC driver build errors for 2.6.30-rc2 staging branch The member 'bus_id' no longer exists in the device structure, instead use dev_name() function. Also, replace netif_rx_schedule() and netif_rx_complete() with napi_schedule() and napi_complete() respectively. Tested on TI DM644x and DM646x EVMs. Signed-off-by: Chaithrika U S <chaithrika@ti.com> Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Showing
Please register or sign in to comment