Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 289134
b: refs/heads/master
c: 1ca1a92
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Greg Kroah-Hartman committed Feb 24, 2012
1 parent 3195b52 commit ad355e7
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: d8aa3e26f48cf42ef8cf74cedd50e6961b10ff54
refs/heads/master: 1ca1a92cc6d337a149d1e37d4ab0db8ad45b0fde
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(p80211item_pstr6_t));
memset(&msg1.bssid.data, 0xFF, sizeof(msg1.bssid.data));
msg1.bssid.data.len = 6;

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

0 comments on commit ad355e7

Please sign in to comment.