mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-09-22 14:45:48 +00:00
ENGR00122879 ath6kl: set default ifname to wlan%d
It's easy for ChromiumOS to use. Signed-off-by: Richard Zhao <richard.zhao@freescale.com>
This commit is contained in:
committed by
Matt Sealey
parent
9eae1095e9
commit
a54c57ea1d
@@ -111,7 +111,7 @@ unsigned int processDot11Hdr = 0;
|
||||
int bmienable = BMIENABLE_DEFAULT;
|
||||
|
||||
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0)
|
||||
char ifname[IFNAMSIZ] = {0,};
|
||||
char ifname[IFNAMSIZ] = "wlan%d";
|
||||
#endif /* LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0) */
|
||||
|
||||
int wlaninitmode = WLAN_INIT_MODE_DEFAULT;
|
||||
|
||||
Reference in New Issue
Block a user