Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 228214
b: refs/heads/master
c: b6eb5c0
h: refs/heads/master
v: v3
  • Loading branch information
Arend van Spriel authored and Greg Kroah-Hartman committed Nov 29, 2010
1 parent 4eb4fd7 commit be0d3e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 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: 7c8bc0147f54ecb43f48d9e898ad7f85cb934db7
refs/heads/master: b6eb5c0f71af22f7b44353a01241fff9a02997af
7 changes: 3 additions & 4 deletions trunk/drivers/staging/brcm80211/include/bcmutils.h
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,9 @@

/* externs */
/* packet */
extern uint pktfrombuf(struct osl_info *osh, void *p, uint offset,
int len, unsigned char *buf);
extern uint pktsegcnt(struct osl_info *osh, void *p);
extern uint pkttotlen(struct osl_info *osh, void *p);
extern uint pktfrombuf(struct osl_info *osh, struct sk_buff *p,
uint offset, int len, unsigned char *buf);
extern uint pkttotlen(struct osl_info *osh, struct sk_buff *p);

/* ethernet address */
extern int bcm_ether_atoe(char *p, struct ether_addr *ea);
Expand Down

0 comments on commit be0d3e6

Please sign in to comment.