Return-path: Received: from wolverine01.qualcomm.com ([199.106.114.254]:53285 "EHLO wolverine01.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751507Ab2HMPir (ORCPT ); Mon, 13 Aug 2012 11:38:47 -0400 From: Sujith Manoharan MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Message-ID: <20521.7840.420228.712856@gargle.gargle.HOWL> (sfid-20120813_173851_326790_2A8CD9CC) Date: Mon, 13 Aug 2012 21:04:56 +0530 To: Mohammed Shafi Shajakhan CC: "John W. Linville" , , Rodriguez Luis , Subject: [RFC 1/3] ath9k: cleanup add_iterface/change_interface In-Reply-To: <1344871278-6499-1-git-send-email-mohammed@qca.qualcomm.com> References: <1344871278-6499-1-git-send-email-mohammed@qca.qualcomm.com> Sender: linux-wireless-owner@vger.kernel.org List-ID: Mohammed Shafi Shajakhan wrote: > From: Mohammed Shafi Shajakhan > > All these checks will be handled by cfg80211 based on > the interface combination advertized. For instance > we support 8 beacon while we advertize maximum 8 > beaconing interface in the interface combination > support, also cfg80211 will take care of not allowing > us to add an interface that is not supported by the > driver, so as if the change_interface changes the > old interface to a beaconing interface where we had > reached the maximum number of beacoing interface This looks good. Sujith