Home
last modified time | relevance | path

Searched defs:atmel_private (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/net/wireless/
Datmel.c428 struct atmel_private { struct
429 void *card; /* Bus dependent stucture varies for PCcard */
430 int (*present_callback)(void *); /* And callback which uses it */
431 char firmware_id[32];
432 unsigned char *firmware;
433 int firmware_length;
434 struct timer_list management_timer;
435 struct net_device *dev;
436 struct iw_statistics wstats;
437 struct net_device_stats stats; // device stats
[all …]