From: Jussi Kivilinna Date: Mon, 2 Jun 2008 15:35:44 +0000 (+0300) Subject: rndis_wlan: cleanup: rename and remove local pointers X-Git-Tag: v2.6.27-rc1~969^2~324^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a19d7292dc7f1c7d8704a353f51c7f1529de953b;p=pandora-kernel.git rndis_wlan: cleanup: rename and remove local pointers Mixed use of 'dev' and 'usbdev' for usbnet pointer can be confusing. So changing all 'usbnet *dev' to 'usbnet *usbdev'. Also remove 'net_device *net' pointer from 'rndis_wext_bind' as 'usbdev->net' were already used where needed. Signed-off-by: Jussi Kivilinna Signed-off-by: John W. Linville --- Reading git-diff-tree failed