Work on ansi and clean Makefiles
FossilOrigin-Name: 0805f78d34219a2aac597a313081ce869c389e6b5d471c65c7f43d0906c0a400
This commit is contained in:
@ -34,7 +34,7 @@ int conn_prepare_image_data_request(struct conn *conn, struct cwimage_data *data
|
||||
|
||||
|
||||
/* for Cisco APs send image data in "LWAPP format" */
|
||||
if (conn->capwap_mode == CWMODE_CISCO) {
|
||||
/* if (conn->capwap_mode == CWMODE_CISCO) {
|
||||
uint8_t type = 3;
|
||||
uint16_t checksum = htons(lw_checksum(data->data, data->len));
|
||||
cwmsg_vaddelem(cwmsg, CW_ELEM_IMAGE_DATA,
|
||||
@ -44,7 +44,7 @@ int conn_prepare_image_data_request(struct conn *conn, struct cwimage_data *data
|
||||
NULL);
|
||||
return 0;
|
||||
}
|
||||
|
||||
*/
|
||||
|
||||
/* standard capwap operation */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user