OSDN Git Service

mac80211: Fix dropping broadcast packets in 802.11 encap
authorSeevalamuthu Mariappan <seevalam@codeaurora.org>
Tue, 9 Jun 2020 10:15:54 +0000 (15:45 +0530)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 25 Jun 2020 08:54:35 +0000 (10:54 +0200)
commit78fb5b541b7ae57ac39187ccb3097e606004cf9b
tree727d6a0c16e3ae97760cdbec178e27add5fcbeb7
parent01da2e059dc326d02091a62b81a795a393e3719f
mac80211: Fix dropping broadcast packets in 802.11 encap

Broadcast pkts like arp are getting dropped in 'ieee80211_8023_xmit'.
Fix this by replacing is_valid_ether_addr api with is_zero_ether_addr.

Fixes: 50ff477a8639 ("mac80211: add 802.11 encapsulation offloading support")
Signed-off-by: Seevalamuthu Mariappan <seevalam@codeaurora.org>
Link: https://lore.kernel.org/r/1591697754-4975-1-git-send-email-seevalam@codeaurora.org
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/tx.c