Skip to content

Commit

Permalink
hybris: wifi: add new API method to send driver command
Browse files Browse the repository at this point in the history
This is a non standard method for the WiFi HAL layer and needs to be
implemented per device tree before it can be used.
  • Loading branch information
morphis committed Jul 7, 2016
1 parent 11d0095 commit 0d7dd61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hybris/wifi/wifi.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,5 @@ HYBRIS_IMPLEMENT_FUNCTION0(wifi, const char *, get_dhcp_error_string);
HYBRIS_IMPLEMENT_FUNCTION1(wifi, const char *, wifi_get_fw_path, int);
HYBRIS_IMPLEMENT_FUNCTION1(wifi, int, wifi_change_fw_path, const char *);
HYBRIS_IMPLEMENT_FUNCTION0(wifi, int, ensure_entropy_file_exists);
HYBRIS_IMPLEMENT_FUNCTION4(wifi, int, wifi_send_driver_command,
char*, char*, char*, size_t);

0 comments on commit 0d7dd61

Please sign in to comment.