Return-path: Received: from smtp2.u-psud.fr ([129.175.33.42]:46372 "EHLO smtp2.u-psud.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755177Ab3FCOON (ORCPT ); Mon, 3 Jun 2013 10:14:13 -0400 Message-ID: <51ACA309.60904@lri.fr> (sfid-20130603_161418_329582_DBE6534B) Date: Mon, 03 Jun 2013 16:07:05 +0200 From: Nicolas Cavallari MIME-Version: 1.0 To: Antonio Quartulli CC: Johannes Berg , linux-wireless@vger.kernel.org Subject: Re: [PATCH 1/2] nl80211: allow sending CMD_FRAME without specifying any frequency References: <1370241587-2609-1-git-send-email-ordex@autistici.org> In-Reply-To: <1370241587-2609-1-git-send-email-ordex@autistici.org> Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-wireless-owner@vger.kernel.org List-ID: On 03/06/2013 08:39, Antonio Quartulli wrote: > From: Antonio Quartulli > > Users may want to send a frame on the current channel > without specifying it. > > Make mgmt_tx pass a NULL channel to mac80211 if none has > been specified by the user. > > Signed-off-by: Antonio Quartulli > --- > net/wireless/nl80211.c | 17 +++++++++++++---- > 1 file changed, 13 insertions(+), 4 deletions(-) > Have you tested tracing or ath6kl ?