Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235770
b: refs/heads/master
c: e80528b
h: refs/heads/master
v: v3
  • Loading branch information
Adam Thompson authored and Greg Kroah-Hartman committed Jan 31, 2011
1 parent 7c59b07 commit 22fbef3
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: ae639830fe6299d67407ca63f43bb28ea781684a
refs/heads/master: e80528b78e8d33494a0784dc214e71a728162d92
4 changes: 2 additions & 2 deletions trunk/drivers/staging/wlan-ng/p80211conv.c
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ int skb_p80211_to_ether(wlandevice_t *wlandev, u32 ethconv,

} else if ((payload_length >= sizeof(struct wlan_llc) +
sizeof(struct wlan_snap))
&&(e_llc->dsap == 0xaa)
&& (e_llc->dsap == 0xaa)
&& (e_llc->ssap == 0xaa)
&& (e_llc->ctl == 0x03)
&&
Expand Down Expand Up @@ -415,7 +415,7 @@ int skb_p80211_to_ether(wlandevice_t *wlandev, u32 ethconv,

} else if ((payload_length >= sizeof(struct wlan_llc) +
sizeof(struct wlan_snap))
&&(e_llc->dsap == 0xaa)
&& (e_llc->dsap == 0xaa)
&& (e_llc->ssap == 0xaa)
&& (e_llc->ctl == 0x03)) {
pr_debug("802.1h/RFC1042 len: %d\n", payload_length);
Expand Down

0 comments on commit 22fbef3

Please sign in to comment.