Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203251
b: refs/heads/master
c: 1baf8a9
h: refs/heads/master
i:
  203249: 1a36307
  203247: eef3cec
v: v3
  • Loading branch information
Justin P. Mattock authored and John W. Linville committed Jun 18, 2010
1 parent 82b815b commit 256e9e5
Show file tree
Hide file tree
Showing 2 changed files with 2 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: deda484cd7aacecb5e372f9f649a9b7a9eaebf30
refs/heads/master: 1baf8a90bd5ad61bc0c55521cc097586531e7eb7
3 changes: 1 addition & 2 deletions trunk/drivers/net/wireless/hostap/hostap_ap.c
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ static void hostap_ap_tx_cb_assoc(struct sk_buff *skb, int ok, void *data)
struct ap_data *ap = data;
struct net_device *dev = ap->local->dev;
struct ieee80211_hdr *hdr;
u16 fc, status;
u16 status;
__le16 *pos;
struct sta_info *sta = NULL;
char *txt = NULL;
Expand All @@ -699,7 +699,6 @@ static void hostap_ap_tx_cb_assoc(struct sk_buff *skb, int ok, void *data)
}

hdr = (struct ieee80211_hdr *) skb->data;
fc = le16_to_cpu(hdr->frame_control);
if ((!ieee80211_is_assoc_resp(hdr->frame_control) &&
!ieee80211_is_reassoc_resp(hdr->frame_control)) ||
skb->len < IEEE80211_MGMT_HDR_LEN + 4) {
Expand Down

0 comments on commit 256e9e5

Please sign in to comment.