X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Fnet%2Fbluetooth%2Frfcomm.h;h=89d743cfdfdfdd107d315331d37d5650305e52ad;hb=3dcbbcda7c5b77c400791b26facd6593c5b176e0;hp=e656be7c001a342935119c44a8ffd741a5aa0a13;hpb=9dfb7808fb05643b0d06df7411b94d9546696bf1;p=powerpc.git diff --git a/include/net/bluetooth/rfcomm.h b/include/net/bluetooth/rfcomm.h index e656be7c00..89d743cfdf 100644 --- a/include/net/bluetooth/rfcomm.h +++ b/include/net/bluetooth/rfcomm.h @@ -33,7 +33,7 @@ #define RFCOMM_DEFAULT_MTU 127 #define RFCOMM_DEFAULT_CREDITS 7 -#define RFCOMM_MAX_L2CAP_MTU 1024 +#define RFCOMM_MAX_L2CAP_MTU 1013 #define RFCOMM_MAX_CREDITS 40 #define RFCOMM_SKB_HEAD_RESERVE 8 @@ -351,6 +351,4 @@ int rfcomm_dev_ioctl(struct sock *sk, unsigned int cmd, void __user *arg); int rfcomm_init_ttys(void); void rfcomm_cleanup_ttys(void); -extern struct proc_dir_entry *proc_bt_rfcomm; - #endif /* __RFCOMM_H */