[Bluetooth] Disable disconnect timer during Simple Pairing
[pandora-kernel.git] / include / net / bluetooth / rfcomm.h
index 25aa575..8c54ff3 100644 (file)
@@ -181,6 +181,7 @@ struct rfcomm_dlc {
        u8            priority;
        u8            v24_sig;
        u8            mscex;
+       u8            out;
 
        u32           link_mode;
 
@@ -252,8 +253,8 @@ static inline void rfcomm_dlc_put(struct rfcomm_dlc *d)
                rfcomm_dlc_free(d);
 }
 
-extern void FASTCALL(__rfcomm_dlc_throttle(struct rfcomm_dlc *d));
-extern void FASTCALL(__rfcomm_dlc_unthrottle(struct rfcomm_dlc *d));
+extern void __rfcomm_dlc_throttle(struct rfcomm_dlc *d);
+extern void __rfcomm_dlc_unthrottle(struct rfcomm_dlc *d);
 
 static inline void rfcomm_dlc_throttle(struct rfcomm_dlc *d)
 {