1. NAME

ieee80211_request_smps - request SM PS transition

2. SYNOPSIS

void ieee80211_request_smps(struct ieee80211_vif *  vif , enum ieee80211_smps_mode  smps_mode );

3. ARGUMENTS

vif
     struct ieee80211_vif pointer from the add_interface callback.

smps_mode
    new SM PS mode

4. DESCRIPTION

This allows the driver to request an SM PS transition in managed mode. This is useful when the driver has more information than the stack about possible interference, for example by bluetooth.

5. AUTHOR

Johannes Berg <>
    Author.

6. COPYRIGHT