Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267683
b: refs/heads/master
c: ce403a6
h: refs/heads/master
i:
  267681: 01cf517
  267679: 56ee862
v: v3
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent d508456 commit f3715c9
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 12 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: d32ddcba9d67b7d647576df9f8f62934956c60b9
refs/heads/master: ce403a6ac41ff2e745ddb415d83275eaf2207082
2 changes: 0 additions & 2 deletions trunk/drivers/staging/rtl8192e/rtl_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1360,9 +1360,7 @@ short rtl8192_get_channel_map(struct net_device * dev)
}
RT_TRACE(COMP_INIT, "Channel plan is %d\n",priv->ChannelPlan);
Dot11d_Init(priv->rtllib);
#ifndef CONFIG_CRDA
Dot11d_Channelmap(priv->ChannelPlan, priv->rtllib);
#endif
for (i = 1; i <= 11; i++) {
(priv->rtllib->active_channel_map)[i] = 1;
}
Expand Down
7 changes: 0 additions & 7 deletions trunk/drivers/staging/rtl8192e/rtllib_softmac.c
Original file line number Diff line number Diff line change
Expand Up @@ -525,13 +525,6 @@ void rtllib_send_probe_requests(struct rtllib_device *ieee, u8 is_mesh)

void rtllib_softmac_hint11d_wq(void *data)
{
#ifdef CONFIG_CRDA
struct rtllib_device *ieee = container_of_dwork_rsl(data, struct rtllib_device, softmac_hint11d_wq);
PRT_DOT11D_INFO pDot11dInfo = GET_DOT11D_INFO(ieee);
struct wireless_dev *wdev = &ieee->wdev;

regulatory_hint_11d(wdev->wiphy, pDot11dInfo->CountryIeBuf, pDot11dInfo->CountryIeLen);
#endif
}

void rtllib_update_active_chan_map(struct rtllib_device *ieee)
Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/staging/rtl8192e/rtllib_wx.c
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ static inline char *rtl819x_translate_scan(struct rtllib_device *ieee,
start = iwe_stream_add_point_rsl(info, start, stop, &iwe, buf);
}

#ifndef CUSTOMER_ID_INTEL_CMPC
/* add info for WZC */
memset(&iwe, 0, sizeof(iwe));
if (network->wzc_ie_len)
Expand All @@ -226,7 +225,6 @@ static inline char *rtl819x_translate_scan(struct rtllib_device *ieee,
iwe.u.data.length = network->wzc_ie_len;
start = iwe_stream_add_point_rsl(info, start, stop, &iwe, buf);
}
#endif

/* Add EXTRA: Age to display seconds since last beacon/probe response
* for given network. */
Expand Down

0 comments on commit f3715c9

Please sign in to comment.