diff options
Diffstat (limited to 'drivers/net/wan/lapbether.c')
-rw-r--r-- | drivers/net/wan/lapbether.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wan/lapbether.c b/drivers/net/wan/lapbether.c index 4d4dc38c7290..7f5bb913c8b9 100644 --- a/drivers/net/wan/lapbether.c +++ b/drivers/net/wan/lapbether.c | |||
@@ -46,7 +46,7 @@ | |||
46 | 46 | ||
47 | #include <net/x25device.h> | 47 | #include <net/x25device.h> |
48 | 48 | ||
49 | static char bcast_addr[6] = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF }; | 49 | static const u8 bcast_addr[6] = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF }; |
50 | 50 | ||
51 | /* If this number is made larger, check that the temporary string buffer | 51 | /* If this number is made larger, check that the temporary string buffer |
52 | * in lapbeth_new_device is large enough to store the probe device name.*/ | 52 | * in lapbeth_new_device is large enough to store the probe device name.*/ |