P2PS: Remove unnecessary service hash filtering from p2p_reply_probe()
authorJouni Malinen <jouni@qca.qualcomm.com>
Thu, 18 Jun 2015 14:18:54 +0000 (17:18 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 18 Jun 2015 15:14:04 +0000 (18:14 +0300)
commitfdde3db6b8568ff289d129194ab7b895b505b456
treea8f6660a0c4116510da83297d34efcfe0604f1bd
parentf2e0eecf09ba5826f1fa4104ada7ab7bd7c715d4
P2PS: Remove unnecessary service hash filtering from p2p_reply_probe()

Probe Response building is already doing service matching and there is
no need to do this in both places, so simplify the p2p_reply_probe()
implementation.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/p2p/p2p.c