]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mac80211: Fix ieee80211_rx_reorder_ampdu: ignore QoS null packets
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Wed, 9 Jul 2008 21:47:19 +0000 (00:47 +0300)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 14 Jul 2008 18:52:56 +0000 (14:52 -0400)
commit2560b6e2e4b87df211ea39b3b02498959b70b4e8
tree13e4b3dfb8a07ad2f45f3833f347d1334987a185
parent4ece16a1cf9d36fee6d3ccb2c933296cf660e44d
mac80211: Fix ieee80211_rx_reorder_ampdu: ignore QoS null packets

This patch fixes the check at the entrance to ieee80211_rx_reorder_ampdu.
This check has been broken by 'mac80211: rx.c use new helpers'.

Letting QoS NULL packet in ieee80211_rx_reorder_ampdu led to packet loss in
RX.

Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/rx.c