commit | d7c76f4c50887a7d7279373c1138ac56a1d6db3b | [log] [tgz] |
---|---|---|
author | Wey-Yi Guy <wey-yi.w.guy@intel.com> | Fri Oct 09 13:20:17 2009 -0700 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Oct 12 15:55:52 2009 -0400 |
tree | 3c08f507d6352c6f69b501b2cd92368dc27d42b4 | |
parent | 10c435f18b8cb78a5870c08d52955594f5ec9c31 [diff] |
iwlwifi: change the order of freeing memory Need to free the dynamic allocated memory before ieee80211_free_hw(); once call ieee80211_free_hw(), should not reference to "priv" data structure. Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com> Signed-off-by: Reinette Chatre <reinette.chatre@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>