Skip to content

Commit

Permalink
brcmsmac: Fix the spelling configation to configuration in the file d…
Browse files Browse the repository at this point in the history
…11.h

s/configation/configuration/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20210209232921.1255425-1-unixbhaskar@gmail.com
  • Loading branch information
Bhaskar Chowdhury authored and Kalle Valo committed Feb 11, 2021
1 parent 8e79106 commit 1899e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/broadcom/brcm80211/brcmsmac/d11.h
Original file line number Diff line number Diff line change
Expand Up @@ -1469,7 +1469,7 @@ struct d11rxhdr {
/* htphy PhyRxStatus_1: */
/* core enables for {3..0}, 0=disabled, 1=enabled */
#define PRXS1_HTPHY_CORE_MASK 0x000F
/* antenna configation */
/* antenna configuration */
#define PRXS1_HTPHY_ANTCFG_MASK 0x00F0
/* Mixmode PLCP Length low byte mask */
#define PRXS1_HTPHY_MMPLCPLenL_MASK 0xFF00
Expand Down

0 comments on commit 1899e49

Please sign in to comment.