@@ -62,7 +62,7 @@ enum hwsim_tx_control_flags {
62
62
* @HWSIM_CMD_TX_INFO_FRAME: Transmission info report from user space to
63
63
* kernel, uses:
64
64
* %HWSIM_ATTR_ADDR_TRANSMITTER, %HWSIM_ATTR_FLAGS,
65
- * %HWSIM_ATTR_TX_INFO, %WSIM_ATTR_TX_INFO_FLAGS ,
65
+ * %HWSIM_ATTR_TX_INFO, %HWSIM_ATTR_TX_INFO_FLAGS ,
66
66
* %HWSIM_ATTR_SIGNAL, %HWSIM_ATTR_COOKIE
67
67
* @HWSIM_CMD_NEW_RADIO: create a new radio with the given parameters,
68
68
* returns the radio ID (>= 0) or negative on errors, if successful
@@ -126,32 +126,32 @@ enum hwsim_commands {
126
126
* space
127
127
* @HWSIM_ATTR_TX_INFO: ieee80211_tx_rate array
128
128
* @HWSIM_ATTR_COOKIE: sk_buff cookie to identify the frame
129
- * @HWSIM_ATTR_CHANNELS: u32 attribute used with the %HWSIM_CMD_CREATE_RADIO
129
+ * @HWSIM_ATTR_CHANNELS: u32 attribute used with the %HWSIM_CMD_NEW_RADIO
130
130
* command giving the number of channels supported by the new radio
131
131
* @HWSIM_ATTR_RADIO_ID: u32 attribute used with %HWSIM_CMD_DESTROY_RADIO
132
132
* only to destroy a radio
133
- * @HWSIM_ATTR_REG_HINT_ALPHA2: alpha2 for regulatoro driver hint
133
+ * @HWSIM_ATTR_REG_HINT_ALPHA2: alpha2 for regulatory driver hint
134
134
* (nla string, length 2)
135
135
* @HWSIM_ATTR_REG_CUSTOM_REG: custom regulatory domain index (u32 attribute)
136
136
* @HWSIM_ATTR_REG_STRICT_REG: request REGULATORY_STRICT_REG (flag attribute)
137
137
* @HWSIM_ATTR_SUPPORT_P2P_DEVICE: support P2P Device virtual interface (flag)
138
- * @HWSIM_ATTR_USE_CHANCTX: used with the %HWSIM_CMD_CREATE_RADIO
138
+ * @HWSIM_ATTR_USE_CHANCTX: used with the %HWSIM_CMD_NEW_RADIO
139
139
* command to force use of channel contexts even when only a
140
140
* single channel is supported
141
- * @HWSIM_ATTR_DESTROY_RADIO_ON_CLOSE: used with the %HWSIM_CMD_CREATE_RADIO
141
+ * @HWSIM_ATTR_DESTROY_RADIO_ON_CLOSE: used with the %HWSIM_CMD_NEW_RADIO
142
142
* command to force radio removal when process that created the radio dies
143
143
* @HWSIM_ATTR_RADIO_NAME: Name of radio, e.g. phy666
144
144
* @HWSIM_ATTR_NO_VIF: Do not create vif (wlanX) when creating radio.
145
- * @HWSIM_ATTR_PAD: padding attribute for 64-bit values, ignore
146
145
* @HWSIM_ATTR_FREQ: Frequency at which packet is transmitted or received.
146
+ * @HWSIM_ATTR_PAD: padding attribute for 64-bit values, ignore
147
147
* @HWSIM_ATTR_TX_INFO_FLAGS: additional flags for corresponding
148
148
* rates of %HWSIM_ATTR_TX_INFO
149
149
* @HWSIM_ATTR_PERM_ADDR: permanent mac address of new radio
150
150
* @HWSIM_ATTR_IFTYPE_SUPPORT: u32 attribute of supported interface types bits
151
151
* @HWSIM_ATTR_CIPHER_SUPPORT: u32 array of supported cipher types
152
152
* @HWSIM_ATTR_MLO_SUPPORT: claim MLO support (exact parameters TBD) for
153
153
* the new radio
154
- * @HWSIM_ATTR_PMSR_SUPPORT: nested attribute used with %HWSIM_CMD_CREATE_RADIO
154
+ * @HWSIM_ATTR_PMSR_SUPPORT: nested attribute used with %HWSIM_CMD_NEW_RADIO
155
155
* to provide peer measurement capabilities. (nl80211_peer_measurement_attrs)
156
156
* @HWSIM_ATTR_PMSR_REQUEST: nested attribute used with %HWSIM_CMD_START_PMSR
157
157
* to provide details about peer measurement request (nl80211_peer_measurement_attrs)
0 commit comments