sonyxperiadev / device-sony-tone

10 stars 25 forks source link

[master] sony: tone: Remove aosp wpa/p2p overlay #61

Closed humberos closed 7 years ago

humberos commented 7 years ago

This makefile call is not necessary since tone uses a specific wpa/p2p overlay configuration.

Also, rename files to aosp default naming.

Signed-off-by: Humberto Borba humberos@gmail.com Change-Id: I50f892d20f798501d1b77115964ae11bc147bd79

humberos commented 7 years ago

it requires https://github.com/sonyxperiadev/vendor-broadcom-wlan/pull/2

please, hold on testing it right now

humberos commented 7 years ago

It's ok! good to go!

oshmoun commented 7 years ago

does this also fix the hotspot issue? where hotspot functionality would trigger wowlan and a kernel panic shortly after?

humberos commented 7 years ago

@oshmoun Nope, it will not changing hostap behavior unfortunately. I mean, the issue should be still present there due to wowlan triggers. We need to check if it is a bcmdhd requirement at 4.4 kernel.

This patch is a correct way to use a custom wpa/p2p overlay by avoiding duplicate files.