Return-path: Received: from mail.net.t-labs.tu-berlin.de ([130.149.220.252]:46370 "EHLO mail.net.t-labs.tu-berlin.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751314AbaBVUga (ORCPT ); Sat, 22 Feb 2014 15:36:30 -0500 From: Thomas Huehn To: linville@tuxdriver.com Cc: linux-wireless@vger.kernel.org, johannes@sipsolutions.net, nbd@nbd.name, thomas@net.t-labs.tu-berlin.de Subject: [PATCH 0/6] mac80211: move specific tx flags into info->control.flags Date: Sat, 22 Feb 2014 21:36:14 +0100 Message-Id: <1393101380-1646-1-git-send-email-thomas@net.t-labs.tu-berlin.de> (sfid-20140222_213658_232061_1FA26BF9) Sender: linux-wireless-owner@vger.kernel.org List-ID: All usable bits in enum mac80211_tx_control_flags are depleted. In order to allow aditional control flag assigments this patchserie moves all flags that got only used in the tx-path from info->flags into info->control.flags. There are now 6 bits freed in enum mac80211_tx_control that are usable for e.g. upcoming transmit power control (tpc). Greetings Thomas