Return-path: Received: from mail-lf0-f42.google.com ([209.85.215.42]:33842 "EHLO mail-lf0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752844AbbJYJOi (ORCPT ); Sun, 25 Oct 2015 05:14:38 -0400 Received: by lfaz124 with SMTP id z124so120420927lfa.1 for ; Sun, 25 Oct 2015 02:14:36 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1445763582-11421-7-git-send-email-emmanuel.grumbach@intel.com> References: <1445763582-11421-1-git-send-email-emmanuel.grumbach@intel.com> <1445763582-11421-7-git-send-email-emmanuel.grumbach@intel.com> Date: Sun, 25 Oct 2015 11:14:36 +0200 Message-ID: (sfid-20151025_101451_686805_C8656E18) Subject: Re: [PATCH 07/10] mac80211: allow driver to prevent two stations w/ same address From: Emmanuel Grumbach To: Emmanuel Grumbach Cc: Johannes Berg , linux-wireless , Johannes Berg Content-Type: text/plain; charset=UTF-8 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Sun, Oct 25, 2015 at 10:59 AM, Emmanuel Grumbach wrote: > From: Johannes Berg > > Some devices or drivers cannot deal with having the same station > address for different virtual interfaces, say as a client to two > virtual AP interfaces. Rather than requiring each driver with a > limitation like that to enforce it, add a hardware flag for it. > > Signed-off-by: Johannes Berg > Signed-off-by: Emmanuel Grumbach > --- > include/net/mac80211.h | 6 ++++++ > net/mac80211/debugfs.c | 1 + > net/mac80211/sta_info.c | 18 ++++++++++++++++-- > 3 files changed, 23 insertions(+), 2 deletions(-) > Got confused. You already sent this one.