Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 327907
b: refs/heads/master
c: 84f6a95
h: refs/heads/master
i:
  327905: a75abfd
  327903: c280110
v: v3
  • Loading branch information
Bing Zhao authored and John W. Linville committed Sep 7, 2012
1 parent a16db6e commit 9c498e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: a3c2c4f6d8bcd473a7016db93da4f10b3f10f25f
refs/heads/master: 84f6a95a265d3716537be91dc1bc04d229ad6000
4 changes: 1 addition & 3 deletions trunk/drivers/net/wireless/mwifiex/scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,6 @@ mwifiex_config_scan(struct mwifiex_private *priv,
struct mwifiex_ie_types_num_probes *num_probes_tlv;
struct mwifiex_ie_types_wildcard_ssid_params *wildcard_ssid_tlv;
struct mwifiex_ie_types_rates_param_set *rates_tlv;
const u8 zero_mac[ETH_ALEN] = { 0, 0, 0, 0, 0, 0 };
u8 *tlv_pos;
u32 num_probes;
u32 ssid_len;
Expand Down Expand Up @@ -840,8 +839,7 @@ mwifiex_config_scan(struct mwifiex_private *priv,
* or BSSID filter applied to the scan results in the firmware.
*/
if ((i && ssid_filter) ||
memcmp(scan_cfg_out->specific_bssid, &zero_mac,
sizeof(zero_mac)))
!is_zero_ether_addr(scan_cfg_out->specific_bssid))
*filtered_scan = true;
} else {
scan_cfg_out->bss_mode = (u8) adapter->scan_mode;
Expand Down

0 comments on commit 9c498e5

Please sign in to comment.