#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 */ tory'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Ahern <dsa@cumulusnetworks.com>2017-01-05 19:33:59 -0800
committerDavid S. Miller <davem@davemloft.net>2017-01-06 15:57:50 -0500
commitc7b371e34c0b9ed9e23271608448f89e6d66ba0a (patch)
tree546c5d92827b1d54f47a39cdbc07a4df2ac8415e
parent0c8d803f397a65adfffd3aa01f52555389f33239 (diff)
net: ipv4: make fib_select_default static
fib_select_default has a single caller within the same file. Make it static. Signed-off-by: David Ahern <dsa@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>