From: Johannes Berg Date: Tue, 10 Apr 2012 00:46:51 +0000 (-0700) Subject: iwlwifi: move rx_page_order into transport X-Git-Tag: v3.5-rc1~109^2~410^2~117 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2cf410ccb927141e69aa610b6dcf5137701f3af;p=pandora-kernel.git iwlwifi: move rx_page_order into transport That way it isn't needed in hw_params, which is shared data. It also isn't really what we should configure in the transport, that is better just 4k/8k, so configure a bool and derive the page order in the transport. This also means the transport doesn't need access to the module parameter any more. Signed-off-by: Johannes Berg Signed-off-by: Wey-Yi Guy Signed-off-by: John W. Linville --- Reading git-diff-tree failed