diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2013-06-11 17:49:39 +0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-06-11 20:48:10 +0400 |
commit | 19db577868e94c80dc9a569d937109f95c34d0f4 (patch) | |
tree | b6ea03b4f84dcd89b0fce8634a571c57d783cce6 /drivers/net/wireless/cw1200/wsm.h | |
parent | fa8eeae102570dfdf3fd14347a0671cff8a2cfe4 (diff) | |
download | linux-19db577868e94c80dc9a569d937109f95c34d0f4.tar.xz |
cw1200: Eliminate the ETF debug/engineering code.
This is only really useful for people who are bringing up new hardware
designs and have access to the proprietary vendor tools that interface
with this mode.
It'll live out of tree until it's rewritten to use a less kludgy interface.
Signed-off-by: Solomon Peachy <pizza@shaftnet.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/cw1200/wsm.h')
-rw-r--r-- | drivers/net/wireless/cw1200/wsm.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/net/wireless/cw1200/wsm.h b/drivers/net/wireless/cw1200/wsm.h index 8d902d6a7dc4..4689dffa3d89 100644 --- a/drivers/net/wireless/cw1200/wsm.h +++ b/drivers/net/wireless/cw1200/wsm.h @@ -1871,9 +1871,4 @@ static inline u8 wsm_queue_id_to_wsm(u8 queue_id) return queue_mapping[queue_id]; } - -#ifdef CONFIG_CW1200_ETF -int wsm_raw_cmd(struct cw1200_common *priv, u8 *data, size_t len); -#endif - #endif /* CW1200_HWIO_H_INCLUDED */ |