libertas: name the network device wlan%d
authorDaniel Mack <daniel@caiaq.de>
Tue, 11 Aug 2009 14:09:34 +0000 (16:09 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 14 Aug 2009 13:14:03 +0000 (09:14 -0400)
commitc00552c60840c32456ca9e45de758ac03e3d3c4f
treef98dc2844967de729fc497aba31129747313ecbf
parentcca89496a8afe4ad12ce1e468e60cef1e27e4eee
libertas: name the network device wlan%d

Devices created by the libertas driver are currently called eth%d. Which
is wrong, because the device does not at all have anything to do with
Ethernet. And it is also confusing when used on devices with more than
one network device.

Fix this by calling it wlan%d.

Signed-off-by: Daniel Mack <daniel@caiaq.de>
Cc: Roel Kluin <roel.kluin@gmail.com>
Acked-by: Dan Williams <dcbw@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/libertas/main.c