Wifi: Remove multiple definitions
Remove compilation warnings due to -Wtypedef-redefinition. Bug: 160212907 Test: Build Successfully Change-Id: I8925cf33fa64fbba4a6cbb782ecc107a7741fe87
This commit is contained in:
parent
a731921669
commit
f2eed442a6
3 changed files with 1 additions and 4 deletions
|
@ -12,8 +12,6 @@ extern "C"
|
|||
#define CONFIG_MINOR_VERSION 0
|
||||
#define CONFIG_MICRO_VERSION 0
|
||||
|
||||
typedef int wifi_radio;
|
||||
|
||||
// whether the wifi chipset wakes at every dtim beacon or a multiple of the dtim period
|
||||
// if extended_dtim is set to 3, the STA shall wake up every 3 DTIM beacons
|
||||
wifi_error wifi_extended_dtim_config_set(wifi_request_id id,
|
||||
|
|
|
@ -156,7 +156,7 @@ typedef struct {
|
|||
typedef enum {
|
||||
/* Filter Wifi channels that should be avoided due to cellular coex
|
||||
* restrictions. Some Wifi channels can have extreme interference
|
||||
* from/to cellular due to short frequency seperation with neighboring
|
||||
* from/to cellular due to short frequency separation with neighboring
|
||||
* cellular channels or when there is harmonic and intermodulation
|
||||
* interference. Channels which only have some performance degradation
|
||||
* (e.g. power back off is sufficient to deal with coexistence issue)
|
||||
|
|
|
@ -35,7 +35,6 @@ extern "C"
|
|||
*/
|
||||
|
||||
|
||||
typedef int wifi_radio;
|
||||
typedef int wifi_ring_buffer_id;
|
||||
|
||||
#define PER_PACKET_ENTRY_FLAGS_DIRECTION_TX 1 // 0: TX, 1: RX
|
||||
|
|
Loading…
Reference in a new issue