Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 159176
b: refs/heads/master
c: 3409ff7
h: refs/heads/master
v: v3
  • Loading branch information
Zhu Yi authored and John W. Linville committed Jul 24, 2009
1 parent be62224 commit 0b64c67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 1f00fca5c83c1bc5b4ca7e07f2a030bc39c130f2
refs/heads/master: 3409ff7711bcf70390d5ba8ebde5d913b5266a45
4 changes: 2 additions & 2 deletions trunk/net/wireless/sme.c
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ void __cfg80211_connect_result(struct net_device *dev, const u8 *bssid,
if (req_ie && status == WLAN_STATUS_SUCCESS) {
memset(&wrqu, 0, sizeof(wrqu));
wrqu.data.length = req_ie_len;
wireless_send_event(dev, IWEVASSOCRESPIE, &wrqu, req_ie);
wireless_send_event(dev, IWEVASSOCREQIE, &wrqu, req_ie);
}

if (resp_ie && status == WLAN_STATUS_SUCCESS) {
Expand Down Expand Up @@ -474,7 +474,7 @@ void __cfg80211_roamed(struct wireless_dev *wdev, const u8 *bssid,
if (req_ie) {
memset(&wrqu, 0, sizeof(wrqu));
wrqu.data.length = req_ie_len;
wireless_send_event(wdev->netdev, IWEVASSOCRESPIE,
wireless_send_event(wdev->netdev, IWEVASSOCREQIE,
&wrqu, req_ie);
}

Expand Down

0 comments on commit 0b64c67

Please sign in to comment.