[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAFBinCCnvO-CjjzSr0wkv6d-nin2Wa=GUbMMoUh02KD5aQWFoQ@mail.gmail.com>
Date: Mon, 17 Jan 2022 18:48:30 +0100
From: Martin Blumenstingl <martin.blumenstingl@...glemail.com>
To: Kalle Valo <kvalo@...nel.org>
Cc: linux-wireless@...r.kernel.org, tony0620emma@...il.com,
netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
Neo Jou <neojou@...il.com>,
Jernej Skrabec <jernej.skrabec@...il.com>,
Pkshih <pkshih@...ltek.com>
Subject: Re: [PATCH 1/4] rtw88: pci: Change type of rtw_hw_queue_mapping() and
ac_to_hwq to enum
Hi Kalle,
On Mon, Jan 17, 2022 at 1:11 PM Kalle Valo <kvalo@...nel.org> wrote:
[...]
> > -static u8 ac_to_hwq[] = {
> > +static enum rtw_tx_queue_type ac_to_hwq[] = {
> > [IEEE80211_AC_VO] = RTW_TX_QUEUE_VO,
> > [IEEE80211_AC_VI] = RTW_TX_QUEUE_VI,
> > [IEEE80211_AC_BE] = RTW_TX_QUEUE_BE,
>
> Shouldn't ac_to_hwq be static const?
Good point, thanks for this suggestion!
I will include that in v2 of this series (which I will send in a few
days so others can share their thoughts about these patches as well).
Best regards,
Martin
Powered by blists - more mailing lists