Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57623
b: refs/heads/master
c: bf68dac
h: refs/heads/master
i:
  57621: 50c68f6
  57619: 0591d8a
  57615: 6932b1c
v: v3
  • Loading branch information
Holger Schurig authored and John W. Linville committed Jun 11, 2007
1 parent 2d9f8e0 commit 7d9db2e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 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: 66fcc559042d85d57d9856d2a7fbcaa3e827a58c
refs/heads/master: bf68dac89b6502f8577a8be1b4fc06cb641ae1f3
2 changes: 0 additions & 2 deletions trunk/drivers/net/wireless/libertas/defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,6 @@ typedef struct _wlan_adapter wlan_adapter;
extern const char libertas_driver_version[];
extern u16 libertas_region_code_to_index[MRVDRV_MAX_REGION_CODE];

extern u8 libertas_wlan_data_rates[WLAN_SUPPORTED_RATES];

extern u8 libertas_supported_rates[G_SUPPORTED_RATES];

extern u8 libertas_adhoc_rates_g[G_SUPPORTED_RATES];
Expand Down
8 changes: 0 additions & 8 deletions trunk/drivers/net/wireless/libertas/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -141,14 +141,6 @@ static struct region_cfp_table region_cfp_table[] = {
/*Add new region here */
};

/**
* the rates supported by the card
*/
u8 libertas_wlan_data_rates[WLAN_SUPPORTED_RATES] =
{ 0x02, 0x04, 0x0B, 0x16, 0x00, 0x0C, 0x12,
0x18, 0x24, 0x30, 0x48, 0x60, 0x6C, 0x00
};

/**
* the rates supported
*/
Expand Down
8 changes: 8 additions & 0 deletions trunk/drivers/net/wireless/libertas/wext.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@
#include "assoc.h"


/**
* the rates supported by the card
*/
static u8 libertas_wlan_data_rates[WLAN_SUPPORTED_RATES] =
{ 0x02, 0x04, 0x0B, 0x16, 0x00, 0x0C, 0x12,
0x18, 0x24, 0x30, 0x48, 0x60, 0x6C, 0x00
};

/**
* @brief Convert mw value to dbm value
*
Expand Down

0 comments on commit 7d9db2e

Please sign in to comment.