> + printk(KERN_DEBUG "%s:%s(changed=0x%x)\n", > + wiphy_name(hw->wiphy), __func__, changed); Should we print the wiphy name for each line below too so we can parse this more easily with some validation tools? > + if (changed & BSS_CHANGED_BASIC_RATES) { > + printk(KERN_DEBUG " BASIC_RATES: 0x%llx\n", > + info->basic_rates); That'll need an (unsigned long long) cast. johannes
Attachment:
signature.asc
Description: This is a digitally signed message part