commit | 311dce71b6af263a630717d77bd49cffc0d122a5 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Tue Jan 04 16:22:01 2011 -0800 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Jan 21 15:32:21 2011 -0500 |
tree | 935d2ebaccc6537cd13b1d9e98b5d83432063c35 | |
parent | 7194207ceea7a54c846e0865d2459f4887fe1e0d [diff] |
iwlagn: properly wait for PAN disable Previously I hacked this with an msleep(300) which was fine since we never had longer PAN time slots, but now that we will have them I need to fix that. Use the new notification wait support to properly wait for the WIPAN deactivation complete signal from the ucode. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>