On Wednesday 27 April 2011 23:35:02 Antonio Quartulli wrote:
Patchset description:
- Rename all the variables/functions/constants from hna to tt
- Implement the new announcement mechanism
- Implement the roaming optimisation
- Protect by RCU the local and global table
I just applied the remaining 3 patches from your repository (the first one already entered the master branch a while ago). The corresponding commits are: 4dea027, cea194d & 7bad463.
** Patch 2/4 also introduces a dependency on the crc16 module since the new mechanism uses the crc16 computation function provided by this module. **
Guess we have to adjust our Kconfig file ? I'll modify the OpenWRT package to handle this dependency.
Thanks for your work, Marek