Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337063
b: refs/heads/master
c: 2874762
h: refs/heads/master
i:
  337061: 501ac78
  337059: 968158c
  337055: d7b7e35
v: v3
  • Loading branch information
Macpaul Lin authored and Greg Kroah-Hartman committed Oct 22, 2012
1 parent c449e85 commit dc9dbd5
Show file tree
Hide file tree
Showing 2 changed files with 5 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: b64c84628533667aab302a693bb20a9017aeaa01
refs/heads/master: 2874762b31d8d0eebcfdf189ec9906be9c1460f6
5 changes: 4 additions & 1 deletion trunk/drivers/staging/gdm72xx/gdm_wimax.c
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,10 @@ static void dump_eth_packet(const char *title, u8 *data, int len)
if (!(data[0] == 0xff && data[1] == 0xff)) {
if (protocol == ETH_P_IP) {
printk(KERN_DEBUG " src=%u.%u.%u.%u\n",
NIPQUAD(ih->saddr));
((unsigned char *)&(ih->saddr))[0],
((unsigned char *)&(ih->saddr))[1],
((unsigned char *)&(ih->saddr))[2],
((unsigned char *)&(ih->saddr))[3]);
} else if (protocol == ETH_P_IPV6) {
#ifdef NIP6
printk(KERN_DEBUG " src=%x:%x:%x:%x:%x:%x:%x:%x\n",
Expand Down

0 comments on commit dc9dbd5

Please sign in to comment.