aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/brcm80211
diff options
context:
space:
mode:
authorArend van Spriel <arend@broadcom.com>2011-03-02 15:18:41 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2011-03-02 19:48:03 -0500
commit377c8981b48ba42987ed783753c5226f3346f521 (patch)
tree7f1cc0cebf76b492f5f360e8e19f3cf7927997b4 /drivers/staging/brcm80211
parent9d7326f97ee5abf0e20548a2d3ed94d5a4fddd0c (diff)
staging: brcm80211: remove function prototypes from wl_export.h
The include file wl_export.h contained several function prototypes (and one macro defintion) that were not used or implemented within the driver. Reviewed-by: Brett Rudley <brudley@broadcom.com> Reviewed-by: Henry Ptasinski <henryp@broadcom.com> Reviewed-by: Roland Vossen <rvossen@broadcom.com> Signed-off-by: Arend van Spriel <arend@broadcom.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/brcm80211')
-rw-r--r--drivers/staging/brcm80211/brcmsmac/wl_export.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/drivers/staging/brcm80211/brcmsmac/wl_export.h b/drivers/staging/brcm80211/brcmsmac/wl_export.h
index 03585745c49..9ff760f4c86 100644
--- a/drivers/staging/brcm80211/brcmsmac/wl_export.h
+++ b/drivers/staging/brcm80211/brcmsmac/wl_export.h
@@ -43,19 +43,4 @@ extern void wl_add_timer(struct wl_info *wl, struct wl_timer *timer, uint ms,
43 int periodic); 43 int periodic);
44extern bool wl_del_timer(struct wl_info *wl, struct wl_timer *timer); 44extern bool wl_del_timer(struct wl_info *wl, struct wl_timer *timer);
45 45
46extern uint wl_buf_to_pktcopy(struct osl_info *osh, void *p, unsigned char *buf,
47 int len, uint offset);
48extern void *wl_get_pktbuffer(struct osl_info *osh, int len);
49extern int wl_set_pktlen(struct osl_info *osh, void *p, int len);
50
51#define wl_sort_bsslist(a, b) false
52
53extern int wl_tkip_miccheck(struct wl_info *wl, void *p, int hdr_len,
54 bool group_key, int id);
55extern int wl_tkip_micadd(struct wl_info *wl, void *p, int hdr_len);
56extern int wl_tkip_encrypt(struct wl_info *wl, void *p, int hdr_len);
57extern int wl_tkip_decrypt(struct wl_info *wl, void *p, int hdr_len,
58 bool group_key);
59extern void wl_tkip_printstats(struct wl_info *wl, bool group_key);
60extern int wl_tkip_keyset(struct wl_info *wl, wsec_key_t *key);
61#endif /* _wl_export_h_ */ 46#endif /* _wl_export_h_ */