OSDN Git Service

Remove unnecessary channel list filtering
authorIrfan Sheriff <isheriff@google.com>
Tue, 25 Sep 2012 06:59:04 +0000 (23:59 -0700)
committerIrfan Sheriff <isheriff@google.com>
Wed, 26 Sep 2012 06:42:08 +0000 (23:42 -0700)
commit069fa2c39ec7120656a2ea8cca83c5ee41ddab60
tree44bcce495cb9b4e5865b481b41ef3e884b721726
parent91c40cdce17424d9a4718876becf0b7811cf68f2
Remove unnecessary channel list filtering

Operating channel is always set even without an STA connected. Remove
channel list filtering based on that.

Channel list is filtered in the p2p_connect and p2p_invite path based
on force_freq which is essentially the operating channel for STA

This patch helps fix WifiDirect b/w two android devices for SCC while at
the same time keeping channel compliance with WFD dongle

Bug: 7232932
Change-Id: Ie9524f9e45b6f997959c3359a81b05f63b576045
src/p2p/p2p.c
src/p2p/p2p_build.c
src/p2p/p2p_go_neg.c
src/p2p/p2p_invitation.c