X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fnet%2Firda%2Firlmp.h;h=86aefb1fda5e0bba0f24210eb9864b63801fe913;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=d75b819584616df1a98bbc9c9227625e7bb62560;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/include/net/irda/irlmp.h b/include/net/irda/irlmp.h index d75b81958..86aefb1fd 100644 --- a/include/net/irda/irlmp.h +++ b/include/net/irda/irlmp.h @@ -175,7 +175,8 @@ struct irlmp_cb { discovery_t discovery_cmd; /* Discovery command to use by IrLAP */ discovery_t discovery_rsp; /* Discovery response to use by IrLAP */ - int free_lsap_sel; + /* Last lsap picked automatically by irlmp_find_free_slsap() */ + int last_lsap_sel; struct timer_list discovery_timer; @@ -241,12 +242,9 @@ int irlmp_connless_data_request(struct lsap_cb *, struct sk_buff *, __u8); void irlmp_connless_data_indication(struct lsap_cb *, struct sk_buff *); #endif /* CONFIG_IRDA_ULTRA */ -void irlmp_status_request(void); void irlmp_status_indication(struct lap_cb *, LINK_STATUS link, LOCK_STATUS lock); void irlmp_flow_indication(struct lap_cb *self, LOCAL_FLOW flow); -int irlmp_slsap_inuse(__u8 slsap); -__u8 irlmp_find_free_slsap(void); LM_REASON irlmp_convert_lap_reason(LAP_REASON); static inline __u32 irlmp_get_saddr(const struct lsap_cb *self)