From patchwork Thu Jan 6 21:36:44 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Johannes Berg X-Patchwork-Id: 460801 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p06Lc6TI013773 for ; Thu, 6 Jan 2011 21:38:06 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751941Ab1AFViE (ORCPT ); Thu, 6 Jan 2011 16:38:04 -0500 Received: from he.sipsolutions.net ([78.46.109.217]:58392 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751410Ab1AFViD (ORCPT ); Thu, 6 Jan 2011 16:38:03 -0500 Received: by sipsolutions.net with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from ) id 1PaxX0-0001IK-NB; Thu, 06 Jan 2011 22:38:02 +0100 Message-Id: <20110106213714.894284080@sipsolutions.net> User-Agent: quilt/0.48-1 Date: Thu, 06 Jan 2011 22:36:44 +0100 From: Johannes Berg To: John Linville Cc: linux-wireless@vger.kernel.org, Johannes Berg Subject: [PATCH 1/4] mac80211: add missing docs for off-chan TX flag References: <20110106213643.454994320@sipsolutions.net> Content-Disposition: inline; filename=mac80211-tx-ctl-doc.patch Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Thu, 06 Jan 2011 21:38:18 +0000 (UTC) --- wireless-testing.orig/include/net/mac80211.h 2011-01-06 22:18:55.000000000 +0100 +++ wireless-testing/include/net/mac80211.h 2011-01-06 22:19:53.000000000 +0100 @@ -337,6 +337,10 @@ struct ieee80211_bss_conf { * @IEEE80211_TX_CTL_LDPC: tells the driver to use LDPC for this frame * @IEEE80211_TX_CTL_STBC: Enables Space-Time Block Coding (STBC) for this * frame and selects the maximum number of streams that it can use. + * @IEEE80211_TX_CTL_TX_OFFCHAN: Marks this packet to be transmitted on + * the off-channel channel when a remain-on-channel offload is done + * in hardware -- normal packets still flow and are expected to be + * handled properly by the device. * * Note: If you have to add new flags to the enumeration, then don't * forget to update %IEEE80211_TX_TEMPORARY_FLAGS when necessary.