diff --git a/common/ieee80211.inc b/common/ieee80211.inc
index 4942b47..a550a2e 100644
--- a/common/ieee80211.inc
+++ b/common/ieee80211.inc
@@ -2,7 +2,7 @@
#define IEEE80211_DEFINITIONS_H_
/* Some IEEE 802.11 definitions in this file are derived from the linux kernel
- * inlude/linux/ieee80211.h file and are covered by the following copyrights.
+ * include/linux/ieee80211.h file and are covered by the following copyrights.
*
* Copyright (c) 2001-2002, SSH Communications Security Corp and Jouni Malinen
* Copyright (c) 2002-2003, Jouni Malinen
@@ -52,7 +52,7 @@
#define FTYPE_CTL (0x0004 >> FCTL_FTYPE_S)
#define FTYPE_DATA (0x0008 >> FCTL_FTYPE_S)
-/* Management frame substypes (rightshifted!) */
+/* Management frame subtypes (rightshifted!) */
#define STYPE_ASSOC_REQ (0x0000 >> FCTL_STYPE_S)
#define STYPE_ASSOC_RESP (0x0010 >> FCTL_STYPE_S)
#define STYPE_REASSOC_REQ (0x0020 >> FCTL_STYPE_S)
diff --git a/common/shm.inc b/common/shm.inc
index 799ec40..091bcf7 100644
--- a/common/shm.inc
+++ b/common/shm.inc
@@ -29,7 +29,7 @@
#define SHM_HF_LO_SYMW 1 /* bit1: G-PHY SYM workaround */
#define SHM_HF_LO_RXPULLW 2 /* bit2: RX pullup workaround */
#define SHM_HF_LO_CCKBOOST 3 /* bit3: 4dB CCK power boost (exclusive with
OFDM boost) */
-#define SHM_HF_LO_BTCOEX 4 /* bit4: Bluetooth coexistance */
+#define SHM_HF_LO_BTCOEX 4 /* bit4: Bluetooth coexistence */
#define SHM_HF_LO_GDCW 5 /* bit5: G-PHY DC canceller filter bw
workaround */
#define SHM_HF_LO_OFDMPABOOST 6 /* bit6: Enable PA gain boost for OFDM */
#define SHM_HF_LO_ACPR 7 /* bit7: Disable for Japan, channel
14 */
@@ -43,14 +43,14 @@
#define SHM_HF_LO_USEDEFKEYS 14 /* bit14: Enable use of default keys */
#define SHM_HF_LO_AFTERBURNER 15 /* bit15: Afterburner enabled */
#define SHM_HF_MI SHM(0x060) /* Hostflags for ucode options
(middle) */
-#define SHM_HF_MI_BT4PRIOCOEX 0 /* bit0: Bluetooth 4-priority coexistance */
+#define SHM_HF_MI_BT4PRIOCOEX 0 /* bit0: Bluetooth 4-priority coexistence */
#define SHM_HF_MI_FWKUP 1 /* bit1: Fast wake-up ucode */
#define SHM_HF_MI_VCORECALC 2 /* bit2: Force VCO recalculation when
powering up synthpu */
#define SHM_HF_MI_PCISCW 3 /* bit3: PCI slow clock workaround */
#define SHM_HF_MI_4318TSSI 5 /* bit5: 4318 TSSI */
#define SHM_HF_MI_FBCMCFIFO 6 /* bit6: Flush bcast/mcast FIFO immediately */
-#define SHM_HF_MI_HWPCTL 7 /* bit7: Enable hardwarre power control */
-#define SHM_HF_MI_BTCOEXALT 8 /* bit8: Bluetooth coexistance in alternate
pins */
+#define SHM_HF_MI_HWPCTL 7 /* bit7: Enable hardware power control */
+#define SHM_HF_MI_BTCOEXALT 8 /* bit8: Bluetooth coexistence in alternate
pins */
#define SHM_HF_MI_TXBTCHECK 9 /* bit9: Bluetooth check during transmission
*/
#define SHM_HF_MI_SKCFPUP 10 /* bit10: Skip CFP update */
#define SHM_HF_MI_N40W 11 /* bit11: N PHY 40 MHz workaround
(rev >= 13 only) */
diff --git a/common/spr.inc b/common/spr.inc
index 8a657e9..27e8924 100644
--- a/common/spr.inc
+++ b/common/spr.inc
@@ -305,7 +305,7 @@
#define SPR_TSF_0x44 spr122
#define SPR_TSF_GPT0_STAT spr123
#define GPT_STAT_EN 15 /* bit15: Enable the timer */
-#define GPT_STAT_8MHZ 14 /* bit14: Use 8MHz base
(otherwise 88Mhz) */
+#define GPT_STAT_8MHZ 14 /* bit14: Use 8MHz base
(otherwise 88MHz) */
#define SPR_TSF_GPT1_STAT spr124
#define SPR_TSF_GPT0_CNTLO spr125
#define SPR_TSF_GPT1_CNTLO spr126
diff --git a/rev5/ucode5.asm b/rev5/ucode5.asm
index 6cb8a2c..da5670a 100644
--- a/rev5/ucode5.asm
+++ b/rev5/ucode5.asm
@@ -169,7 +169,7 @@ check_events:
jnext COND_4_C7, h_channel_setup
extcond_eoi_only(COND_PHY6)
- /* Ok, all done. Go idle for a while... */
+ /* OK, all done. Go idle for a while... */
eventloop_idle:
mov 0, R_WATCHDOG
@@ -470,7 +470,7 @@ h_rx_complete_handler:
* Link Register: lr0
* The result is returned in Ra:
* Ra == 0 -> OK
- * Ra == 1 -> Fifo overflow
+ * Ra == 1 -> FIFO overflow
*/
put_rx_frame_into_fifo:
mov SHM_RXHDR, SPR_RXE_RXHDR_OFFSET
@@ -630,7 +630,7 @@ create_bg_noise_sample:
jext COND_TX_NOW, out_restore+
jne SPR_TSF_WORD0, Ra, wait_calmdown- //FIXME we should check for NOW =
Ra or later here. Not trivial with wrapping.
- /* Ok, channel is empty. Read the JSSI. It will represent the channel
+ /* OK, channel is empty. Read the JSSI. It will represent the channel
* noise now. */
mov BPHY_JSSI, Ra
call lr0, phy_read
@@ -647,7 +647,7 @@ create_bg_noise_sample:
add Rj, 1, Rj /* Increment the counter */
jne Rj, 4, bgn_measure_loop- /* Do it 4 times */
- /* Ok, done. Got the 4 samples. If we took less than 131 mS of time
+ /* OK, done. Got the 4 samples. If we took less than 131 mS of time
* for the whole thing, we wait an additional grace period to make
* sure the channel really was quiet while measuring. */
je Ri, 1, bgn_measure_done+
--
Regards,
Pavel Roskin
_______________________________________________
Bcm43xx-dev mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/bcm43xx-dev