NR MAC: make many functions static
To know which functions are used from outside and which are module-local, make many functions static. This will allow us to protect only those functions with a mutex for which it is necessary.
Showing
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment