|
@@ -592,7 +592,7 @@ static const struct driver_info rndis_info = {
|
|
|
|
|
|
static const struct driver_info rndis_poll_status_info = {
|
|
static const struct driver_info rndis_poll_status_info = {
|
|
.description = "RNDIS device (poll status before control)",
|
|
.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,
|
|
.data = RNDIS_DRIVER_DATA_POLL_STATUS,
|
|
.bind = rndis_bind,
|
|
.bind = rndis_bind,
|
|
.unbind = rndis_unbind,
|
|
.unbind = rndis_unbind,
|