]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/net/ps3_gelic_wireless.h
ps3: gelic: assoc_stat_lock semaphore to mutex
[net-next-2.6.git] / drivers / net / ps3_gelic_wireless.h
index fb3222e8d3bb94c810111880cd7f143a7e033a78..bc730632da5b7dbb1291b2785d63524959200374 100644 (file)
@@ -266,7 +266,7 @@ struct gelic_wl_info {
        enum gelic_wl_wpa_level wpa_level; /* wpa/wpa2 */
 
        /* association handling */
-       struct semaphore assoc_stat_lock;
+       struct mutex assoc_stat_lock;
        struct delayed_work assoc_work;
        enum gelic_wl_assoc_state assoc_stat;
        struct completion assoc_done;