]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/skge.h
Add missing USRobotics Wireless Adapter (Model 5423) id into zd1211rw
[linux-2.6-omap-h63xx.git] / drivers / net / skge.h
index e9354dfa7e9af0ee0b2ad78f5c9604627ee96dd8..86467ae74d455582a18b7e13f96e7fdd000c7087 100644 (file)
@@ -2424,8 +2424,8 @@ struct skge_hw {
        u32                  ram_size;
        u32                  ram_offset;
        u16                  phy_addr;
-       struct work_struct   phy_work;
-       struct mutex         phy_mutex;
+       spinlock_t           phy_lock;
+       struct tasklet_struct phy_task;
 };
 
 enum pause_control {
@@ -2457,7 +2457,7 @@ struct skge_port {
 
        struct net_device_stats net_stats;
 
-       struct delayed_work  link_thread;
+       struct timer_list    link_timer;
        enum pause_control   flow_control;
        enum pause_status    flow_status;
        u8                   rx_csum;