Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 289169
b: refs/heads/master
c: 625aeb3
h: refs/heads/master
i:
  289167: 912bd82
v: v3
  • Loading branch information
Dan Carpenter authored and Greg Kroah-Hartman committed Feb 29, 2012
1 parent 042a115 commit 941676b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 7223e86d57b5aad6c7d8d92b2d3528a54d27d664
refs/heads/master: 625aeb3abac00f36efc82077d56ae278093ce467
2 changes: 1 addition & 1 deletion trunk/drivers/staging/wlan-ng/cfg80211.c
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ int prism2_scan(struct wiphy *wiphy, struct net_device *dev,
msg1.msgcode = DIDmsg_dot11req_scan;
msg1.bsstype.data = P80211ENUM_bsstype_any;

memset(&msg1.bssid.data, 0xFF, sizeof(msg1.bssid.data));
memset(&msg1.bssid.data.data, 0xFF, sizeof(msg1.bssid.data.data));
msg1.bssid.data.len = 6;

if (request->n_ssids > 0) {
Expand Down

0 comments on commit 941676b

Please sign in to comment.