https://github.com/torvalds/linux
Revision 3f2eeac97952b262f2b904c6150a9879777995eb authored by Daniel Drake on 02 April 2008, 19:33:54 UTC, committed by John W. Linville on 08 April 2008, 02:19:29 UTC
Commit bada339ba24dee9e143bfb42e1dc61f146619846 enforces that all
interfaces have a valid MAC address before they are brought up.

ipw2200 does not assign a MAC address to it's radiotap interface, meaning
that the radiotap interface cannot be brought up in 2.6.24.
https://bugs.gentoo.org/show_bug.cgi?id=215714

Fix this by copying the MAC address from the real interface.

Signed-off-by: Daniel Drake <dsd@gentoo.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
1 parent 877cb0d
History
Tip revision: 3f2eeac97952b262f2b904c6150a9879777995eb authored by Daniel Drake on 02 April 2008, 19:33:54 UTC
ipw2200: set MAC address on radiotap interface
Tip revision: 3f2eeac
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
usr
virt
.gitignore -rw-r--r-- 644 bytes
.mailmap -rw-r--r-- 3.6 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 90.4 KB
Kbuild -rw-r--r-- 1.6 KB
MAINTAINERS -rw-r--r-- 94.9 KB
Makefile -rw-r--r-- 52.8 KB
README -rw-r--r-- 16.5 KB
REPORTING-BUGS -rw-r--r-- 3.1 KB

README

back to top