Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 236057
b: refs/heads/master
c: fb9b548
h: refs/heads/master
i:
  236055: cadd552
v: v3
  • Loading branch information
Vipin Mehta authored and Greg Kroah-Hartman committed Feb 18, 2011
1 parent c4a8553 commit 6e425d9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 15eccc06e107f7d28e3e9985dc529a5dbbc4df63
refs/heads/master: fb9b548717444c82eb2d196c91729421ee68d4be
7 changes: 7 additions & 0 deletions trunk/drivers/staging/ath6kl/os/linux/ar6000_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -2528,6 +2528,13 @@ int ar6000_target_config_wlan_params(AR_SOFTC_T *ar)
status = A_ERROR;
}

#if WLAN_CONFIG_DISABLE_TX_BURSTING
if ((wmi_set_wmm_txop(ar->arWmi, WMI_TXOP_DISABLED)) != 0) {
AR_DEBUG_PRINTF(ATH_DEBUG_ERR,("Unable to set txop bursting \n"));
status = A_ERROR;
}
#endif

return status;
}

Expand Down
7 changes: 7 additions & 0 deletions trunk/drivers/staging/ath6kl/os/linux/include/wlan_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,13 @@
*/
#define WLAN_CONFIG_PM_WOW2 0

/*
* This configuration item enables/disables transmit bursting
* 0 - Enable tx Bursting (default)
* 1 - Disable tx bursting
*/
#define WLAN_CONFIG_DISABLE_TX_BURSTING 0

/*
* Platform specific function to power ON/OFF AR6000
* and enable/disable SDIO card detection
Expand Down

0 comments on commit 6e425d9

Please sign in to comment.