X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=drivers%2Fnet%2Fwireless%2Fwl1251%2Fwl1251.h;h=5c1ec78e6f4db8a77aac450d239045a894cf18dc;hp=a77f1bbbed0ad063aae085ff857c4cc7abadd717;hb=8c38efd7a291f48b7b0241c859ee9b4d30af4ab1;hpb=df3256f9ab7ae2127144de5ba2abca332278a42d diff --git a/drivers/net/wireless/wl1251/wl1251.h b/drivers/net/wireless/wl1251/wl1251.h index a77f1bbbed0a..5c1ec78e6f4d 100644 --- a/drivers/net/wireless/wl1251/wl1251.h +++ b/drivers/net/wireless/wl1251/wl1251.h @@ -255,6 +255,9 @@ struct wl1251_debugfs { struct dentry *retry_count; struct dentry *excessive_retries; + + struct dentry *dump_nvs; + struct dentry *dump_full; }; struct wl1251_if_operations { @@ -278,6 +281,7 @@ struct wl1251 { void (*set_power)(bool enable); int irq; bool use_eeprom; + bool dump_eeprom; spinlock_t wl_lock; @@ -315,7 +319,6 @@ struct wl1251 { bool tx_queue_stopped; struct work_struct tx_work; - struct work_struct filter_work; /* Pending TX frames */ struct sk_buff *tx_frames[16]; @@ -392,6 +395,8 @@ struct wl1251 { /* Most recently reported noise in dBm */ s8 noise; + + void *eeprom_dump; }; int wl1251_plt_start(struct wl1251 *wl);