diff mbox

Avoid channel reselection, if any of the best channel is selected as operating channel

Message ID 5F8A83CFE238064080EB46F88B8161C1013AA8C0@SJEXCHMB09.corp.ad.broadcom.com
State Not Applicable
Headers show

Commit Message

Sreenath Aug. 30, 2013, 1:25 p.m. UTC
Hello Jouni,

Any update on this patch?

Regards,
Sreenath
diff mbox

Patch

diff --git a/src/p2p/p2p.c b/src/p2p/p2p.c
index 43f8673..c616112 100644
--- a/src/p2p/p2p.c
+++ b/src/p2p/p2p.c
@@ -1160,7 +1160,8 @@  static int p2p_prepare_channel_pref(struct
p2p_data *p2p,
  }


-static void p2p_prepare_channel_best(struct p2p_data *p2p)
+static void p2p_prepare_channel_best(struct p2p_data *p2p,
+                    unsigned int *best_freq)
  {
      u8 op_class, op_channel;