// SPDX-License-Identifier: GPL-2.0 /****************************************************************************** * * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. * ******************************************************************************/ #include <drv_types.h> #include <linux/kernel.h> static const u32 ch_freq_map[] = …; u32 rtw_ch2freq(u32 channel) { … }