]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
brcm_vendor: Fix typos
authorYegor Yefremov <yegorslists@googlemail.com>
Tue, 1 Feb 2022 10:33:29 +0000 (11:33 +0100)
committerJouni Malinen <j@w1.fi>
Fri, 4 Mar 2022 10:04:54 +0000 (12:04 +0200)
Fix typos found with codespell utility.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
src/common/brcm_vendor.h

index f163dea73768ff78fa37321e29196251c5e365e7..c42ed7e8bc3ba244388d2f7474b9218e5b3a3ff5 100644 (file)
  * @BRCM_VENDOR_SCMD_SET_CONNECT_PARAMS: Set some connect parameters.
  *      Used for the case that FW handle SAE.
  *
- * @BRCM_VENDOR_SCMD_SET_START_AP_PARAMS: Set SoftAP paramters.
+ * @BRCM_VENDOR_SCMD_SET_START_AP_PARAMS: Set SoftAP parameters.
  *      Used for the case that FW handle SAE.
  *
  * @BRCM_VENDOR_SCMD_ACS: ACS command/event which is used to
  *     invoke the ACS function in device and pass selected channels to
  *     hostapd. Uses enum qca_wlan_vendor_attr_acs_offload attributes.
  *
- * @BRCM_VENDOR_SCMD_MAX: This acts as a the tail of cmds list.
- *      Make sure it located at the end of the list.
+ * @BRCM_VENDOR_SCMD_MAX: This acts as a tail of cmds list.
+ *      Make sure it is located at the end of the list.
  *
  */
 enum brcm_nl80211_vendor_subcmds {
@@ -66,7 +66,7 @@ enum brcm_nl80211_vendor_subcmds {
 };
 
 /**
- * enum brcm_nl80211_vendor_events - BRCM nl80211 asynchoronous event identifiers
+ * enum brcm_nl80211_vendor_events - BRCM nl80211 asynchronous event identifiers
  *
  * @BRCM_VENDOR_EVENT_UNSPEC: Reserved value 0
  *