]> Pileus Git - ~andy/linux/commitdiff
mwl8k: implement idle mode
authorLennert Buytenhek <buytenh@wantstofly.org>
Mon, 17 Aug 2009 21:59:40 +0000 (23:59 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 20 Aug 2009 15:38:07 +0000 (11:38 -0400)
Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/mwl8k.c

index 177d92f0b8778db79dcd2d9f72500e4139d1d8e4..65eefe835024a5d06a7b77e33a4df936ac4a8bf3 100644 (file)
@@ -2854,6 +2854,12 @@ static int mwl8k_config_wt(struct work_struct *wt)
        struct mwl8k_priv *priv = hw->priv;
        int rc = 0;
 
+       if (conf->flags & IEEE80211_CONF_IDLE) {
+               mwl8k_cmd_802_11_radio_disable(hw);
+               priv->current_channel = NULL;
+               goto mwl8k_config_exit;
+       }
+
        if (mwl8k_cmd_802_11_radio_enable(hw)) {
                rc = -EINVAL;
                goto mwl8k_config_exit;