Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 266347
b: refs/heads/master
c: 06b660e
h: refs/heads/master
i:
  266345: b6d6d54
  266343: b07c0a4
v: v3
  • Loading branch information
Shahar Levi authored and Luciano Coelho committed Sep 23, 2011
1 parent 79a1a4d commit ea0c4a1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d3b104ae22a761dbec8410e6e66ac048c9ff9b5f
refs/heads/master: 06b660e1a31cf1c7bdcfb87ebf7785dd715b7d17
6 changes: 2 additions & 4 deletions trunk/drivers/net/wireless/wl12xx/conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -454,12 +454,10 @@ struct conf_rx_settings {
#define CONF_TX_AP_DEFAULT_MGMT_RATES (CONF_HW_BIT_RATE_1MBPS | \
CONF_HW_BIT_RATE_2MBPS | CONF_HW_BIT_RATE_5_5MBPS)

/*
* Default rates for working as IBSS. use 11b rates
*/
/* default rates for working as IBSS (11b and OFDM) */
#define CONF_TX_IBSS_DEFAULT_RATES (CONF_HW_BIT_RATE_1MBPS | \
CONF_HW_BIT_RATE_2MBPS | CONF_HW_BIT_RATE_5_5MBPS | \
CONF_HW_BIT_RATE_11MBPS);
CONF_HW_BIT_RATE_11MBPS | CONF_TX_OFDM_RATES);

struct conf_tx_rate_class {

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/wl12xx/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3472,7 +3472,7 @@ static void wl1271_bss_info_changed_sta(struct wl1271 *wl,
rates);
wl->basic_rate = wl1271_tx_min_rate_get(wl);

/* by default, use 11b rates */
/* by default, use 11b + OFDM rates */
wl->rate_set = CONF_TX_IBSS_DEFAULT_RATES;
ret = wl1271_acx_sta_rate_policies(wl);
if (ret < 0)
Expand Down

0 comments on commit ea0c4a1

Please sign in to comment.