Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 291313
b: refs/heads/master
c: 8e81f65
h: refs/heads/master
i:
  291311: cdaae00
v: v3
  • Loading branch information
Amit Beka authored and John W. Linville committed Mar 8, 2012
1 parent 7c9af9e commit 4988b0c
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 0aef8ddc8bedac1db4c96fddc9fb1b44b730cf4f
refs/heads/master: 8e81f65fdc7f5d292bb3c115b748767d921823c1
3 changes: 2 additions & 1 deletion trunk/drivers/net/wireless/iwlwifi/iwl-testmode.c
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,8 @@ static void iwl_testmode_ucode_rx_pkt(struct iwl_priv *priv,
return;
}
NLA_PUT_U32(skb, IWL_TM_ATTR_COMMAND, IWL_TM_CMD_DEV2APP_UCODE_RX_PKT);
NLA_PUT(skb, IWL_TM_ATTR_UCODE_RX_PKT, length, data);
/* the length doesn't include len_n_flags field, so add it manually */
NLA_PUT(skb, IWL_TM_ATTR_UCODE_RX_PKT, length + sizeof(__le32), data);
cfg80211_testmode_event(skb, GFP_ATOMIC);
return;

Expand Down

0 comments on commit 4988b0c

Please sign in to comment.