mvm.h (7a41d58936b2cd32197cfe4a583a9c7d3b4dc7b0) | mvm.h (0c9a8f9084be45525d445bf9e55ccbb152a16e1f) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ 2/* 3 * Copyright (C) 2012-2014, 2018-2022 Intel Corporation 4 * Copyright (C) 2013-2015 Intel Mobile Communications GmbH 5 * Copyright (C) 2016-2017 Intel Deutschland GmbH 6 */ 7#ifndef __IWL_MVM_H__ 8#define __IWL_MVM_H__ --- 420 unchanged lines hidden (view full) --- 429 enum iwl_tsf_id tsf_id; 430 431 struct iwl_mvm_time_event_data time_event_data; 432 struct iwl_mvm_time_event_data hs_time_event_data; 433 434 /* TCP Checksum Offload */ 435 netdev_features_t features; 436 | 1/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ 2/* 3 * Copyright (C) 2012-2014, 2018-2022 Intel Corporation 4 * Copyright (C) 2013-2015 Intel Mobile Communications GmbH 5 * Copyright (C) 2016-2017 Intel Deutschland GmbH 6 */ 7#ifndef __IWL_MVM_H__ 8#define __IWL_MVM_H__ --- 420 unchanged lines hidden (view full) --- 429 enum iwl_tsf_id tsf_id; 430 431 struct iwl_mvm_time_event_data time_event_data; 432 struct iwl_mvm_time_event_data hs_time_event_data; 433 434 /* TCP Checksum Offload */ 435 netdev_features_t features; 436 |
437 struct ieee80211_sta *ap_sta; 438 |
|
437 /* we can only have 2 GTK + 2 IGTK active at a time */ 438 struct ieee80211_key_conf *ap_early_keys[4]; 439 440 struct { 441 struct ieee80211_key_conf __rcu *keys[2]; 442 } bcn_prot; 443 444 struct iwl_mvm_vif_link_info deflink; --- 2195 unchanged lines hidden --- | 439 /* we can only have 2 GTK + 2 IGTK active at a time */ 440 struct ieee80211_key_conf *ap_early_keys[4]; 441 442 struct { 443 struct ieee80211_key_conf __rcu *keys[2]; 444 } bcn_prot; 445 446 struct iwl_mvm_vif_link_info deflink; --- 2195 unchanged lines hidden --- |