Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130155
b: refs/heads/master
c: 2757190
h: refs/heads/master
i:
  130153: a481465
  130151: 637e2f6
v: v3
  • Loading branch information
Artur Skawina authored and John W. Linville committed Jan 16, 2009
1 parent ff4fb52 commit c3e9b4e
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: e223b6dc051ad030a70d5c6ed6226b95bdfc3af7
refs/heads/master: 275719089bfe7dbf446b72c3e520966e7fa42b6a
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/p54/p54common.c
Original file line number Diff line number Diff line change
Expand Up @@ -1147,7 +1147,7 @@ static int p54_set_tim(struct ieee80211_hw *dev, struct ieee80211_sta *sta,

skb = p54_alloc_skb(dev, P54_HDR_FLAG_CONTROL_OPSET,
sizeof(struct p54_hdr) + sizeof(*tim),
P54_CONTROL_TYPE_TIM, GFP_KERNEL);
P54_CONTROL_TYPE_TIM, GFP_ATOMIC);
if (!skb)
return -ENOMEM;

Expand Down

0 comments on commit c3e9b4e

Please sign in to comment.