[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <2698334.cOteLZxmq0@bentobox>
Date: Wed, 20 Jun 2018 13:34:09 +0200
From: Sven Eckelmann <sven@...fation.org>
To: b.a.t.m.a.n@...ts.open-mesh.org
Cc: Omer Efrat <omer.efrat@...demg.com>,
linux-wireless@...r.kernel.org, netdev@...r.kernel.org
Subject: Re: [B.A.T.M.A.N.] [PATCH v4 3/5] batman-adv: use BIT_ULL for NL80211_STA_INFO_* attribute types
On Mittwoch, 20. Juni 2018 13:46:56 CEST Omer Efrat wrote:
> - if (!(sinfo.filled & BIT(NL80211_STA_INFO_EXPECTED_THROUGHPUT)))
> + if (!(sinfo.filled &
> + BIT_ULL(NL80211_STA_INFO_EXPECTED_THROUGHPUT)))
> goto default_throughput;
Please fix the alignment:
* Found wrong alignment at net/batman-adv/bat_v_elp.c:118, was 27 but expected 23
Kind regards,
Sven
Download attachment "signature.asc" of type "application/pgp-signature" (834 bytes)
Powered by blists - more mailing lists