Files
linux/net/mac80211
Lennert Buytenhek 045cfb71a3 mac80211: fix queue selection for packets injected via monitor interface
Commit 'mac80211: fix skb buffering issue' added an ->ndo_select_queue()
for monitor interfaces which can end up dereferencing ieee802_1d_to_ac[]
beyond the end of the array for injected data packets (as skb->priority
isn't guaranteed to be zero or within [0:7]), which then triggers the
WARN_ON in net/core/dev.c:dev_cap_txqueue().  Fix this by always setting
the priority to zero on injected data frames.

Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
Cc: stable@kernel.org
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2010-01-08 15:49:15 -05:00
..
2009-07-10 15:01:49 -04:00
2009-12-21 11:32:27 -05:00
2009-07-10 15:01:48 -04:00
2009-11-18 17:09:27 -05:00
2010-01-05 16:21:40 -05:00
2009-11-18 17:09:18 -05:00
2010-01-05 16:21:40 -05:00
2010-01-05 16:21:40 -05:00
2009-11-18 17:09:17 -05:00
2009-07-24 15:05:09 -04:00
2010-01-05 16:21:40 -05:00
2009-11-18 17:09:17 -05:00