Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 277823
b: refs/heads/master
c: f72fa45
h: refs/heads/master
i:
  277821: 647ef0e
  277819: af3c8ce
  277815: 07b3c3a
  277807: d801f5f
  277791: 0e28762
  277759: fc39efc
v: v3
  • Loading branch information
Amitkumar Karwar authored and John W. Linville committed Nov 11, 2011
1 parent 106e809 commit b7b9925
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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: 8ed1303321914a70ad580c1d034898e43c39b065
refs/heads/master: f72fa45f7d3e3ec627b62fed2e3451f5a597914d
6 changes: 0 additions & 6 deletions trunk/drivers/net/wireless/mwifiex/scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -1535,11 +1535,6 @@ mwifiex_update_curr_bss_params(struct mwifiex_private *priv, u8 *bssid,
return 0;
}

static void mwifiex_free_bss_priv(struct cfg80211_bss *bss)
{
kfree(bss->priv);
}

/*
* This function handles the command response of scan.
*
Expand Down Expand Up @@ -1765,7 +1760,6 @@ int mwifiex_ret_802_11_scan(struct mwifiex_private *priv,
cap_info_bitmap, beacon_period,
ie_buf, ie_len, rssi, GFP_KERNEL);
*(u8 *)bss->priv = band;
bss->free_priv = mwifiex_free_bss_priv;

if (priv->media_connected && !memcmp(bssid,
priv->curr_bss_params.bss_descriptor
Expand Down

0 comments on commit b7b9925

Please sign in to comment.