Re: [LEDE-DEV] WRT3200ACM crashes after mac80211 wireless-testing 2017-11-01

2017-11-29 Thread Felix Fietkau
On 2017-11-23 01:25, Syrone Wong wrote: > Hi, > > 1. minor warning > > .config:5:warning: symbol value 'm' invalid for ATH_REG_DYNAMIC_USER_REG_HINTS > > The config entry is of type bool. > > config ATH_REG_DYNAMIC_USER_REG_HINTS > bool "Atheros dynamic user regulatory hints" > depends on CFG80

Re: [LEDE-DEV] WRT3200ACM crashes after mac80211 wireless-testing 2017-11-01

2017-11-24 Thread Syrone Wong
The comparison results as below, db2fw is the current one we are using(aka the 'Not Applicable' patch), db2bin is the RFC patch. You can see they generate files with different length. command: diff -y <(xxd reg-db2fw) <(xxd reg-db2bin) : 5247 4442 0014 3030 02ca 4144 034b RGDB0

Re: [LEDE-DEV] WRT3200ACM crashes after mac80211 wireless-testing 2017-11-01

2017-11-24 Thread Syrone Wong
One more interesting thing is there are two patches upgrade the firmware version code to 20. What we are using is the one[0] already labeled as 'Not Applicable', while there is another one[1] labeled as 'RFC'. I don't understand the current state of the patch. [0]: https://patchwork.kernel.org/

[LEDE-DEV] WRT3200ACM crashes after mac80211 wireless-testing 2017-11-01

2017-11-22 Thread Syrone Wong
Hi, 1. minor warning .config:5:warning: symbol value 'm' invalid for ATH_REG_DYNAMIC_USER_REG_HINTS The config entry is of type bool. config ATH_REG_DYNAMIC_USER_REG_HINTS bool "Atheros dynamic user regulatory hints" depends on CFG80211_CERTIFICATION_ONUS default n ---help--- Say N. This shoul