mac80211: remove useless skb->encapsulation check
authorJohannes Berg <johannes.berg@intel.com>
Tue, 5 May 2015 13:25:33 +0000 (15:25 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 5 May 2015 13:25:33 +0000 (15:25 +0200)
commitf603f1f342547b597450b9d1e1e00b3e07c6e41b
treebbe1f5fb4a831afa72a68c467d77269e45e3ea35
parent8d5c25856859bd826aca4b88103552a80b344cef
mac80211: remove useless skb->encapsulation check

No current (and planned, as far as I know) wifi devices support
encapsulation checksum offload, so remove the useless test here.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/tx.c