Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203925
b: refs/heads/master
c: e4ab7eb
h: refs/heads/master
i:
  203923: 9e79645
v: v3
  • Loading branch information
Yuri Ershov authored and John W. Linville committed Jul 28, 2010
1 parent fe84b9b commit 1d4502c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 099284bdecf6e0af78662371ed3f45b71d796aad
refs/heads/master: e4ab7eb0aecbe56ac280486c61cd3f0f6c42870b
2 changes: 2 additions & 0 deletions trunk/net/mac80211/tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1935,11 +1935,13 @@ netdev_tx_t ieee80211_subif_start_xmit(struct sk_buff *skb,
h_pos += encaps_len;
}

#ifdef CONFIG_MAC80211_MESH
if (meshhdrlen > 0) {
memcpy(skb_push(skb, meshhdrlen), &mesh_hdr, meshhdrlen);
nh_pos += meshhdrlen;
h_pos += meshhdrlen;
}
#endif

if (ieee80211_is_data_qos(fc)) {
__le16 *qos_control;
Expand Down

0 comments on commit 1d4502c

Please sign in to comment.