Merge branch 'acpi-numa'
[deliverable/linux.git] / net / wireless / mlme.c
index ff328250bc442db6a9e8e5136496098d4270bf6f..c284d883c349bf732d7fa0ad60615aff4abf0b4a 100644 (file)
@@ -726,7 +726,7 @@ void cfg80211_dfs_channels_update_work(struct work_struct *work)
        wiphy = &rdev->wiphy;
 
        rtnl_lock();
-       for (bandid = 0; bandid < IEEE80211_NUM_BANDS; bandid++) {
+       for (bandid = 0; bandid < NUM_NL80211_BANDS; bandid++) {
                sband = wiphy->bands[bandid];
                if (!sband)
                        continue;
This page took 0.036382 seconds and 5 git commands to generate.