rxon.c (1136fa0c07de570dc17858745af8be169d1440ba) rxon.c (046d2e7c50e3087a32a85fd384c21f896dbccf83)
1// SPDX-License-Identifier: GPL-2.0-only
2/******************************************************************************
3 *
4 * Copyright(c) 2003 - 2014 Intel Corporation. All rights reserved.
5 * Copyright(c) 2015 Intel Deutschland GmbH
6 *****************************************************************************/
7
8#include <linux/etherdevice.h>

--- 1266 unchanged lines hidden (view full) ---

1275 * setting up the connection, in that case mac80211
1276 * will soon tell us about that.
1277 */
1278 need_multiple = false;
1279 rcu_read_unlock();
1280 break;
1281 }
1282
1// SPDX-License-Identifier: GPL-2.0-only
2/******************************************************************************
3 *
4 * Copyright(c) 2003 - 2014 Intel Corporation. All rights reserved.
5 * Copyright(c) 2015 Intel Deutschland GmbH
6 *****************************************************************************/
7
8#include <linux/etherdevice.h>

--- 1266 unchanged lines hidden (view full) ---

1275 * setting up the connection, in that case mac80211
1276 * will soon tell us about that.
1277 */
1278 need_multiple = false;
1279 rcu_read_unlock();
1280 break;
1281 }
1282
1283 ht_cap = &sta->ht_cap;
1283 ht_cap = &sta->deflink.ht_cap;
1284
1285 need_multiple = true;
1286
1287 /*
1288 * If the peer advertises no support for receiving 2 and 3
1289 * stream MCS rates, it can't be transmitting them either.
1290 */
1291 if (ht_cap->mcs.rx_mask[1] == 0 &&

--- 256 unchanged lines hidden ---
1284
1285 need_multiple = true;
1286
1287 /*
1288 * If the peer advertises no support for receiving 2 and 3
1289 * stream MCS rates, it can't be transmitting them either.
1290 */
1291 if (ht_cap->mcs.rx_mask[1] == 0 &&

--- 256 unchanged lines hidden ---