Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 66483
b: refs/heads/master
c: 2c85103
h: refs/heads/master
i:
  66481: fbcceed
  66479: 5d16114
v: v3
  • Loading branch information
Holger Schurig authored and David S. Miller committed Oct 10, 2007
1 parent 9fc29db commit 47be7da
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 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: 85c93e5189b7402b4f9f4324c284bb91e8e8fb85
refs/heads/master: 2c85103da3c88a06a7c01eece709482d85eff07f
1 change: 0 additions & 1 deletion trunk/drivers/net/wireless/libertas/dev.h
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,6 @@ struct _wlan_adapter {
u8 scantype;
u32 scanmode;

u16 beaconperiod;
u8 adhoccreate;

/** capability Info used in Association, start, join */
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/libertas/join.c
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ int libertas_cmd_80211_ad_hoc_start(wlan_private * priv,
/* set the BSS type */
adhs->bsstype = CMD_BSS_TYPE_IBSS;
adapter->mode = IW_MODE_ADHOC;
adhs->beaconperiod = cpu_to_le16(adapter->beaconperiod);
adhs->beaconperiod = cpu_to_le16(MRVDRV_BEACON_INTERVAL);

/* set Physical param set */
#define DS_PARA_IE_ID 3
Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/net/wireless/libertas/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1043,8 +1043,6 @@ static void wlan_init_adapter(wlan_private * priv)
adapter->auto_rate = 1;
adapter->cur_rate = 0;

adapter->beaconperiod = MRVDRV_BEACON_INTERVAL;

// set default capabilities
adapter->capability = WLAN_CAPABILITY_SHORT_PREAMBLE;

Expand Down

0 comments on commit 47be7da

Please sign in to comment.