K. Y. Srinivasan
39594abcd4
Staging: hv: vmbus: Cleanup error codes in hv.c
...
Cleanup error codes in hv.c.
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com >
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com >
Signed-off-by: Abhishek Kane <v-abkane@microsoft.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2011-06-07 13:46:06 -07:00
K. Y. Srinivasan
d6c1c5de4e
Staging: hv: vmbus: Cleanup error handling in vmbus_bus_init()
...
Cleanup error handling in vmbus_bus_init().
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com >
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com >
Signed-off-by: Abhishek Kane <v-abkane@microsoft.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2011-06-07 13:46:05 -07:00
K. Y. Srinivasan
6de925b189
Staging: hv: vmbus: Cleanup some error codes in vmbus_drv.c
...
Cleanup some error codes in vmbus_drv.c
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com >
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com >
Signed-off-by: Abhishek Kane <v-abkane@microsoft.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2011-06-07 13:46:04 -07:00
K. Y. Srinivasan
f38cf9ccd6
Staging: hv: vmbus: Properly handle memory allocation failure in channel.c
...
Properly handle memory allocation failure in channel.c.
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com >
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com >
Signed-off-by: Abhishek Kane <v-abkane@microsoft.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2011-06-07 13:46:04 -07:00
K. Y. Srinivasan
40961de335
Staging: hv: vmbus: Increase the timeout for some critical calls
...
Increase the timeout for some critical calls. In testing we discovered that the
current timeout of 1 second was insufficient under some conditions.
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com >
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com >
Signed-off-by: Abhishek Kane <v-abkane@microsoft.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2011-06-07 13:46:03 -07:00
K. Y. Srinivasan
e8e2704774
Staging: hv: vmbus: Rename local variables in vmbus_drv.c
...
Rename local variables in vmbus_drv.c.
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com >
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com >
Signed-off-by: Abhishek Kane <v-abkane@microsoft.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2011-06-07 13:46:03 -07:00
K. Y. Srinivasan
e826f1d505
Staging: hv: vmbus: Fix a memory barrier call in vmbus_drv.c
...
Use the correct memory barrier call in vmbus_drv.c
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com >
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com >
Signed-off-by: Abhishek Kane <v-abkane@microsoft.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2011-06-07 13:46:02 -07:00
K. Y. Srinivasan
3740652d98
Staging: hv: vmbus: Get rid of a dated comment in channel_mgmt.c
...
Staging: hv: vmbus: Get rid of a dated comment in channel_mgmt.c.
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com >
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com >
Signed-off-by: Abhishek Kane <v-abkane@microsoft.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2011-06-07 13:46:01 -07:00
K. Y. Srinivasan
c0e2490fd4
Staging: hv: vmbus: Get rid of an unused function in connection.c
...
Get rid of an unused function in connection.c
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com >
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com >
Signed-off-by: Abhishek Kane <v-abkane@microsoft.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2011-06-07 13:46:01 -07:00
K. Y. Srinivasan
db545da77b
Staging: hv: vmbus: Get rid of a dated comment in vmbus_drv.c
...
Get rid of a dated comment in vmbus_drv.c.
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com >
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com >
Signed-off-by: Abhishek Kane <v-abkane@microsoft.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2011-06-07 13:46:00 -07:00
K. Y. Srinivasan
e9a27a9f9e
Staging: hv: vmbus: Use the newly introduced state in closing the channel
...
Now, use the newly introduced state in closing the channel and eliminate a
potential failure condition (that currently was not being handled correctly).
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com >
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com >
Signed-off-by: Abhishek Kane <v-abkane@microsoft.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2011-06-07 13:46:00 -07:00
K. Y. Srinivasan
f9f1db832b
Staging: hv: vmbus: Embed the state needed to close the channel
...
Now, embed the state needed to close the channel - so we would not have to
allocate memory in the channel close path.
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com >
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com >
Signed-off-by: Abhishek Kane <v-abkane@microsoft.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2011-06-07 13:45:59 -07:00
K. Y. Srinivasan
7d7c75cd47
Staging: hv: vmbus: Move the definition of struct vmbus_channel
...
In preparation for embedding the state needed to close the channel, move
the definition of struct vmbus_channel.
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com >
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com >
Signed-off-by: Abhishek Kane <v-abkane@microsoft.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2011-06-07 13:45:59 -07:00
K. Y. Srinivasan
f27df643d0
Staging: hv: vmbus: Correct some dated comments in channel.c
...
Correct some dated comments in channel.c.
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com >
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com >
Signed-off-by: Abhishek Kane <v-abkane@microsoft.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2011-06-07 13:45:58 -07:00
K. Y. Srinivasan
bed9ba7654
Staging: hv: vmbus: Get rid of some dated comments in channel.c
...
Get rid of some dated comments in channel.c.
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com >
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com >
Signed-off-by: Abhishek Kane <v-abkane@microsoft.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2011-06-07 13:45:57 -07:00
K. Y. Srinivasan
30fbee49b0
Staging: hv: vmbus: Get rid of the unused function vmbus_ontimer()
...
Now, get rid of the unused function vmbus_ontimer().
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com >
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com >
Signed-off-by: Abhishek Kane <v-abkane@microsoft.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2011-06-07 13:45:57 -07:00
K. Y. Srinivasan
e690b5a9be
Staging: hv: vmbus: Change the memory barrier in hv_ringbuffer_write()
...
Use the correct memory barrier interface in Change the memory barrier
in hv_ringbuffer_write().
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com >
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com >
Signed-off-by: Abhishek Kane <v-abkane@microsoft.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2011-06-07 13:45:56 -07:00
K. Y. Srinivasan
df2a4a7114
Staging: hv: vmbus: Introduce read dependency in hv_get_ringbuffer_availbytes()
...
Introduce read dependency in hv_get_ringbuffer_availbytes().
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com >
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com >
Signed-off-by: Abhishek Kane <v-abkane@microsoft.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2011-06-07 13:45:55 -07:00
K. Y. Srinivasan
ef0d5b2302
Staging: hv: vmbus: Fix the memory barrier in hv_ringbuffer_read()
...
Use the correct barrier interface.
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com >
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com >
Signed-off-by: Abhishek Kane <v-abkane@microsoft.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2011-06-07 13:45:55 -07:00
K. Y. Srinivasan
ac4accb2bd
Staging: hv: vmbus: Get rid of the poll timer in the channel state
...
Since tis is not used anymore, get rid of the poll timer in the channel state.
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com >
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com >
Signed-off-by: Abhishek Kane <v-abkane@microsoft.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2011-06-07 13:45:54 -07:00
K. Y. Srinivasan
0a62040eac
Staging: hv: vmbus: Get rid of unneeded calls to dump_vmbus_channel
...
Get rid of unneeded calls to dump_vmbus_channel and get rid of the unused
static function that dumps the channel.
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com >
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com >
Signed-off-by: Abhishek Kane <v-abkane@microsoft.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2011-06-07 13:45:54 -07:00
K. Y. Srinivasan
d66434782c
Staging: hv: vmbus: Get rid of the unused wrapper - vmbus_onchannel_event()
...
Now, get rid of the unused wrapper - vmbus_onchannel_event().
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com >
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com >
Signed-off-by: Abhishek Kane <v-abkane@microsoft.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2011-06-07 13:45:53 -07:00
K. Y. Srinivasan
df452fa120
Staging: hv: vmbus: Directly invoke the channel callback
...
Now, directly invoke the channel callback.
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com >
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com >
Signed-off-by: Abhishek Kane <v-abkane@microsoft.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2011-06-07 13:45:53 -07:00
K. Y. Srinivasan
7259d82321
Staging: hv: vmbus: Get rid of the call to dump channel state in channel event handler
...
Get rid of the call to dump channel state in channel event handler.
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com >
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com >
Signed-off-by: Abhishek Kane <v-abkane@microsoft.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2011-06-07 13:45:52 -07:00
K. Y. Srinivasan
6a8ddc71b7
Staging: hv: vmbus: Get rid of the timer based handling of channel events
...
Get rid of the timer based handling of channel events.
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com >
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com >
Signed-off-by: Abhishek Kane <v-abkane@microsoft.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2011-06-07 13:45:52 -07:00
K. Y. Srinivasan
30c1edc639
Staging: hv: blkvsc: We don't support removable media; get rid of unnecessary state
...
We don't support removable media; get rid of unnecessary state.
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com >
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com >
Signed-off-by: Abhishek Kane <v-abkane@microsoft.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2011-06-07 13:45:51 -07:00
K. Y. Srinivasan
3a4505897c
Staging: hv: blkvsc: Fix bugs in the module unload path
...
Fix bugs in the module unload path for the blkvsc driver.
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com >
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com >
Signed-off-by: Abhishek Kane <v-abkane@microsoft.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2011-06-07 13:45:51 -07:00
K. Y. Srinivasan
9d7b18d184
Staging: hv: vmbus: Add the DSDT _HID name as well
...
Add the DSDT _HID name as well, in addition to the _DDN name.
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com >
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com >
Signed-off-by: Abhishek Kane <v-abkane@microsoft.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2011-06-07 13:45:50 -07:00
K. Y. Srinivasan
2da9e1d6d4
Staging: hv: vmbus: Get rid of vmbus_acpi_exit() by inlining the code
...
Get rid of vmbus_acpi_exit() by inlining the code.
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com >
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com >
Signed-off-by: Abhishek Kane <v-abkane@microsoft.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2011-06-07 13:45:50 -07:00
K. Y. Srinivasan
0246604ce0
Staging: hv: vmbus: Get rid of vmbus_acpi_init() by inlining the code
...
Staging: hv: vmbus: Get rid of vmbus_acpi_init() by inlining the code.
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com >
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com >
Signed-off-by: Abhishek Kane <v-abkane@microsoft.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2011-06-07 13:45:49 -07:00
K. Y. Srinivasan
607c1a11d0
Staging: hv: vmbus: Make vmbus an acpi bus driver
...
Now, make the vmbus driver an ACPI bus driver.
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com >
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com >
Signed-off-by: Abhishek Kane <v-abkane@microsoft.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2011-06-07 13:45:49 -07:00
K. Y. Srinivasan
3d2de26762
Staging: hv: vmbus: Use the DSDT specified irq for vmbus
...
DSDT specifies the irq value for the vmbus driver; use it unconditionally.
This is an exclusive interrupt line dedicated for the vmbus driver.
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com >
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com >
Signed-off-by: Abhishek Kane <v-abkane@microsoft.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2011-06-07 13:45:48 -07:00
K. Y. Srinivasan
9aaa995e6a
Staging: hv: vmbus: Change the signature of vmbus_bus_init()
...
In preparation for making the vmbus driver an ACPI bus driver, change the
signature of vmbus_bus_init() to accept the irq value.
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com >
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com >
Signed-off-by: Abhishek Kane <v-abkane@microsoft.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2011-06-07 13:45:48 -07:00
K. Y. Srinivasan
3e1edf6a6c
Staging: hv: storvsc: Add a DMI signature to support auto-loading
...
To support auto-loading the storvsc driver, add a DMI signature.
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com >
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com >
Signed-off-by: Abhishek Kane <v-abkane@microsoft.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2011-06-07 13:45:48 -07:00
K. Y. Srinivasan
604a1eb0eb
Staging: hv: vmbus: Don't free the channel when the channel is closed
...
When the driver unloads, the device must persist. A channel represents the
device and so we should not free the channel when the channel is closed as
part of the driver unloading.
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com >
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com >
Signed-off-by: Abhishek Kane <v-abkane@microsoft.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2011-06-07 13:45:47 -07:00
K. Y. Srinivasan
2aa05dcbfb
Staging: hv: mouse: Get rid of the unused initialization of the name field
...
The name field of hv_driver is unused in hv_mouse.c; get rid of it.
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com >
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com >
Signed-off-by: Abhishek Kane <v-abkane@microsoft.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2011-06-07 13:45:47 -07:00
K. Y. Srinivasan
efb83a7f46
Staging: hv: blk: Get rid of the unused initialization of the name field
...
The name field of hv_driver is unused in blkvsc_drv.c; get rid of it.
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com >
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com >
Signed-off-by: Abhishek Kane <v-abkane@microsoft.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2011-06-07 13:45:47 -07:00
K. Y. Srinivasan
a838f9dcb9
Staging: hv: stor: Get rid of the unused initialization of the name field
...
The name field of hv_driver is unused in storvsc_drv.c; get rid of it.
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com >
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com >
Signed-off-by: Abhishek Kane <v-abkane@microsoft.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2011-06-07 13:45:46 -07:00
K. Y. Srinivasan
990f05e6cb
Staging: hv: stor: Rename the vriable gStorVscDeviceType in storvsc_drv.c
...
Rename the vriable gStorVscDeviceType in storvsc_drv.c.
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com >
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com >
Signed-off-by: Abhishek Kane <v-abkane@microsoft.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2011-06-07 13:45:46 -07:00
K. Y. Srinivasan
940861210f
Staging: hv: stor: Get rid of unnecessary DPRINTs in stor vsc_drv.c
...
Get rid of unnecessary DPRINTs in stor vsc_drv.c.
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com >
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com >
Signed-off-by: Abhishek Kane <v-abkane@microsoft.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2011-06-07 13:45:46 -07:00
K. Y. Srinivasan
d36b0a0342
Staging: hv: storvsc: Cleanup some dated/unnecessary comments
...
Cleanup some dated/unnecessary comments.
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com >
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com >
Signed-off-by: Abhishek Kane <v-abkane@microsoft.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2011-06-07 13:45:45 -07:00
K. Y. Srinivasan
2935a407e2
Staging: hv: storvsc: Fix a bug in the storvsc_remove() function
...
When the storvs driver unloads, we need to accomodate disk cache flushes.
Re-order the code to permit this.
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com >
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com >
Signed-off-by: Abhishek Kane <v-abkane@microsoft.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2011-06-07 13:45:45 -07:00
K. Y. Srinivasan
d9bbae8316
Staging: hv: storvsc: Cleanup the module init function in storvsc_drv.c
...
Get rid of unnecessary layering in the module init path.
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com >
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com >
Signed-off-by: Abhishek Kane <v-abkane@microsoft.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2011-06-07 13:45:44 -07:00
K. Y. Srinivasan
c63ba9e1e3
Staging: hv: storvsc: Cleanup the exit function in storvsc_drv.c
...
Get rid of unnecessary layering in the module exit path.
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com >
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com >
Signed-off-by: Abhishek Kane <v-abkane@microsoft.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2011-06-07 13:45:44 -07:00
K. Y. Srinivasan
a1997c205e
Staging: hv: vmbus: In vmbus_child_driver_unregister() don't set the bus field to NULL
...
As part of conforming to the Linux Driver Model, do not set the bus field to
NULL when the driver un-registers.
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com >
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com >
Signed-off-by: Abhishek Kane <v-abkane@microsoft.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2011-06-07 13:45:44 -07:00
Haiyang Zhang
122a5f6410
staging: hv: use delayed_work for netvsc_send_garp()
...
Instead of sleeping in a scheduled work, we now use delayed_work
for netvsc_send_garp().
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com >
Signed-off-by: Hank Janssen <hjanssen@microsoft.com >
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com >
Cc: Stephen Hemminger <shemminger@vyatta.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2011-06-07 13:39:28 -07:00
Haiyang Zhang
729a28495d
staging: hv: convert DPRINT_DBG() to netdev_dbg() in dump_rndis_message()
...
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com >
Signed-off-by: Hank Janssen <hjanssen@microsoft.com >
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com >
Cc: Stephen Hemminger <shemminger@vyatta.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2011-06-07 13:39:28 -07:00
Haiyang Zhang
a5923f5689
staging: hv: remove netvsc send buffer and related functions
...
netvsc send buffer is not used, so remove it.
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com >
Signed-off-by: Hank Janssen <hjanssen@microsoft.com >
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2011-06-07 13:39:23 -07:00
Haiyang Zhang
e931a2b889
staging: hv: removed commented out code from rndis_filter_receive()
...
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com >
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com >
Signed-off-by: Abhishek Kane <v-abkane@microsoft.com >
Signed-off-by: Hank Janssen <hjanssen@microsoft.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2011-06-07 13:36:02 -07:00
Haiyang Zhang
bdbad576d5
staging: hv: fix typo in name rndis_filte_device_add()
...
rename rndis_filte_device_add to rndis_filter_device_add
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com >
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com >
Signed-off-by: Abhishek Kane <v-abkane@microsoft.com >
Signed-off-by: Hank Janssen <hjanssen@microsoft.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2011-06-07 13:36:01 -07:00