Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove unnecessary debug messages.
Signed-off-by: David Lin <dlin@marvell.com>
  • Loading branch information
yuhhaurlin committed Aug 4, 2015
1 parent 36e430f commit aaf953e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
8 changes: 0 additions & 8 deletions fwcmd.c
Expand Up @@ -1194,14 +1194,6 @@ static void mwl_fwcmd_parse_beacon(struct mwl_priv *priv,
beacon_info->ie_ht_ptr = &beacon_info->ie_list_ht[0];
beacon_info->ie_vht_ptr = &beacon_info->ie_list_vht[0];
beacon_info->valid = true;

wiphy_info(priv->hw->wiphy,
"wmm:%d, rsn:%d, rsn48:%d, ht:%d, vht:%d",
beacon_info->ie_wmm_len,
beacon_info->ie_rsn_len,
beacon_info->ie_rsn48_len,
beacon_info->ie_ht_len,
beacon_info->ie_vht_len);
}
}

Expand Down
3 changes: 0 additions & 3 deletions mac80211.c
Expand Up @@ -372,9 +372,6 @@ static void mwl_mac80211_bss_info_changed(struct ieee80211_hw *hw,
struct ieee80211_bss_conf *info,
u32 changed)
{
wiphy_debug(hw->wiphy, "interface: %d, change: 0x%x",
vif->type, changed);

if (vif->type == NL80211_IFTYPE_STATION)
mwl_mac80211_bss_info_changed_sta(hw, vif, info, changed);

Expand Down

0 comments on commit aaf953e

Please sign in to comment.