aboutsummaryrefslogtreecommitdiffstats
path: root/src/p2p/p2p.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/p2p/p2p.c')
-rw-r--r--src/p2p/p2p.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/p2p/p2p.c b/src/p2p/p2p.c
index f1d4345..5f53731 100644
--- a/src/p2p/p2p.c
+++ b/src/p2p/p2p.c
@@ -1063,7 +1063,7 @@ void p2p_stop_find(struct p2p_data *p2p)
}
-static int p2p_prepare_channel(struct p2p_data *p2p, unsigned int force_freq)
+int p2p_prepare_channel(struct p2p_data *p2p, unsigned int force_freq)
{
if (force_freq) {
u8 op_reg_class, op_channel;