OSDN Git Service

net: wireless change the header of Logger
authoreccopark@broadcom.com <eccopark@broadcom.com>
Thu, 26 Mar 2015 00:21:26 +0000 (17:21 -0700)
committereccopark@broadcom.com <eccopark@broadcom.com>
Fri, 27 Mar 2015 17:55:38 +0000 (10:55 -0700)
commit3fabb28c4b19ea110aee0fde881c7dc315980b16
tree30e3ae23ca9cb189a533ba28493b7f13256c0202
parent3e778d3b8acf9ec3ce76d32255ae2b1aec3ac7d1
net: wireless change the header of Logger

1) add the request_id in wifi_get_logger_supported_feature_set
2) Change the wifi_get_firmware_memory_dump API
 1) Normally the size of firmware dump is 700KB.
    Thus, Driver cannot send the data in one time because of limitation of skb length.
    In order to send such big data from kernel Driver,
    we need to send data using event continuously until we send the memory dump completely.
    In the event handler of hal, it will allocate the
    big buffer to store the data.
    Once event handler copy the data completely, event handler
    will call the function callback(on_firmware_memory_dump).
    So, upper layer has to free the buffer after handling the buffer.

Change-Id: If80b03ec8bd9349d952743e17a001c04096aac95
Signed-off-by: eccopark@broadcom.com <eccopark@broadcom.com>
include/hardware_legacy/wifi_logger.h