Skip to content
Commit 9d7fdf1b authored by Prasanna S Panchamukhi's avatar Prasanna S Panchamukhi Committed by Inaky Perez-Gonzalez
Browse files

wimax/i2400m: Move module params to other file so they can be static



This patch moves the module parameters to the file where they
can be avoided to be global and allow them to be static.

The module param : idle_mode_disabled and power_save_disabled
are moved from  driver.c to control.c. Also these module parameters
are declared to be static as they are not required to be global anymore.
The module param : rx_reorder_disabled is moved from driver.c file to
rx.c file. Also this parameter is declated as static as it is not
required to be global anymore.

Signed-off-by: default avatarPrasanna S <Panchamukhi&lt;prasannax.s.panchamukhi@intel.com>
parent 3e02a06a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment