]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf3e6012d770163ecf74eaa3fb6c3b5175f591382
treec71f8cbfb7e1cb3425d0ed1aa70de2a333a59aa9
parentb71842025fa836070f87c5662195fcc6c50055df
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