Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 349682
b: refs/heads/master
c: 9c79330
h: refs/heads/master
v: v3
  • Loading branch information
Lucas Stach authored and David S. Miller committed Feb 8, 2013
1 parent 58824e8 commit dc4d119
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 87c084a980325d877dc7e388b8f2f26d5d3b4d01
refs/heads/master: 9c79330d930b5774aed8eb323daebecedce2e245
2 changes: 1 addition & 1 deletion trunk/include/linux/usb/usbnet.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,14 +102,14 @@ struct driver_info {
#define FLAG_LINK_INTR 0x0800 /* updates link (carrier) status */

#define FLAG_POINTTOPOINT 0x1000 /* possibly use "usb%d" names */
#define FLAG_NOARP 0x2000 /* device can't do ARP */

/*
* Indicates to usbnet, that USB driver accumulates multiple IP packets.
* Affects statistic (counters) and short packet handling.
*/
#define FLAG_MULTI_PACKET 0x2000
#define FLAG_RX_ASSEMBLE 0x4000 /* rx packets may span >1 frames */
#define FLAG_NOARP 0x8000 /* device can't do ARP */

/* init device ... can sleep, or cause probe() failure */
int (*bind)(struct usbnet *, struct usb_interface *);
Expand Down

0 comments on commit dc4d119

Please sign in to comment.