From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752775AbeC0NX7 (ORCPT ); Tue, 27 Mar 2018 09:23:59 -0400 Received: from s3.sipsolutions.net ([144.76.63.242]:60740 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752702AbeC0NQO (ORCPT ); Tue, 27 Mar 2018 09:16:14 -0400 Message-ID: <1522156568.3050.19.camel@sipsolutions.net> Subject: Re: [PATCH 1/3] ieee80211: Replace bit shifts with the BIT() macro for WLAN_CAPABILITY_*. From: Johannes Berg To: Quytelda Kahja , Larry Finger Cc: linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org Date: Tue, 27 Mar 2018 15:16:08 +0200 In-Reply-To: References: <20180324041027.6498-1-quytelda@tamalin.org> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.26.6 (3.26.6-1.fc27) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 2018-03-24 at 16:02 -0700, Quytelda Kahja wrote: > The "document" refers to the file in which the changes were made > ('include/linux/ieee80211.h'). You're the first person ever to do that, to my knowledge :) Either way, I don't really want to merge this since it would break staging, and I don't want to merge a staging fix either... so you'd have to get that sorted out first. johannes