mirror of
https://github.com/torvalds/linux.git
synced 2026-05-12 16:18:45 +02:00
wifi: ieee80211: Add some missing NAN definitions
Add some missing NAN Device capabilities definitions. Signed-off-by: Ilan Peer <ilan.peer@intel.com> Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com> Link: https://patch.msgid.link/20260318143604.5f6b36d2b208.I7ef571682d5add96eabfcf87f81285893021e851@changeid Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
parent
154b0296c0
commit
15d6dacdc9
|
|
@ -9,7 +9,7 @@
|
|||
* Copyright (c) 2006, Michael Wu <flamingice@sourmilk.net>
|
||||
* Copyright (c) 2013 - 2014 Intel Mobile Communications GmbH
|
||||
* Copyright (c) 2016 - 2017 Intel Deutschland GmbH
|
||||
* Copyright (c) 2018 - 2025 Intel Corporation
|
||||
* Copyright (c) 2018 - 2026 Intel Corporation
|
||||
*/
|
||||
|
||||
#ifndef LINUX_IEEE80211_NAN_H
|
||||
|
|
@ -23,6 +23,11 @@
|
|||
#define NAN_OP_MODE_160MHZ 0x04
|
||||
#define NAN_OP_MODE_PNDL_SUPPRTED 0x08
|
||||
|
||||
#define NAN_DEV_CAPA_NUM_TX_ANT_POS 0
|
||||
#define NAN_DEV_CAPA_NUM_TX_ANT_MASK 0x0f
|
||||
#define NAN_DEV_CAPA_NUM_RX_ANT_POS 4
|
||||
#define NAN_DEV_CAPA_NUM_RX_ANT_MASK 0xf0
|
||||
|
||||
/* NAN Device capabilities, as defined in Wi-Fi Aware (TM) specification
|
||||
* Table 79
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user