P2P: Fix a typo in P2P manager definition
authorJouni Malinen <jouni.malinen@atheros.com>
Fri, 8 Oct 2010 15:15:38 +0000 (18:15 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 8 Oct 2010 15:15:38 +0000 (18:15 +0300)
src/common/ieee802_11_defs.h

index 04d80b0..57d15e6 100644 (file)
@@ -688,7 +688,7 @@ enum p2p_attr_id {
 
 /* P2P Manageability */
 #define P2P_MAN_DEVICE_MANAGEMENT BIT(0)
-#define P2P_MAN_CROSS_CONNECTIION_PERMITTED BIT(1)
+#define P2P_MAN_CROSS_CONNECTION_PERMITTED BIT(1)
 #define P2P_MAN_COEXISTENCE_OPTIONAL BIT(2)
 
 enum p2p_status_code {