Skip to content
  • Inaky Perez-Gonzalez's avatar
    wimax/i2400m: introduce module parameter to disable entering power save · fb101674
    Inaky Perez-Gonzalez authored
    
    
    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: default avatarInaky Perez-Gonzalez <inaky@linux.intel.com>
    fb101674