summaryrefslogtreecommitdiff
path: root/drivers/staging/ath6kl/reorder/aggr_rx_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/ath6kl/reorder/aggr_rx_internal.h')
-rw-r--r--drivers/staging/ath6kl/reorder/aggr_rx_internal.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/staging/ath6kl/reorder/aggr_rx_internal.h b/drivers/staging/ath6kl/reorder/aggr_rx_internal.h
index 5dbf8f86f713..5f9bf9b4dc98 100644
--- a/drivers/staging/ath6kl/reorder/aggr_rx_internal.h
+++ b/drivers/staging/ath6kl/reorder/aggr_rx_internal.h
@@ -61,7 +61,7 @@ typedef enum {
typedef struct {
void *osbuf;
- A_BOOL is_amsdu;
+ bool is_amsdu;
A_UINT16 seq_no;
}OSBUF_HOLD_Q;
@@ -74,9 +74,9 @@ typedef struct {
#endif
typedef struct {
- A_BOOL aggr; /* is it ON or OFF */
- A_BOOL progress; /* TRUE when frames have arrived after a timer start */
- A_BOOL timerMon; /* TRUE if the timer started for the sake of this TID */
+ bool aggr; /* is it ON or OFF */
+ bool progress; /* true when frames have arrived after a timer start */
+ bool timerMon; /* true if the timer started for the sake of this TID */
A_UINT16 win_sz; /* negotiated window size */
A_UINT16 seq_next; /* Next seq no, in current window */
A_UINT32 hold_q_sz; /* Num of frames that can be held in hold q */