original_kernel/net/wireless
Stanislaw Gruszka d07d7507bf net, wireless: overwrite default_ethtool_ops
Since:

commit 2c60db0370
Author: Eric Dumazet <edumazet@google.com>
Date:   Sun Sep 16 09:17:26 2012 +0000

    net: provide a default dev->ethtool_ops

wireless core does not correctly assign ethtool_ops.

After alloc_netdev*() call, some cfg80211 drivers provide they own
ethtool_ops, but some do not. For them, wireless core provide generic
cfg80211_ethtool_ops, which is assigned in NETDEV_REGISTER notify call:

        if (!dev->ethtool_ops)
                dev->ethtool_ops = &cfg80211_ethtool_ops;

But after Eric's commit, dev->ethtool_ops is no longer NULL (on cfg80211
drivers without custom ethtool_ops), but points to &default_ethtool_ops.

In order to fix the problem, provide function which will overwrite
default_ethtool_ops and use it by wireless core.

Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
Acked-by: Johannes Berg <johannes@sipsolutions.net>
Acked-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2013-01-11 15:55:48 -08:00
..
.gitignore
Kconfig
Makefile
ap.c
chan.c cfg80211: check no-OFDM flag for channels wider than 20 MHz 2012-12-04 20:51:27 +01:00
core.c net, wireless: overwrite default_ethtool_ops 2013-01-11 15:55:48 -08:00
core.h cfg80211: fix BSS struct IE access races 2012-11-30 13:42:20 +01:00
db.txt
debugfs.c
debugfs.h
ethtool.c
ethtool.h
genregdb.awk
ibss.c
lib80211.c
lib80211_crypt_ccmp.c
lib80211_crypt_tkip.c
lib80211_crypt_wep.c
mesh.c cfg80211: fix channel error on mesh join 2012-12-03 11:24:49 +01:00
mlme.c
nl80211.c cfg80211: fix BSS struct IE access races 2012-11-30 13:42:20 +01:00
nl80211.h
radiotap.c
rdev-ops.h
reg.c CONFIG_HOTPLUG removal from networking core 2012-12-22 00:03:00 -08:00
reg.h cfg80211: fix BSS struct IE access races 2012-11-30 13:42:20 +01:00
regdb.h
scan.c cfg80211: fix BSS struct IE access races 2012-11-30 13:42:20 +01:00
sme.c cfg80211: fix BSS struct IE access races 2012-11-30 13:42:20 +01:00
sysfs.c CONFIG_HOTPLUG removal from networking core 2012-12-22 00:03:00 -08:00
sysfs.h
trace.c
trace.h
util.c cfg80211: fix BSS struct IE access races 2012-11-30 13:42:20 +01:00
wext-compat.c wext: explicitly cast -110 to u8 2012-12-07 11:58:26 +01:00
wext-compat.h
wext-core.c
wext-priv.c
wext-proc.c
wext-sme.c cfg80211: fix BSS struct IE access races 2012-11-30 13:42:20 +01:00
wext-spy.c