|
@@ -304,21 +304,11 @@ inline void rtw_set_oper_ch23a(struct rtw_adapter *adapter, u8 ch)
|
|
|
adapter_to_dvobj(adapter)->oper_channel = ch;
|
|
|
}
|
|
|
|
|
|
-inline u8 rtw_get_oper_bw23a(struct rtw_adapter *adapter)
|
|
|
-{
|
|
|
- return adapter_to_dvobj(adapter)->oper_bwmode;
|
|
|
-}
|
|
|
-
|
|
|
inline void rtw_set_oper_bw23a(struct rtw_adapter *adapter, u8 bw)
|
|
|
{
|
|
|
adapter_to_dvobj(adapter)->oper_bwmode = bw;
|
|
|
}
|
|
|
|
|
|
-inline u8 rtw_get_oper_ch23aoffset(struct rtw_adapter *adapter)
|
|
|
-{
|
|
|
- return adapter_to_dvobj(adapter)->oper_ch_offset;
|
|
|
-}
|
|
|
-
|
|
|
inline void rtw_set_oper_ch23aoffset23a(struct rtw_adapter *adapter, u8 offset)
|
|
|
{
|
|
|
adapter_to_dvobj(adapter)->oper_ch_offset = offset;
|