brcmsmac: Fix the spelling configation to configuration in the file d11.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
This commit is contained in:
parent
8e79106a7d
commit
1899e49385
|
@ -1469,7 +1469,7 @@ struct d11rxhdr {
|
||||||
/* htphy PhyRxStatus_1: */
|
/* htphy PhyRxStatus_1: */
|
||||||
/* core enables for {3..0}, 0=disabled, 1=enabled */
|
/* core enables for {3..0}, 0=disabled, 1=enabled */
|
||||||
#define PRXS1_HTPHY_CORE_MASK 0x000F
|
#define PRXS1_HTPHY_CORE_MASK 0x000F
|
||||||
/* antenna configation */
|
/* antenna configuration */
|
||||||
#define PRXS1_HTPHY_ANTCFG_MASK 0x00F0
|
#define PRXS1_HTPHY_ANTCFG_MASK 0x00F0
|
||||||
/* Mixmode PLCP Length low byte mask */
|
/* Mixmode PLCP Length low byte mask */
|
||||||
#define PRXS1_HTPHY_MMPLCPLenL_MASK 0xFF00
|
#define PRXS1_HTPHY_MMPLCPLenL_MASK 0xFF00
|
||||||
|
|
Loading…
Reference in New Issue