Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 198601
b: refs/heads/master
c: b9f2e39
h: refs/heads/master
i:
  198599: a19ab40
v: v3
  • Loading branch information
Juuso Oikarinen authored and John W. Linville committed May 21, 2010
1 parent 15a0928 commit 8bb2371
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: 073d5eab6fc85b6c278d507a5633b759a85dc878
refs/heads/master: b9f2e39d4c2bcd8e94f73ae14450d7764f930a41
2 changes: 2 additions & 0 deletions trunk/drivers/net/wireless/wl12xx/wl1271_rx.c
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ static void wl1271_rx_handle_data(struct wl1271 *wl, u32 length)
wl1271_debug(DEBUG_RX, "rx skb 0x%p: %d B %s", skb, skb->len,
beacon ? "beacon" : "");

skb_trim(skb, skb->len - desc->pad_len);

memcpy(IEEE80211_SKB_RXCB(skb), &rx_status, sizeof(rx_status));
ieee80211_rx_ni(wl->hw, skb);
}
Expand Down

0 comments on commit 8bb2371

Please sign in to comment.