lkml.org 
[lkml]   [2018]   [Mar]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH AUTOSEL for 4.4 001/167] cfg80211: make RATE_INFO_BW_20 the default
    Date
    From: Johannes Berg <johannes.berg@intel.com>

    [ Upstream commit 842be75c77cb72ee546a2b19da9c285fb3ded660 ]

    Due to the way I did the RX bitrate conversions in mac80211 with
    spatch, going setting flags to setting the value, many drivers now
    don't set the bandwidth value for 20 MHz, since with the flags it
    wasn't necessary to (there was no 20 MHz flag, only the others.)

    Rather than go through and try to fix up all the drivers, instead
    renumber the enum so that 20 MHz, which is the typical bandwidth,
    actually has the value 0, making those drivers all work again.

    If VHT was hit used with a driver not reporting it, e.g. iwlmvm,
    this manifested in hitting the bandwidth warning in
    cfg80211_calculate_bitrate_vht().

    Reported-by: Linus Torvalds <torvalds@linux-foundation.org>
    Tested-by: Jens Axboe <axboe@kernel.dk>
    Signed-off-by: Johannes Berg <johannes.berg@intel.com>
    Signed-off-by: David S. Miller <davem@davemloft.net>
    Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
    ---
    include/net/cfg80211.h | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h
    index b5f3693fe5b6..c05748cc1b20 100644
    --- a/include/net/cfg80211.h
    +++ b/include/net/cfg80211.h
    @@ -933,9 +933,9 @@ enum rate_info_flags {
    * @RATE_INFO_BW_160: 160 MHz bandwidth
    */
    enum rate_info_bw {
    + RATE_INFO_BW_20 = 0,
    RATE_INFO_BW_5,
    RATE_INFO_BW_10,
    - RATE_INFO_BW_20,
    RATE_INFO_BW_40,
    RATE_INFO_BW_80,
    RATE_INFO_BW_160,
    --
    2.14.1
    \
     
     \ /
      Last update: 2018-03-19 18:37    [W:4.174 / U:0.088 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site