linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Avinash Patil <patila@marvell.com>
To: <linux-wireless@vger.kernel.org>
Cc: <akarwar@marvell.com>, <cluo@marvell.com>, <yangyang@marvell.com>,
	<gaoqs@marvell.com>, Avinash Patil <patila@marvell.com>
Subject: [PATCH 01/10] mwifiex: do not send regulatory update while starting AP
Date: Wed, 14 Jan 2015 21:45:29 +0530	[thread overview]
Message-ID: <1421252138-30157-2-git-send-email-patila@marvell.com> (raw)
In-Reply-To: <1421252138-30157-1-git-send-email-patila@marvell.com>

When regulatory domain changes, cfg80211 already issues request
to change regulatory domain to driver via reg_notifier.
There is no need to set regulatory again during start_ap.

Signed-off-by: Avinash Patil <patila@marvell.com>
Signed-off-by: Qingshui Gao <gaoqs@marvell.com>
Signed-off-by: Cathy Luo <cluo@marvell.com>
---
 drivers/net/wireless/mwifiex/cfg80211.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/net/wireless/mwifiex/cfg80211.c b/drivers/net/wireless/mwifiex/cfg80211.c
index 56e50d6..85795f9 100644
--- a/drivers/net/wireless/mwifiex/cfg80211.c
+++ b/drivers/net/wireless/mwifiex/cfg80211.c
@@ -1737,7 +1737,6 @@ static int mwifiex_cfg80211_start_ap(struct wiphy *wiphy,
 		priv->adapter->config_bands = config_bands;
 
 	mwifiex_set_uap_rates(bss_cfg, params);
-	mwifiex_send_domain_info_cmd_fw(wiphy);
 
 	if (mwifiex_set_secure_params(priv, bss_cfg, params)) {
 		kfree(bss_cfg);
-- 
1.8.1.4


  reply	other threads:[~2015-01-14 10:46 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-14 16:15 [PATCH 00/10] mwifiex: DFS support for mwifiex AP Avinash Patil
2015-01-14 16:15 ` Avinash Patil [this message]
2015-01-14 16:15 ` [PATCH 02/10] mwifiex: store AP configuration in private structure Avinash Patil
2015-01-14 16:15 ` [PATCH 03/10] mwifiex: update IEs after AP has started Avinash Patil
2015-01-14 16:15 ` [PATCH 04/10] mwifiex: refactor start_ap handler Avinash Patil
2015-01-14 16:15 ` [PATCH 05/10] mwifiex: separate function for parsing head and tail IEs Avinash Patil
2015-01-14 16:15 ` [PATCH 06/10] mwifiex: add cfg80211 start_radar_detection handler Avinash Patil
2015-01-14 16:15 ` [PATCH 07/10] mwifiex: support for channel report for radar detection Avinash Patil
2015-01-14 16:15 ` [PATCH 08/10] mwifiex: handle radar detect event from FW Avinash Patil
2015-01-14 16:15 ` [PATCH 09/10] mwifiex: channel switch support for mwifiex Avinash Patil
2015-01-14 16:15 ` [PATCH 10/10] mwifiex: 11h handling for AP interface Avinash Patil
2015-01-23 19:00 ` [PATCH 00/10] mwifiex: DFS support for mwifiex AP Kalle Valo
2015-01-27 11:14   ` Avinash Patil

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1421252138-30157-2-git-send-email-patila@marvell.com \
    --to=patila@marvell.com \
    --cc=akarwar@marvell.com \
    --cc=cluo@marvell.com \
    --cc=gaoqs@marvell.com \
    --cc=linux-wireless@vger.kernel.org \
    --cc=yangyang@marvell.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).