summaryrefslogtreecommitdiff
path: root/fwcmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'fwcmd.h')
-rw-r--r--fwcmd.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/fwcmd.h b/fwcmd.h
index fdb9fe8..74a21d3 100644
--- a/fwcmd.h
+++ b/fwcmd.h
@@ -206,6 +206,15 @@ int mwl_fwcmd_set_cdd(struct ieee80211_hw *hw);
int mwl_fwcmd_get_temp(struct ieee80211_hw *hw, u32 *temp);
+int mwl_fwcmd_get_fw_region_code(struct ieee80211_hw *hw,
+ u32 *fw_region_code);
+
+int mwl_fwcmd_get_device_pwr_tbl(struct ieee80211_hw *hw,
+ struct mwl_device_pwr_tbl *device_ch_pwrtbl,
+ u8 *region_code,
+ u8 *number_of_channels,
+ u32 channel_index);
+
int mwl_fwcmd_quiet_mode(struct ieee80211_hw *hw, bool enable, u32 period,
u32 duration, u32 next_offset);