aboutsummaryrefslogtreecommitdiffstats
path: root/src/p2p
diff options
context:
space:
mode:
authorJouni Malinen <j@w1.fi>2012-06-30 20:20:29 +0300
committerJouni Malinen <j@w1.fi>2012-06-30 20:20:29 +0300
commit3df2f4fe99e18f7fb449477a63d13abb3ad4c891 (patch)
tree29bd9b294578b24d4ee8fdd334bb26093e3506a3 /src/p2p
parente6ecfc4fd3856309b2e1b9e0d23a8635752666e2 (diff)
downloadexternal_wpa_supplicant_8_ti-3df2f4fe99e18f7fb449477a63d13abb3ad4c891.zip
external_wpa_supplicant_8_ti-3df2f4fe99e18f7fb449477a63d13abb3ad4c891.tar.gz
external_wpa_supplicant_8_ti-3df2f4fe99e18f7fb449477a63d13abb3ad4c891.tar.bz2
P2P: Remove unused P2P_SCAN_SPECIFIC
This is not used anymore after the commit e6ecfc4fd3856309b2e1b9e0d23a8635752666e2. Signed-hostap: Jouni Malinen <j@w1.fi>
Diffstat (limited to 'src/p2p')
-rw-r--r--src/p2p/p2p.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/p2p/p2p.h b/src/p2p/p2p.h
index 98ba5cd..7e47270 100644
--- a/src/p2p/p2p.h
+++ b/src/p2p/p2p.h
@@ -131,7 +131,6 @@ struct p2p_data;
enum p2p_scan_type {
P2P_SCAN_SOCIAL,
P2P_SCAN_FULL,
- P2P_SCAN_SPECIFIC,
P2P_SCAN_SOCIAL_PLUS_ONE
};
@@ -376,8 +375,7 @@ struct p2p_config {
* operation to be completed. Type type argument specifies which type
* of scan is to be done. @P2P_SCAN_SOCIAL indicates that only the
* social channels (1, 6, 11) should be scanned. @P2P_SCAN_FULL
- * indicates that all channels are to be scanned. @P2P_SCAN_SPECIFIC
- * request a scan of a single channel specified by freq.
+ * indicates that all channels are to be scanned.
* @P2P_SCAN_SOCIAL_PLUS_ONE request scan of all the social channels
* plus one extra channel specified by freq.
*