提交 4d660ce5 编写于 作者: E Emmanuel Grumbach 提交者: Wey-Yi Guy

iwlwifi: remove iwl_reset_traffic_log from shared

It is op_mode related
Signed-off-by: NEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: NWey-Yi Guy <wey-yi.w.guy@intel.com>
上级 3e6895c5
...@@ -197,6 +197,8 @@ const char *get_ctrl_string(int cmd); ...@@ -197,6 +197,8 @@ const char *get_ctrl_string(int cmd);
void iwl_clear_traffic_stats(struct iwl_priv *priv); void iwl_clear_traffic_stats(struct iwl_priv *priv);
void iwl_update_stats(struct iwl_priv *priv, bool is_tx, __le16 fc, void iwl_update_stats(struct iwl_priv *priv, bool is_tx, __le16 fc,
u16 len); u16 len);
void iwl_reset_traffic_log(struct iwl_priv *priv);
#else #else
static inline int iwl_alloc_traffic_mem(struct iwl_priv *priv) static inline int iwl_alloc_traffic_mem(struct iwl_priv *priv)
{ {
......
...@@ -553,10 +553,6 @@ void __releases(wait_entry) ...@@ -553,10 +553,6 @@ void __releases(wait_entry)
iwl_remove_notification(struct iwl_shared *shrd, iwl_remove_notification(struct iwl_shared *shrd,
struct iwl_notification_wait *wait_entry); struct iwl_notification_wait *wait_entry);
#ifdef CONFIG_IWLWIFI_DEBUGFS
void iwl_reset_traffic_log(struct iwl_priv *priv);
#endif /* CONFIG_IWLWIFI_DEBUGFS */
#define IWL_CMD(x) case x: return #x #define IWL_CMD(x) case x: return #x
#define IWL_MASK(lo, hi) ((1 << (hi)) | ((1 << (hi)) - (1 << (lo)))) #define IWL_MASK(lo, hi) ((1 << (hi)) | ((1 << (hi)) - (1 << (lo))))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册