Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 362042
b: refs/heads/master
c: 0f49d64
h: refs/heads/master
v: v3
  • Loading branch information
Avinash Patil authored and John W. Linville committed Mar 25, 2013
1 parent 9fcbef6 commit b787f81
Show file tree
Hide file tree
Showing 2 changed files with 2 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: fae172136c0cfc80cb4b13620c861688e671650a
refs/heads/master: 0f49d64c95944f5701216e900b89aab749edcda2
1 change: 1 addition & 0 deletions trunk/drivers/net/wireless/mwifiex/pcie.c
Original file line number Diff line number Diff line change
Expand Up @@ -1508,6 +1508,7 @@ static int mwifiex_pcie_process_cmd_complete(struct mwifiex_adapter *adapter)
}
memcpy(adapter->upld_buf, skb->data,
min_t(u32, MWIFIEX_SIZE_OF_CMD_BUFFER, skb->len));
skb_push(skb, INTF_HEADER_LEN);
if (mwifiex_map_pci_memory(adapter, skb, MWIFIEX_UPLD_SIZE,
PCI_DMA_FROMDEVICE))
return -1;
Expand Down

0 comments on commit b787f81

Please sign in to comment.