From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mms2.broadcom.com ([216.31.210.18]:3669 "EHLO mms2.broadcom.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753568Ab3FEPez (ORCPT ); Wed, 5 Jun 2013 11:34:55 -0400 Message-ID: <51AF5A92.9050906@broadcom.com> (sfid-20130605_173457_982343_F5DC544C) Date: Wed, 5 Jun 2013 17:34:42 +0200 From: "Arend van Spriel" MIME-Version: 1.0 To: "Antonio Quartulli" cc: "Johannes Berg" , linux-wireless@vger.kernel.org, "Antonio Quartulli" , brcm80211-dev-list@broadcom.com Subject: Re: [PATCHv4 2/4] brcm80211: make mgmt_tx in brcmfmac accept a NULL channel References: <1370444989-2095-1-git-send-email-ordex@autistici.org> <1370444989-2095-2-git-send-email-ordex@autistici.org> In-Reply-To: <1370444989-2095-2-git-send-email-ordex@autistici.org> Content-Type: text/plain; charset=iso-8859-1; format=flowed Sender: linux-wireless-owner@vger.kernel.org List-ID: On 06/05/2013 05:09 PM, Antonio Quartulli wrote: > From: Antonio Quartulli > > cfg80211 passes a NULL channel to mgmt_tx if the frame has > to be sent on the one currently in use by the device. > Make the implementation of mgmt_tx correctly handle this > case > > Cc: Arend van Spriel > Cc: brcm80211-dev-list@broadcom.com > Signed-off-by: Antonio Quartulli > --- For my name above you (or Johannes) can change 'Cc:' to 'Acked-by:' Gr. AvS > v3: > - read current freq from the firmware via BRCMF_C_GET_CHANNEL > > drivers/net/wireless/brcm80211/brcmfmac/wl_cfg80211.c | 15 ++++++++++++--- > 1 file changed, 12 insertions(+), 3 deletions(-) >