Fix documentation for vendor interface command
Fix the placement of documentation of attribute used for the
QCA_NL80211_VENDOR_SUBCMD_CONNECT_EXT command.
Fixes: 97c6ef2588
("QCA vendor interface to set the P2P mode configuration")
Signed-off-by: Shivani Baranwal <quic_shivbara@quicinc.com>
This commit is contained in:
parent
a803fa9daa
commit
a8655be0b1
1 changed files with 3 additions and 3 deletions
|
@ -1282,15 +1282,15 @@ enum qca_radiotap_vendor_ids {
|
|||
* vendor interfaces, driver internal logic, and BTM requests from the
|
||||
* connected AP.
|
||||
*
|
||||
* The attributes used with this command are defined in
|
||||
* enum qca_wlan_vendor_attr_connect_ext.
|
||||
*
|
||||
* @QCA_NL80211_VENDOR_SUBCMD_SET_P2P_MODE: Vendor subcommand to configure
|
||||
* Wi-Fi Direct mode. This command sets the configuration through
|
||||
* the attributes defined in the enum qca_wlan_vendor_attr_set_p2p_mode.
|
||||
* It is applicable for P2P Group Owner only. This command is used before
|
||||
* starting the GO.
|
||||
*
|
||||
* The attributes used with this command are defined in
|
||||
* enum qca_wlan_vendor_attr_connect_ext.
|
||||
*
|
||||
* @QCA_NL80211_VENDOR_SUBCMD_CHAN_USAGE_REQ: Vendor subcommand to request
|
||||
* transmission of a channel usage request. It carries channel usage
|
||||
* information for BSSs that are not infrastructure BSSs or an off channel
|
||||
|
|
Loading…
Add table
Reference in a new issue