projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d30530
)
rndis_host: Quirky devices are still 'point-to-point'
author
Ben Hutchings
<
[email protected]
>
Fri, 15 Apr 2011 06:23:45 +0000
(23:23 -0700)
committer
David S. Miller
<
[email protected]
>
Fri, 15 Apr 2011 06:23:45 +0000
(23:23 -0700)
My changes in commit
4d42d417be75d750b82798922b6e775915e11bce
were
written some time before the introduction of FLAG_POINTTOPOINT, so
didn't include that flag in the new driver_info. Change the new
driver_info to be consistent.
Signed-off-by: Ben Hutchings <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
drivers/net/usb/rndis_host.c
patch
|
blob
|
history
diff --git
a/drivers/net/usb/rndis_host.c
b/drivers/net/usb/rndis_host.c
index 6d6c1da68a362b7ada67fce8e4eb8a978b79400a..255d6a424a6b56f303b93296ef744268a2e4cbd7 100644
(file)
--- a/
drivers/net/usb/rndis_host.c
+++ b/
drivers/net/usb/rndis_host.c
@@
-592,7
+592,7
@@
static const struct driver_info rndis_info = {
static const struct driver_info rndis_poll_status_info = {
.description = "RNDIS device (poll status before control)",
- .flags = FLAG_ETHER | FLAG_FRAMING_RN | FLAG_NO_SETINT,
+ .flags = FLAG_ETHER | FLAG_
POINTTOPOINT | FLAG_
FRAMING_RN | FLAG_NO_SETINT,
.data = RNDIS_DRIVER_DATA_POLL_STATUS,
.bind = rndis_bind,
.unbind = rndis_unbind,