diff options
Diffstat (limited to 'net/irda/irlmp.c')
-rw-r--r-- | net/irda/irlmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/irda/irlmp.c b/net/irda/irlmp.c index c440913dee14..5073261b9d0c 100644 --- a/net/irda/irlmp.c +++ b/net/irda/irlmp.c | |||
@@ -392,7 +392,7 @@ int irlmp_connect_request(struct lsap_cb *self, __u8 dlsap_sel, | |||
392 | 392 | ||
393 | /* Any userdata? */ | 393 | /* Any userdata? */ |
394 | if (tx_skb == NULL) { | 394 | if (tx_skb == NULL) { |
395 | tx_skb = alloc_skb(64, GFP_ATOMIC); | 395 | tx_skb = alloc_skb(LMP_MAX_HEADER, GFP_ATOMIC); |
396 | if (!tx_skb) | 396 | if (!tx_skb) |
397 | return -ENOMEM; | 397 | return -ENOMEM; |
398 | 398 | ||