aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/isdn')
-rw-r--r--drivers/isdn/i4l/isdn_net.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/isdn/i4l/isdn_net.c b/drivers/isdn/i4l/isdn_net.c
index 8fff0bd100a8..ad17a47ecc06 100644
--- a/drivers/isdn/i4l/isdn_net.c
+++ b/drivers/isdn/i4l/isdn_net.c
@@ -1637,8 +1637,8 @@ isdn_net_ciscohdlck_slarp_send_reply(isdn_net_local *lp)
1637 /* slarp reply, send own ip/netmask; if values are nonsense remote 1637 /* slarp reply, send own ip/netmask; if values are nonsense remote
1638 * should think we are unable to provide it with an address via SLARP */ 1638 * should think we are unable to provide it with an address via SLARP */
1639 *(__be32 *)(p + 4) = cpu_to_be32(CISCO_SLARP_REPLY); 1639 *(__be32 *)(p + 4) = cpu_to_be32(CISCO_SLARP_REPLY);
1640 *(__be32 *)(p + 8) = cpu_to_be32(addr); // address 1640 *(__be32 *)(p + 8) = addr; // address
1641 *(__be32 *)(p + 12) = cpu_to_be32(mask); // netmask 1641 *(__be32 *)(p + 12) = mask; // netmask
1642 *(__be16 *)(p + 16) = cpu_to_be16(0); // unused 1642 *(__be16 *)(p + 16) = cpu_to_be16(0); // unused
1643 p += 18; 1643 p += 18;
1644 1644