Skip to content

Commit d46831b

Browse files
committed
brcmfmac: Shut up p2p unknown frame error
People keep complaining about this and think their wifi is broken for some reason... Signed-off-by: Hector Martin <[email protected]>
1 parent 5768c99 commit d46831b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • drivers/net/wireless/broadcom/brcm80211/brcmfmac

drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1793,8 +1793,8 @@ bool brcmf_p2p_send_action_frame(struct brcmf_cfg80211_info *cfg,
17931793
/* do not configure anything. it will be */
17941794
/* sent with a default configuration */
17951795
} else {
1796-
bphy_err(drvr, "Unknown Frame: category 0x%x, action 0x%x\n",
1797-
category, action);
1796+
bphy_info_once(drvr, "Unknown Frame: category 0x%x, action 0x%x\n",
1797+
category, action);
17981798
return false;
17991799
}
18001800

0 commit comments

Comments
 (0)