From: Michael Wu <hidden> Date: 2006-11-02 23:28:15
On Thursday 02 November 2006 17:38, Johannes Berg wrote:
Now, I tried to update adm8211 and rt2x00 as well, but faced some
problems. adm8211 actually accesses the struct net_device and
calls it's open() call! This is broken.
Good catch. Looks like I never updated the suspend/resume code properly when I
ported to d80211. The fix is easy - the code just needs to call the
adm8211_open/stop functions directly. I'll send a patch later tonight.
-Michael Wu