/* SPDX-License-Identifier: GPL-2.0-only */ /****************************************************************************** * * Copyright(c) 2003 - 2011 Intel Corporation. All rights reserved. * * Portions of this file are derived from the ieee80211 subsystem header files. * * Contact Information: * Intel Linux Wireless <[email protected]> * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 * *****************************************************************************/ #ifndef __il_spectrum_h__ #define __il_spectrum_h__ enum { … }; struct ieee80211_basic_report { … } __packed; enum { … }; enum { … }; struct ieee80211_measurement_params { … } __packed; struct ieee80211_info_element { … } __packed; struct ieee80211_measurement_request { … } __packed; struct ieee80211_measurement_report { … } __packed; #endif