u16 busy_threshold_high = 25;
u16 busy_threshold_low = 10;
u16 busy_threshold = busy_threshold_high;
- bool busy_traffic = false, tx_busy_traffic = false, rx_busy_traffic = false;
- bool higher_busy_traffic = false, higher_busy_rx_traffic = false, higher_busy_tx_traffic = false;
+ bool busy_traffic = false;
+ bool tx_busy_traffic = false;
+ bool rx_busy_traffic = false;
+ bool higher_busy_traffic = false;
+ bool higher_busy_rx_traffic = false;
+ bool higher_busy_tx_traffic = false;
struct mlme_priv *pmlmepriv = &padapter->mlmepriv;
collect_traffic_statistics(padapter);
bool busy_traffic;
bool tx_busy_traffic;
bool rx_busy_traffic;
- bool higher_busy_traffic; /* For interrupt migration purpose. */
- bool higher_busy_rx_traffic; /* We may disable Tx interrupt according as Rx traffic. */
- bool higher_busy_tx_traffic; /* We may disable Tx interrupt according as Tx traffic. */
- u8 traffic_transition_count;
- u32 low_power_transition_count;
+ /* For interrupt migration purpose. */
+ bool higher_busy_traffic;
+ /* We may disable Tx interrupt according as Rx traffic. */
+ bool higher_busy_rx_traffic;
+ /* We may disable Tx interrupt according as Tx traffic. */
+ bool higher_busy_tx_traffic;
+ u8 traffic_transition_count;
+ u32 low_power_transition_count;
};
/* used for mlme_priv.roam_flags */