From: Ron Rindjunsky Date: Mon, 24 Dec 2007 11:36:39 +0000 (+0200) Subject: mac80211: restructure __ieee80211_rx X-Git-Tag: v2.6.25-rc1~1162^2~848 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6368e4b18d5c71c73eecd96d568e726b80e5bce1;p=pandora-kernel.git mac80211: restructure __ieee80211_rx This patch makes a separation between Rx frame pre-handling which stays in __ieee80211_rx and Rx frame handlers, moving to __ieee80211_rx_handle_packet. Although this separation has no affect in regular mode of operation, this kind of mechanism will be used in A-MPDU frames reordering as it allows accumulation of frames during pre-handling, dispatching them to later handling when necessary. Signed-off-by: Ron Rindjunsky Signed-off-by: John W. Linville Signed-off-by: David S. Miller --- Reading git-diff-tree failed