fd18a09164a0ceb12428ab092ce9d00e48d parent e3e07e0b10b3e6ca5cc7f6f4bf28d3419a9a12e4 author Johannes Berg 1334018811 -0700 committer John W. Linville 1334257568 -0400 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