Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 236220
b: refs/heads/master
c: 377c898
h: refs/heads/master
v: v3
  • Loading branch information
Arend van Spriel authored and Greg Kroah-Hartman committed Mar 3, 2011
1 parent fe7931a commit fb4819f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9d7326f97ee5abf0e20548a2d3ed94d5a4fddd0c
refs/heads/master: 377c8981b48ba42987ed783753c5226f3346f521
15 changes: 0 additions & 15 deletions trunk/drivers/staging/brcm80211/brcmsmac/wl_export.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,4 @@ extern void wl_add_timer(struct wl_info *wl, struct wl_timer *timer, uint ms,
int periodic);
extern bool wl_del_timer(struct wl_info *wl, struct wl_timer *timer);

extern uint wl_buf_to_pktcopy(struct osl_info *osh, void *p, unsigned char *buf,
int len, uint offset);
extern void *wl_get_pktbuffer(struct osl_info *osh, int len);
extern int wl_set_pktlen(struct osl_info *osh, void *p, int len);

#define wl_sort_bsslist(a, b) false

extern int wl_tkip_miccheck(struct wl_info *wl, void *p, int hdr_len,
bool group_key, int id);
extern int wl_tkip_micadd(struct wl_info *wl, void *p, int hdr_len);
extern int wl_tkip_encrypt(struct wl_info *wl, void *p, int hdr_len);
extern int wl_tkip_decrypt(struct wl_info *wl, void *p, int hdr_len,
bool group_key);
extern void wl_tkip_printstats(struct wl_info *wl, bool group_key);
extern int wl_tkip_keyset(struct wl_info *wl, wsec_key_t *key);
#endif /* _wl_export_h_ */

0 comments on commit fb4819f

Please sign in to comment.