From: Kalle Valo <kvalo@codeaurora.org>
To: Omer Efrat <omer.efrat@tandemg.com>
Cc: linux-wireless@vger.kernel.org, Omer Efrat <omer.efrat@tandemg.com>
Subject: Re: [2/3] wireless-drivers: use BIT_ULL for NL80211_STA_INFO_* attribute types
Date: Wed, 13 Jun 2018 11:35:07 +0000 (UTC) [thread overview]
Message-ID: <20180613113507.C548B602FC@smtp.codeaurora.org> (raw)
In-Reply-To: <1528273621-28116-2-git-send-email-omer.efrat@tandemg.com>
Omer Efrat <omer.efrat@tandemg.com> wrote:
> Since 'filled' member in station_info changed to u64, BIT_ULL macro
> should be used with NL80211_STA_INFO_* attribute types instead of BIT.
>
> The BIT macro uses unsigned long type which some architectures handle as 32bit
> and this results in compilation warnings such as:
>
> net/mac80211/sta_info.c:2223:2: warning: left shift count >= width of type
> sinfo->filled |= BIT(NL80211_STA_INFO_TID_STATS);
> ^
>
> Signed-off-by: Omer Efrat <omer.efrat@tandemg.com>
Can I take this patch 2 or is it going via some other tree?
--
https://patchwork.kernel.org/patch/10449829/
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
next prev parent reply other threads:[~2018-06-13 11:35 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-06 8:26 [PATCH 1/3] net: use BIT_ULL for NL80211_STA_INFO_* attribute types Omer Efrat
2018-06-06 8:27 ` [PATCH 2/3] wireless-drivers: " Omer Efrat
2018-06-13 11:35 ` Kalle Valo [this message]
[not found] ` <20180613113507.B5F646074D@smtp.codeaurora.org>
2018-06-13 11:46 ` [2/3] " Omer Efrat
2018-06-06 8:27 ` [PATCH 3/3] staging: " Omer Efrat
2018-06-13 12:42 ` [PATCH 1/3] net: " Johannes Berg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180613113507.C548B602FC@smtp.codeaurora.org \
--to=kvalo@codeaurora.org \
--cc=linux-wireless@vger.kernel.org \
--cc=omer.efrat@tandemg.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.