Re: [PATCH v3] mac80211: mesh: fix wrong mesh TTL offset calculation

2018-01-29 Thread Peter Oh
I have patch v4 which fixes the warning, so we can ignore this warning I believe. Thanks, Peter On 01/27/2018 01:00 PM, kbuild test robot wrote: Hi Peter, Thank you for the patch! Yet something to improve: [auto build test ERROR on mac80211-next/master] [also build test ERROR on v4.15-rc9

Re: [PATCH v3] mac80211: mesh: fix wrong mesh TTL offset calculation

2018-01-27 Thread kbuild test robot
Hi Peter, Thank you for the patch! Yet something to improve: [auto build test ERROR on mac80211-next/master] [also build test ERROR on v4.15-rc9 next-20180126] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH v3] mac80211: mesh: fix wrong mesh TTL offset calculation

2018-01-25 Thread Johannes Berg
On Thu, 2018-01-25 at 11:01 -0800, Peter Oh wrote: > Ignore the patch below for now. Just noticed mesh_chansw_params_ie is > constance. > Just remove the const? johannes

Re: [PATCH v3] mac80211: mesh: fix wrong mesh TTL offset calculation

2018-01-25 Thread Peter Oh
Ignore the patch below for now. Just noticed mesh_chansw_params_ie is constance. will come up with new approach. Thanks, Peter On 01/24/2018 05:16 PM, peter...@bowerswilkins.com wrote: From: Peter Oh mesh TTL offset in Mesh Channel Switch Parameters element

[PATCH v3] mac80211: mesh: fix wrong mesh TTL offset calculation

2018-01-24 Thread peter . oh
From: Peter Oh mesh TTL offset in Mesh Channel Switch Parameters element depends on not only Secondary Channel Offset element, but also affected by HT Control field and Wide Bandwidth Channel Switch element. Use element structure to correct the miscalculation.