coding style updates in wifi_drivers

This commit is contained in:
Andreas Schultz 2016-04-06 14:13:33 +02:00
parent c132036914
commit 9096bff7a5
2 changed files with 596 additions and 468 deletions

File diff suppressed because it is too large Load Diff

View File

@ -435,9 +435,6 @@ void wifi_station_deauthorize(struct wifi_device* device, const uint8_t* address
/* Util functions */
uint32_t wifi_iface_index(const char* ifname);
int wifi_iface_hwaddr(int sock, const char* ifname, uint8_t* hwaddr);
int wifi_frequency_to_radiotype(uint32_t freq);
/* */
int wifi_iface_getstatus(int sock, const char* ifname);