]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
P2P: Fix a typo in debug message
authorPurushottam Kushwaha <p.kushwaha@samsung.com>
Tue, 3 Nov 2015 07:06:55 +0000 (07:06 +0000)
committerJouni Malinen <j@w1.fi>
Sun, 15 Nov 2015 16:55:23 +0000 (18:55 +0200)
Signed-off-by: Dilshad Ahmad <dilshad.a@samsung.com>
src/p2p/p2p_invitation.c

index 108e5b7f93e4d0c45d1dac89737b255aa133ed7c..70da15a964d60c7805147687846e0be286acbf6f 100644 (file)
@@ -284,7 +284,7 @@ void p2p_process_invitation_req(struct p2p_data *p2p, const u8 *sa,
 
                if (!p2p_channels_includes(&intersection, reg_class, channel))
                {
-                       p2p_dbg(p2p, "forced freq %d MHz not in the supported channels interaction",
+                       p2p_dbg(p2p, "forced freq %d MHz not in the supported channels intersection",
                                op_freq);
                        status = P2P_SC_FAIL_NO_COMMON_CHANNELS;
                        goto fail;