summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlegacy/common.h
diff options
context:
space:
mode:
authorStanislaw Gruszka <sgruszka@redhat.com>2012-02-13 11:23:13 +0100
committerJohn W. Linville <linville@tuxdriver.com>2012-02-22 14:51:13 -0500
commit3dfea27d103e9913698cf1a2c86745a74c7c556b (patch)
tree4794a2ca538aef954ae65a913a1b9e941f36c9be /drivers/net/wireless/iwlegacy/common.h
parent93a984a4eec83f45abddb80724da7dcb85b4db6b (diff)
downloadlinux-3.10-3dfea27d103e9913698cf1a2c86745a74c7c556b.tar.gz
linux-3.10-3dfea27d103e9913698cf1a2c86745a74c7c556b.tar.bz2
linux-3.10-3dfea27d103e9913698cf1a2c86745a74c7c556b.zip
iwlegacy: gather all 4965 handlers in one place
Handers belongs logically into 4965-mac.c file. Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlegacy/common.h')
-rw-r--r--drivers/net/wireless/iwlegacy/common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlegacy/common.h b/drivers/net/wireless/iwlegacy/common.h
index 37bc40636c1..1c0d969e9cf 100644
--- a/drivers/net/wireless/iwlegacy/common.h
+++ b/drivers/net/wireless/iwlegacy/common.h
@@ -1600,8 +1600,6 @@ struct il_lib_ops {
u16 len, u8 reset, u8 pad);
void (*txq_free_tfd) (struct il_priv *il, struct il_tx_queue *txq);
int (*txq_init) (struct il_priv *il, struct il_tx_queue *txq);
- /* setup Rx handler */
- void (*handler_setup) (struct il_priv *il);
/* alive notification after init uCode load */
void (*init_alive_start) (struct il_priv *il);
/* check validity of rtc data address */