Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 265469
b: refs/heads/master
c: c8790cb
h: refs/heads/master
i:
  265467: e448493
v: v3
  • Loading branch information
Raja Mani authored and Kalle Valo committed Aug 9, 2011
1 parent d63b97d commit 5f04a24
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: 5ba3ee48f2e913037520486f7492c88c517bf387
refs/heads/master: c8790cbaea789467cbdc4460ff2b4a2eda413e64
3 changes: 1 addition & 2 deletions trunk/drivers/net/wireless/ath/ath6kl/wmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -317,9 +317,8 @@ int ath6kl_wmi_dot11_hdr_remove(struct wmi *wmi, struct sk_buff *skb)
datap = skb->data;
llc_hdr = (struct ath6kl_llc_snap_hdr *)(datap);

memset(&eth_hdr, 0, sizeof(eth_hdr));
eth_hdr.h_proto = llc_hdr->eth_type;
memset(eth_hdr.h_dest, 0, sizeof(eth_hdr.h_dest));
memset(eth_hdr.h_source, 0, sizeof(eth_hdr.h_source));

switch ((le16_to_cpu(wh.frame_control)) &
(IEEE80211_FCTL_FROMDS | IEEE80211_FCTL_TODS)) {
Expand Down

0 comments on commit 5f04a24

Please sign in to comment.