]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Stop phy code from returning success to unknown ioctls.
authorDavid Woodhouse <dwmw2@infradead.org>
Wed, 28 Nov 2007 19:56:34 +0000 (19:56 +0000)
committerJeff Garzik <jeff@garzik.org>
Sat, 1 Dec 2007 21:35:51 +0000 (16:35 -0500)
commitdda93b486a25009456fca6b9c925ab4d7c6b6d6a
treeafadac90b06ac707096127eb07a7c74a82ddfb92
parent3d26e69533e4df45d03c0b9fa0b3f7e84980b873
Stop phy code from returning success to unknown ioctls.

This kind of sucks, and prevents the Fedora installer from using the
device for network installs...

[root@efika phy]# iwconfig eth0
Warning: Driver for device eth0 has been compiled with an ancient version
of Wireless Extension, while this program support version 11 and later.
Some things may be broken...

eth0        ESSID:off/any  Nickname:""
          NWID:0  Channel:0  Access Point: 00:00:BF:81:14:E0
          Bit Rate:-1.08206e+06 kb/s   Sensitivity=0/0
          RTS thr:off   Fragment thr:off
          Encryption key:<too big>
          Power Management:off

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/phy/phy.c