Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 256133
b: refs/heads/master
c: 5b7f762
h: refs/heads/master
i:
  256131: 5089e21
v: v3
  • Loading branch information
Shmulik Ravid authored and David S. Miller committed Jul 6, 2011
1 parent 80ea041 commit 36dcaee
Show file tree
Hide file tree
Showing 3 changed files with 230 additions and 192 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: 37cf4d1a9b0903b874a638d0f8649873ddde8a12
refs/heads/master: 5b7f7626743e0912958981343b47ac0ab2206b1c
5 changes: 4 additions & 1 deletion trunk/include/net/dcbnl.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ int dcb_ieee_setapp(struct net_device *, struct dcb_app *);
int dcb_ieee_delapp(struct net_device *, struct dcb_app *);
u8 dcb_ieee_getapp_mask(struct net_device *, struct dcb_app *);

int dcbnl_notify(struct net_device *dev, int event, int cmd, u32 seq, u32 pid);
int dcbnl_ieee_notify(struct net_device *dev, int event, int cmd,
u32 seq, u32 pid);
int dcbnl_cee_notify(struct net_device *dev, int event, int cmd,
u32 seq, u32 pid);

/*
* Ops struct for the netlink callbacks. Used by DCB-enabled drivers through
Expand Down
Loading

0 comments on commit 36dcaee

Please sign in to comment.