P2P: Fix a typo in P2P manager definition
This commit is contained in:
parent
088a225586
commit
b74c19faf5
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue