#ifndef LINK_H #define LINK_H #include #include #include #include #ifndef SPEED_UNKNOWN #define SPEED_UNKNOWN -1 #endif #include "built_in.h" extern int wireless_sigqual(const char *ifname, struct iw_statistics *stats); extern int wireless_rangemax_sigqual(const char *ifname); extern u32 wireless_bitrate(const char *ifname); extern u32 ethtool_bitrate(const char *ifname); extern int ethtool_drvinf(const char *ifname, struct ethtool_drvinfo *drvinf); extern int ethtool_link(const char *ifname); #endif /* LINK_H */ t.git Git repository'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@ingics.com>2016-04-26 18:53:12 +0800
committerMark Brown <broonie@kernel.org>2016-04-26 11:56:09 +0100
commit71c5e53b42f3641f6066c34b2c060dfe64d0ac2e (patch)
tree36f0f80bfe03c8c9feef1f4c28a8a8b2005d50ae /Documentation/x86
parent83835fb07836eac1b35e98b919bf757ff7f77aad (diff)
spi: Drop duplicate code to set master->dev.parent
It's done by spi_alloc_master(). Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/x86')