|
@@ -53,7 +53,7 @@ struct cmd_pkt_tx_feedback {
|
|
|
};
|
|
|
|
|
|
/* 2. RX side: Interrupt status packet. It includes Beacon State,
|
|
|
- * Beacon Timer Interrupt and other useful informations in MAC ISR Reg.
|
|
|
+ * Beacon Timer Interrupt and other useful information in MAC ISR Reg.
|
|
|
*/
|
|
|
typedef struct tag_cmd_pkt_interrupt_status {
|
|
|
u8 element_id; /* Command packet type. */
|
|
@@ -80,7 +80,7 @@ typedef struct tag_cmd_pkt_set_configuration {
|
|
|
u32 mask;
|
|
|
} cmpk_set_cfg_t;
|
|
|
|
|
|
-/* 4. Both side : TX/RX query configuraton packet. The query structure is the
|
|
|
+/* 4. Both side : TX/RX query configuration packet. The query structure is the
|
|
|
* same as set configuration.
|
|
|
*/
|
|
|
#define cmpk_query_cfg_t cmpk_set_cfg_t
|