Skip to content

Commit 2e9564d

Browse files
marcanjannau
authored andcommitted
wifi: 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 <marcan@marcan.st>
1 parent 52b2c2a commit 2e9564d

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
@@ -1784,8 +1784,8 @@ bool brcmf_p2p_send_action_frame(struct brcmf_if *ifp,
17841784
/* do not configure anything. it will be */
17851785
/* sent with a default configuration */
17861786
} else {
1787-
bphy_err(drvr, "Unknown Frame: category 0x%x, action 0x%x\n",
1788-
category, action);
1787+
bphy_info_once(drvr, "Unknown Frame: category 0x%x, action 0x%x\n",
1788+
category, action);
17891789
return false;
17901790
}
17911791

0 commit comments

Comments
 (0)