netif_rx for ATM

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,
I am writing a new driver module for ATM. I want to
send a packet to protocol stack using netif_rx(). For
ethernet i am using netif_rx() in the following way. I
have dev pointer.

  skbuff->dev = device; 
  skbuff->protocol = eth_type_trans(skbuff, device); 
  netif_rx(skbuff); 

It works for ethernet and POS and does not work for
ATM. Could anyone please tell me what to do for ATM?

Regards,
Mano


Manomugdha Biswas


	

	
		
__________________________________________________________ 
Yahoo! India Matrimony: Find your partner online. Go to http://yahoo.shaadi.com
-
: send the line "unsubscribe linux-net" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Netdev]     [Ethernet Bridging]     [Linux 802.1Q VLAN]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Git]     [Bugtraq]     [Yosemite News and Information]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux PCI]     [Linux Admin]     [Samba]

  Powered by Linux