Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp803986ybl; Fri, 6 Dec 2019 06:31:48 -0800 (PST) X-Google-Smtp-Source: APXvYqykGBX2LqrRpLW5niFDYESxYrlIGAIix7b89SAeBnSqGvAlcOYLNV88kUDzConhycblRCv1 X-Received: by 2002:a9d:6745:: with SMTP id w5mr10666124otm.221.1575642708616; Fri, 06 Dec 2019 06:31:48 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1575642708; cv=none; d=google.com; s=arc-20160816; b=rxKBldZFZUMW8FV375gq/MYUTe1GlqPHzH762kLGtaxZxn7d415lrea2qphAIbGK7c d3AZS+aNHq5OMX6UNnwuluMVgRiOVapeDnfVRWBWWwMQ2jqsSGkUCbsLD/IifuESrwte ivMLkATIFv+TI6tEaRhKY3NSAPYlS6cd3X3pm2aXLuLuxngpnIdl1+czH5RlBw+bA11U ZFD8kX/ecfRzCI9uagBpR158Efj4BsNclN4//LS5BmzGKfatzlUpNn0NIhM7C70i73Ou TrMChFYTT83mL1t6Rv07x8fCYKgW9q8cX7hRPbxb5r4x1OZI3ZmlokEvX6QSBCsnFfu2 bWgQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=QMioK+KDavUnI4CdNs3c5UN+cI9qG48YXyomQdrFU8o=; b=gHXsidbH6k/5u39OOmixhD1Ll38uEBOC4SDaQBxD+rzzmNcbI3DeCdK3Ysgza+PSC+ Rs8etTsZKS07mwGgV1DHFicl2/+lo8DFlZmRhBH8EV+dNImanQekzgs/gF3y6AUObjW2 /S1/Y09DltM6XMZVHNfOJTWCv45FDCA9CP3YSc0yAW/9Q01Q5heghKhEGr3bqYGwCiLW uuEGkpOPT2jIBldSiaZ0/KQPp1v/X0QiGBBXzlPbupZdD9+lJ/gysGd3tBq05I0fhRU5 s3Ja3CIOZKSYIex/yr9JnymHEdKdhl0aPiymXBAUTGgFD1NKa06UzQCNSh5JkOVcOS4o d2qw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-wireless-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id v76si6851034oif.207.2019.12.06.06.31.27; Fri, 06 Dec 2019 06:31:48 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-wireless-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-wireless-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726269AbfLFObM (ORCPT + 99 others); Fri, 6 Dec 2019 09:31:12 -0500 Received: from nbd.name ([46.4.11.11]:36196 "EHLO nbd.name" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726234AbfLFObM (ORCPT ); Fri, 6 Dec 2019 09:31:12 -0500 Received: from tmo-101-57.customers.d1-online.com ([80.187.101.57] helo=bertha.datto.lan) by ds12 with esmtpa (Exim 4.89) (envelope-from ) id 1idEdR-00046n-Je; Fri, 06 Dec 2019 15:31:09 +0100 From: John Crispin To: Johannes Berg Cc: linux-wireless@vger.kernel.org, John Crispin Subject: [PATCH] trivial: mac80211: fix indentation Date: Fri, 6 Dec 2019 15:31:03 +0100 Message-Id: <20191206143103.3645-1-john@phrozen.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org Signed-off-by: John Crispin --- include/linux/ieee80211.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/ieee80211.h b/include/linux/ieee80211.h index 7d3f2ced92d1..e172d0c7bf74 100644 --- a/include/linux/ieee80211.h +++ b/include/linux/ieee80211.h @@ -2047,7 +2047,7 @@ ieee80211_he_ppe_size(u8 ppe_thres_hdr, const u8 *phy_cap_info) #define IEEE80211_HE_OPERATION_ER_SU_DISABLE 0x00010000 #define IEEE80211_HE_OPERATION_6GHZ_OP_INFO 0x00020000 #define IEEE80211_HE_OPERATION_BSS_COLOR_MASK 0x3f000000 -#define IEEE80211_HE_OPERATION_BSS_COLOR_OFFSET 24 +#define IEEE80211_HE_OPERATION_BSS_COLOR_OFFSET 24 #define IEEE80211_HE_OPERATION_PARTIAL_BSS_COLOR 0x40000000 #define IEEE80211_HE_OPERATION_BSS_COLOR_DISABLED 0x80000000 -- 2.20.1