Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 170998
b: refs/heads/master
c: 878283f
h: refs/heads/master
v: v3
  • Loading branch information
Kalle Valo authored and John W. Linville committed Oct 27, 2009
1 parent 87a5b04 commit 4528543
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: e36e49f7338f0f73cd7f5ba4f5b646a479ab60a8
refs/heads/master: 878283f19809bc73872c70ea53381f74a43a15e7
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/wl12xx/wl1251_rx.c
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ static void wl1251_rx_body(struct wl1251 *wl,
beacon ? "beacon" : "");

memcpy(IEEE80211_SKB_RXCB(skb), &status, sizeof(status));
ieee80211_rx(wl->hw, skb);
ieee80211_rx_ni(wl->hw, skb);
}

static void wl1251_rx_ack(struct wl1251 *wl)
Expand Down

0 comments on commit 4528543

Please sign in to comment.