]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: restructure __ieee80211_rx
authorRon Rindjunsky <ron.rindjunsky@intel.com>
Mon, 24 Dec 2007 11:36:39 +0000 (13:36 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:00:57 +0000 (15:00 -0800)
commit83293a450c64ecddc6859559be04feb209b85a55
treee12388f4ed3c506e085694a179855302c5fc2674
parentb84f00a7b66232a9006b11e65b5845a90ba35cf2
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 <ron.rindjunsky@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/mac80211/rx.c