Commit eab9ebfb authored by Johannes Berg's avatar Johannes Berg Committed by Gregory Greenman
Browse files

wifi: iwlwifi: mvm: fix typo in struct iwl_rx_no_data API

parent bcc58c83
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
/*
/*
 * Copyright (C) 2012-2014, 2018-2021 Intel Corporation
 * Copyright (C) 2012-2014, 2018-2022 Intel Corporation
 * Copyright (C) 2013-2015 Intel Mobile Communications GmbH
 * Copyright (C) 2013-2015 Intel Mobile Communications GmbH
 * Copyright (C) 2015-2017 Intel Deutschland GmbH
 * Copyright (C) 2015-2017 Intel Deutschland GmbH
 */
 */
@@ -668,7 +668,7 @@ struct iwl_rx_no_data {
	__le32 phy_info[2];
	__le32 phy_info[2];
	__le32 rx_vec[2];
	__le32 rx_vec[2];
} __packed; /* RX_NO_DATA_NTFY_API_S_VER_1,
} __packed; /* RX_NO_DATA_NTFY_API_S_VER_1,
	       TX_NO_DATA_NTFY_API_S_VER_2 */
	       RX_NO_DATA_NTFY_API_S_VER_2 */


struct iwl_frame_release {
struct iwl_frame_release {
	u8 baid;
	u8 baid;