hi, 

to the open questions before one more... At the moment i register a spi
driver. I will use now the iz functions(iz,izchat,...) to test my
driver. But i have no platform driver and device. So need i register a
plattform driver with device before? And how can i get my spi device to
send the data over spi bus ? 

 
Please let me know if you need more details. 

Best Regards, 
Ivo


>>> Ivo Kunadt 17.09.2012 13:41 >>>
Hi, 
 
i have some more questions. 
 
the ieee802154_mlme_ops functions get the a net_device as parameter.
Musst  inlcude the net_device  the informationen which the mlme_ops
functions needed ? like
 
pseudo code: 


static u16 atmega128rfa1_get_pan_id(const struct net_device *dev)
{
 struct atmega128rfa1_local *priv = netdev_priv(dev);
  return priv->pan_id; 
}
 
 
Why  register the atrf86rf230  the spi->irq? I don“t really understood.
I think it musst be a gpio irq!? Zigbee Device send  -> IRQ to Linux
Board -> Linux Board read from spi interface ?? Can someone explain
that. 
 
Best regards, 
 
Ivo

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Linux-zigbee-devel mailing list
Linux-zigbee-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-zigbee-devel

Reply via email to