diff options
Diffstat (limited to 'drivers/ieee1394/nodemgr.c')
-rw-r--r-- | drivers/ieee1394/nodemgr.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/ieee1394/nodemgr.c b/drivers/ieee1394/nodemgr.c index b56934edd62..f4b6025fde6 100644 --- a/drivers/ieee1394/nodemgr.c +++ b/drivers/ieee1394/nodemgr.c | |||
@@ -1416,7 +1416,8 @@ static int nodemgr_send_resume_packet(struct hpsb_host *host) | |||
1416 | int ret = 1; | 1416 | int ret = 1; |
1417 | 1417 | ||
1418 | packet = hpsb_make_phypacket(host, | 1418 | packet = hpsb_make_phypacket(host, |
1419 | 0x003c0000 | NODEID_TO_NODE(host->node_id) << 24); | 1419 | EXTPHYPACKET_TYPE_RESUME | |
1420 | NODEID_TO_NODE(host->node_id) << PHYPACKET_PORT_SHIFT); | ||
1420 | if (packet) { | 1421 | if (packet) { |
1421 | packet->no_waiter = 1; | 1422 | packet->no_waiter = 1; |
1422 | packet->generation = get_hpsb_generation(host); | 1423 | packet->generation = get_hpsb_generation(host); |