summaryrefslogtreecommitdiff
path: root/drivers/staging/wlags49_h2/hcf.h
diff options
context:
space:
mode:
authorDavid Kilroy <kilroyd@googlemail.com>2011-09-16 00:20:50 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2011-09-16 20:34:52 +0200
commit47996398c449092ad882119d49022282bb2c94d4 (patch)
tree640d2c395032a66aa3b0e434810d775f3925649b /drivers/staging/wlags49_h2/hcf.h
parent49e9563d4e80c42205b87e7ddfbdaf6ea5e6fb06 (diff)
staging: wlags49_h2: Simplify HCF_ENCAP usage
Encapsulation should always be enabled. Support is either via firmware or in the driver, so we need to keep the macro. The driver can stop exporting hcf_encap Signed-off-by: David Kilroy <kilroyd@googlemail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/wlags49_h2/hcf.h')
-rw-r--r--drivers/staging/wlags49_h2/hcf.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/wlags49_h2/hcf.h b/drivers/staging/wlags49_h2/hcf.h
index 2cd573944cdc..4fd62cda9cf3 100644
--- a/drivers/staging/wlags49_h2/hcf.h
+++ b/drivers/staging/wlags49_h2/hcf.h
@@ -382,9 +382,6 @@ typedef IFB_STRCT* IFBP;
EXTERN_C int hcf_action (IFBP ifbp, hcf_16 cmd );
EXTERN_C int hcf_connect (IFBP ifbp, hcf_io io_base );
-#if (HCF_ENCAP) & HCF_ENC_SUP
-EXTERN_C hcf_8 hcf_encap (wci_bufp type );
-#endif // HCF_ENC_SUP
EXTERN_C int hcf_get_info (IFBP ifbp, LTVP ltvp );
EXTERN_C int hcf_service_nic (IFBP ifbp, wci_bufp bufp, unsigned int len );
EXTERN_C int hcf_cntl (IFBP ifbp, hcf_16 cmd );