mirror of
https://github.com/torvalds/linux.git
synced 2024-12-23 11:21:33 +00:00
0770f71845
The traditional license information is replaced by the SPDX form. There are no code changes. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
16 lines
495 B
C
16 lines
495 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/* Copyright(c) 2009-2012 Realtek Corporation.*/
|
|
|
|
#ifndef __RTL92CE_SW_H__
|
|
#define __RTL92CE_SW_H__
|
|
|
|
int rtl92c_init_sw_vars(struct ieee80211_hw *hw);
|
|
void rtl92c_deinit_sw_vars(struct ieee80211_hw *hw);
|
|
void rtl92c_init_var_map(struct ieee80211_hw *hw);
|
|
bool _rtl92ce_phy_config_bb_with_headerfile(struct ieee80211_hw *hw,
|
|
u8 configtype);
|
|
bool _rtl92ce_phy_config_bb_with_pgheaderfile(struct ieee80211_hw *hw,
|
|
u8 configtype);
|
|
|
|
#endif
|