mac80211: fix header ops
authorJohannes Berg <johannes@sipsolutions.net>
Wed, 12 Dec 2007 15:31:52 +0000 (16:31 +0100)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 20 Dec 2007 00:43:46 +0000 (16:43 -0800)
commit3333590e94262aebb5d0fb767cc7ed8b2359705c
treeddd3da4a857c3eae92d3924e1fe1b2da1ff0af65
parent2d192d9552881f4cf88e62072047c72ef2b5aa7f
mac80211: fix header ops

When using recvfrom() on a SOCK_DGRAM packet socket, I noticed that the MAC
address passed back for wireless frames was always completely wrong. The
reason for this is that the header parse function assigned to our virtual
interfaces is a function parsing an 802.11 rather than 802.3 header. This
patch fixes it by keeping the default ethernet header operations assigned.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/ieee80211.c