We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d23623f commit 65ccc0fCopy full SHA for 65ccc0f
1 file changed
drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c
@@ -1793,8 +1793,8 @@ bool brcmf_p2p_send_action_frame(struct brcmf_cfg80211_info *cfg,
1793
/* do not configure anything. it will be */
1794
/* sent with a default configuration */
1795
} else {
1796
- bphy_err(drvr, "Unknown Frame: category 0x%x, action 0x%x\n",
1797
- category, action);
+ bphy_info_once(drvr, "Unknown Frame: category 0x%x, action 0x%x\n",
+ category, action);
1798
return false;
1799
}
1800
0 commit comments