cfg80211: call reg_notifier() once
authorLuis R. Rodriguez <lrodriguez@atheros.com>
Thu, 8 Jan 2009 01:43:32 +0000 (17:43 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 29 Jan 2009 20:59:58 +0000 (15:59 -0500)
commit560e28e14f69ad3440a6e8c283dcfd37e1e41c2d
treea2340710c9d723c7c64b2fd04aed82b2206b1931
parent4be8c3873e0b88397866d3ede578503e188f9ad2
cfg80211: call reg_notifier() once

We are calling the reg_notifier() callback per band, this is
not necessary, just call it once.

Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Acked-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/wireless/reg.c