On Thu, 2009-01-15 at 16:12 -0800, Luis R. Rodriguez wrote: > When CONFIG_CFG80211_REG_DEBUG is enabled and an intersection > occurs we are printing the regulatory domain passed by CRDA > and indicating its the intersected regulatory domain. Lets fix > this and print the intersection as originally intended. > > Signed-off-by: Luis R. Rodriguez <lrodriguez@xxxxxxxxxxx> Acked-by: Johannes Berg <johannes@xxxxxxxxxxxxxxxx> > --- > net/wireless/reg.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/net/wireless/reg.c b/net/wireless/reg.c > index b34fd84..ec8b3d9 100644 > --- a/net/wireless/reg.c > +++ b/net/wireless/reg.c > @@ -1332,7 +1332,7 @@ static void reg_country_ie_process_debug( > if (intersected_rd) { > printk(KERN_DEBUG "cfg80211: We intersect both of these " > "and get:\n"); > - print_regdomain_info(rd); > + print_regdomain_info(intersected_rd); > return; > } > printk(KERN_DEBUG "cfg80211: Intersection between both failed\n");
Attachment:
signature.asc
Description: This is a digitally signed message part