> +int oa_tc6_perform_ctrl(struct oa_tc6 *tc6, u32 addr, u32 val[], u8 len, > + bool wnr, bool ctrl_prot) Please add some kerneldoc headers for the API method exposed here. These are what the MAC driver should be using, so they should be reasonably well documented. Thanks Andrew