wimax/i2400m: introduce module parameter to disable entering power save
authorInaky Perez-Gonzalez <inaky@linux.intel.com>
Thu, 7 May 2009 17:27:42 +0000 (10:27 -0700)
committerInaky Perez-Gonzalez <inaky@linux.intel.com>
Thu, 11 Jun 2009 10:30:17 +0000 (03:30 -0700)
commitfb10167478a3a8e29fe122a7bf4c67b5cfc48a1b
treec71f8cbfb7e1cb3425d0ed1aa70de2a333a59aa9
parent0ed586d075ef65c0268982e5b7f36d0ffaa95547
wimax/i2400m: introduce module parameter to disable entering power save

The i2400m driver waits for the device to report being ready for
entering power save before asking it to do so. This module parameter
allows control of said operation; if disabled, the driver won't ask
the device to enter power save mode.

This is useful in setups where power saving is not so important or
when the overhead imposed by network reentry after power save is not
acceptable; by combining this with parameter 'idle_mode_disabled', the
driver will always maintain both the connection and the device in
active state.

Signed-off-by: Inaky Perez-Gonzalez <inaky@linux.intel.com>
drivers/net/wimax/i2400m/control.c
drivers/net/wimax/i2400m/driver.c
drivers/net/wimax/i2400m/i2400m.h