Return-path: Received: from wolverine01.qualcomm.com ([199.106.114.254]:53907 "EHLO wolverine01.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750828Ab1IPKIt (ORCPT ); Fri, 16 Sep 2011 06:08:49 -0400 From: Vivek Natarajan To: CC: Subject: [PATCH] ath6kl: Indicate the roaming capability of the firmware Date: Fri, 16 Sep 2011 15:38:43 +0530 Message-ID: <1316167723-2346-1-git-send-email-nataraja@qca.qualcomm.com> (sfid-20110916_120853_370553_F0FABF1C) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-wireless-owner@vger.kernel.org List-ID: Signed-off-by: Vivek Natarajan --- drivers/net/wireless/ath/ath6kl/init.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/net/wireless/ath/ath6kl/init.c b/drivers/net/wireless/ath/ath6kl/init.c index b9b13a0..38d7e94 100644 --- a/drivers/net/wireless/ath/ath6kl/init.c +++ b/drivers/net/wireless/ath/ath6kl/init.c @@ -1494,6 +1494,8 @@ static int ath6kl_init(struct net_device *dev) if (!status) goto ath6kl_init_done; + ar->wdev->wiphy->flags |= WIPHY_FLAG_SUPPORTS_FW_ROAM; + err_htc_stop: ath6kl_htc_stop(ar->htc_target); err_rxbuf_cleanup: -- 1.7.1