mac80211: introduce hw config change flags
[deliverable/linux.git] / drivers / net / wireless / rt2x00 / rt2x00dev.c
index 9e0472bd1edfdb6350a29287afcd450fc576a220..697806cf94e208885983b02b6ac0d2a911c15517 100644 (file)
@@ -1245,7 +1245,7 @@ int rt2x00lib_resume(struct rt2x00_dev *rt2x00dev)
        /*
         * Reconfigure device.
         */
-       retval = rt2x00mac_config(rt2x00dev->hw, &rt2x00dev->hw->conf);
+       retval = rt2x00mac_config(rt2x00dev->hw, ~0);
        if (retval)
                goto exit;
 
This page took 0.025119 seconds and 5 git commands to generate.