diff options
| author | 2015-03-02 00:11:09 -0600 | |
|---|---|---|
| committer | 2015-03-02 16:43:41 -0500 | |
| commit | d476059e77d1af48453a58f9de1e36f2eaff6450 (patch) | |
| tree | ac24382189ef5639d155b9f4872d937d50fb8cba /drivers/net/wireless/hostap/hostap_main.c | |
| parent | ax25: Stop depending on arp_find (diff) | |
| download | wireguard-linux-d476059e77d1af48453a58f9de1e36f2eaff6450.tar.xz wireguard-linux-d476059e77d1af48453a58f9de1e36f2eaff6450.zip | |
net: Kill dev_rebuild_header
Now that there are no more users kill dev_rebuild_header and all of it's
implementations.
This is long overdue.
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/wireless/hostap/hostap_main.c')
| -rw-r--r-- | drivers/net/wireless/hostap/hostap_main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/hostap/hostap_main.c b/drivers/net/wireless/hostap/hostap_main.c index 52919ad42726..8f9f3e9fbfce 100644 --- a/drivers/net/wireless/hostap/hostap_main.c +++ b/drivers/net/wireless/hostap/hostap_main.c @@ -798,7 +798,6 @@ static void prism2_tx_timeout(struct net_device *dev) const struct header_ops hostap_80211_ops = { .create = eth_header, - .rebuild = eth_rebuild_header, .cache = eth_header_cache, .cache_update = eth_header_cache_update, .parse = hostap_80211_header_parse, |
