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=c52136dfb0e1aeedda029a63632f12605e31f9de;hb=8c38efd7a291f48b7b0241c859ee9b4d30af4ab1;hpb=9f3b1de4206fb7b00a9769c90b9154a94f431ae2 diff --git a/drivers/net/wireless/wl1251/wl1251.h b/drivers/net/wireless/wl1251/wl1251.h index c52136dfb0e1..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; @@ -391,6 +395,8 @@ struct wl1251 { /* Most recently reported noise in dBm */ s8 noise; + + void *eeprom_dump; }; int wl1251_plt_start(struct wl1251 *wl);