Return-path: Received: from wolverine02.qualcomm.com ([199.106.114.251]:55327 "EHLO wolverine02.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751589Ab2F1LRd (ORCPT ); Thu, 28 Jun 2012 07:17:33 -0400 Cc: Vladimir Kondratiev , , "Luis R . Rodriguez" From: Vladimir Kondratiev To: "John W . Linville" Subject: [RFC 60g 0/5] Infrastructure for 60g (802.11ad) Date: Thu, 28 Jun 2012 14:16:55 +0300 Message-ID: <1340882220-31768-1-git-send-email-qca_vkondrat@qca.qualcomm.com> (sfid-20120628_131738_449886_D92531DB) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-wireless-owner@vger.kernel.org List-ID: These patches add minimal infrastructure for the 60gHz (802.11ad) band WiFi drivers. This change enables offload drivers for the 60GHz devices that implement the 802.11 MAC functionality in the device itself. In particular, a driver basing on this infrastructure will be published shortly. Vladimir Kondratiev (5): wireless: add 802.11ad (60gHz band) wireless: rate check logic for 60g wireless: regulatory for 60g wireless: 60g protocol constants wireless: bitrate calculation for 60g include/linux/ieee80211.h | 89 ++++++++++++++++++++++++++++++++++++++++++++- include/linux/nl80211.h | 2 + include/net/cfg80211.h | 4 ++ net/mac80211/tx.c | 2 + net/wireless/core.c | 10 ++++- net/wireless/reg.c | 5 ++- net/wireless/util.c | 84 ++++++++++++++++++++++++++++++++++++++---- 7 files changed, 184 insertions(+), 12 deletions(-) -- 1.7.9.5