diff options
author | John W. Linville <linville@tuxdriver.com> | 2014-04-24 21:33:55 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-04-24 21:33:55 -0400 |
commit | bb0f8609ba9a41aa7a24109926a0f540dc2a7c6d (patch) | |
tree | b0f27093d4c8a4ed654de3bdb23b4e0ddc1b9c30 /drivers/net/wireless/mwifiex/main.h | |
parent | 644aa4d62096039a79987e13062c6fc656ea380c (diff) |
Revert "mwifiex: add firmware dump feature for PCIe"
This reverts commit e050c76fcf49599c5b98e4614392dc87c69123a6.
I'm not sure what crack pipe I was using when I merged this...
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/mwifiex/main.h')
-rw-r--r-- | drivers/net/wireless/mwifiex/main.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/mwifiex/main.h b/drivers/net/wireless/mwifiex/main.h index d70457b26e2..34181192a66 100644 --- a/drivers/net/wireless/mwifiex/main.h +++ b/drivers/net/wireless/mwifiex/main.h @@ -674,7 +674,6 @@ struct mwifiex_if_ops { void (*card_reset) (struct mwifiex_adapter *); void (*fw_dump)(struct mwifiex_adapter *); int (*clean_pcie_ring) (struct mwifiex_adapter *adapter); - void (*iface_work)(struct work_struct *work); }; struct mwifiex_adapter { @@ -810,7 +809,6 @@ struct mwifiex_adapter { bool ext_scan; u8 fw_api_ver; u8 fw_key_api_major_ver, fw_key_api_minor_ver; - struct work_struct iface_work; }; int mwifiex_init_lock_list(struct mwifiex_adapter *adapter); |