git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a67edb9
)
rndis_wlan: cleanup: rename and remove local pointers
author
Jussi Kivilinna
<jussi.kivilinna@mbnet.fi>
Mon, 2 Jun 2008 15:35:44 +0000
(18:35 +0300)
committer
John W. Linville
<linville@tuxdriver.com>
Sat, 14 Jun 2008 16:18:01 +0000
(12:18 -0400)
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 <jussi.kivilinna@mbnet.fi>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
No differences found