diff options
| author | Patrick McHardy <kaber@trash.net> | 2010-05-10 12:39:28 -0400 |
|---|---|---|
| committer | Patrick McHardy <kaber@trash.net> | 2010-05-10 12:39:28 -0400 |
| commit | 1e4b1057121bc756b91758a434b504d2010f6088 (patch) | |
| tree | b016cf2c728289c7e36d9e4e488f30ab0bd0ae6e /include/net/caif/cfctrl.h | |
| parent | 3b254c54ec46eb022cb26ee6ab37fae23f5f7d6a (diff) | |
| parent | 3ee943728fff536edaf8f59faa58aaa1aa7366e3 (diff) | |
Merge branch 'master' of /repos/git/net-next-2.6
Conflicts:
net/bridge/br_device.c
net/bridge/br_forward.c
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'include/net/caif/cfctrl.h')
| -rw-r--r-- | include/net/caif/cfctrl.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/include/net/caif/cfctrl.h b/include/net/caif/cfctrl.h index dee25b86caa0..997603f2bf4c 100644 --- a/include/net/caif/cfctrl.h +++ b/include/net/caif/cfctrl.h | |||
| @@ -43,8 +43,7 @@ struct cfctrl_rsp { | |||
| 43 | void (*linksetup_rsp)(struct cflayer *layer, u8 linkid, | 43 | void (*linksetup_rsp)(struct cflayer *layer, u8 linkid, |
| 44 | enum cfctrl_srv serv, u8 phyid, | 44 | enum cfctrl_srv serv, u8 phyid, |
| 45 | struct cflayer *adapt_layer); | 45 | struct cflayer *adapt_layer); |
| 46 | void (*linkdestroy_rsp)(struct cflayer *layer, u8 linkid, | 46 | void (*linkdestroy_rsp)(struct cflayer *layer, u8 linkid); |
| 47 | struct cflayer *client_layer); | ||
| 48 | void (*linkerror_ind)(void); | 47 | void (*linkerror_ind)(void); |
| 49 | void (*enum_rsp)(void); | 48 | void (*enum_rsp)(void); |
| 50 | void (*sleep_rsp)(void); | 49 | void (*sleep_rsp)(void); |
| @@ -117,7 +116,7 @@ struct cfctrl { | |||
| 117 | }; | 116 | }; |
| 118 | 117 | ||
| 119 | void cfctrl_enum_req(struct cflayer *cfctrl, u8 physlinkid); | 118 | void cfctrl_enum_req(struct cflayer *cfctrl, u8 physlinkid); |
| 120 | void cfctrl_linkup_request(struct cflayer *cfctrl, | 119 | int cfctrl_linkup_request(struct cflayer *cfctrl, |
| 121 | struct cfctrl_link_param *param, | 120 | struct cfctrl_link_param *param, |
| 122 | struct cflayer *user_layer); | 121 | struct cflayer *user_layer); |
| 123 | int cfctrl_linkdown_req(struct cflayer *cfctrl, u8 linkid, | 122 | int cfctrl_linkdown_req(struct cflayer *cfctrl, u8 linkid, |
| @@ -135,4 +134,6 @@ void cfctrl_insert_req(struct cfctrl *ctrl, | |||
| 135 | struct cfctrl_request_info *req); | 134 | struct cfctrl_request_info *req); |
| 136 | struct cfctrl_request_info *cfctrl_remove_req(struct cfctrl *ctrl, | 135 | struct cfctrl_request_info *cfctrl_remove_req(struct cfctrl *ctrl, |
| 137 | struct cfctrl_request_info *req); | 136 | struct cfctrl_request_info *req); |
| 137 | void cfctrl_cancel_req(struct cflayer *layr, struct cflayer *adap_layer); | ||
| 138 | |||
| 138 | #endif /* CFCTRL_H_ */ | 139 | #endif /* CFCTRL_H_ */ |
