From: Emmanuel Grumbach Date: Thu, 7 Jul 2011 14:59:02 +0000 (-0700) Subject: iwlagn: move the Rx dispatching to the upper layer X-Git-Tag: v3.1-rc1~255^2~14^2^2~98 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ab9f6c11b003d086ae4890ea202cc3c66f5a17a;p=pandora-kernel.git iwlagn: move the Rx dispatching to the upper layer The upper layer receives a pointer to an iwl_rx_mem_buffer. I would prefer the upper layer to receive a pointer to an iwl_rx_packet, but this is impossible since the Rx path needs to add the address of the page to the skb. I may find a solution later. All the pre_rx_handler and notification code has been moved to the upper layer. Signed-off-by: Emmanuel Grumbach Signed-off-by: Wey-Yi Guy --- Reading git-diff-tree failed