Search Linux Wireless

[PATCH 05/12] staging: vt6656: rename device_free_int_bufs to vnt_free_int_bufs

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



changing device to vnt

Signed-off-by: Malcolm Priestley <tvboxspy@xxxxxxxxx>
---
 drivers/staging/vt6656/main_usb.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/staging/vt6656/main_usb.c b/drivers/staging/vt6656/main_usb.c
index 76678c8..50955d2 100644
--- a/drivers/staging/vt6656/main_usb.c
+++ b/drivers/staging/vt6656/main_usb.c
@@ -434,7 +434,7 @@ static void usb_device_reset(struct vnt_private *priv)
 	return ;
 }
 
-static void device_free_int_bufs(struct vnt_private *priv)
+static void vnt_free_int_bufs(struct vnt_private *priv)
 {
 	kfree(priv->int_buf.data_buf);
 
@@ -569,7 +569,7 @@ static int vnt_start(struct ieee80211_hw *hw)
 free_all:
 	vnt_free_rx_bufs(priv);
 	vnt_free_tx_bufs(priv);
-	device_free_int_bufs(priv);
+	vnt_free_int_bufs(priv);
 
 	usb_kill_urb(priv->interrupt_urb);
 	usb_free_urb(priv->interrupt_urb);
@@ -604,7 +604,7 @@ static void vnt_stop(struct ieee80211_hw *hw)
 
 	vnt_free_tx_bufs(priv);
 	vnt_free_rx_bufs(priv);
-	device_free_int_bufs(priv);
+	vnt_free_int_bufs(priv);
 
 	usb_kill_urb(priv->interrupt_urb);
 	usb_free_urb(priv->interrupt_urb);
-- 
2.0.1

--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Wireless Personal Area Network]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite Hiking]     [MIPS Linux]     [ARM Linux]     [Linux RAID]

  Powered by Linux