rtlwifi: Fix the usage of the wrong variable in usb.c
authorLarry Finger <Larry.Finger@lwfinger.net>
Sun, 27 Jan 2013 22:24:25 +0000 (16:24 -0600)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 28 Jan 2013 19:48:53 +0000 (14:48 -0500)
commit0a06ad8e3a1cb5311b7dbafde45410aa1bce9d40
tree538952c5178498573437d22767f85b6abdde7583
parent6b112decb777884e37d308554e22e0a4f5cdf44f
rtlwifi: Fix the usage of the wrong variable in usb.c

In routine _rtl_rx_pre_process(), skb_dequeue() is called to get an skb;
however, the wrong variable name is used in subsequent calls.

Reported-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Cc: Guenter Roeck <linux@roeck-us.net>
Cc: Stable <stable@vger.kernel.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/rtlwifi/usb.c