On Fri, 2008-02-22 at 14:58 +0100, Johannes Berg wrote: > I thought you just said the firmware follows the powersave transitions > by itself (by looking at the frames)? In my hypothetical scheme the > driver/stack notifies the firmware about them. Alright, the iwlwifi firmware works partially by itself on powersave. It switches from wake to sleep by looking at the frames and from sleep to wake by driver/stack notification. BTW, I've put our iwl4965 AP code at below address. We tested it on 2.6.22 kernel. The code is not very up to date but you can at least get a working AP with an iwl4965 card. http://www.kernel.org/pub/linux/kernel/people/chuyee/wireless/iwl4965_ap/ To install mac80211: $ cd mac80211 $ make patch_kernel $ recompile your kernel and modules && install To compile and run the hostapd: $ cd hostapd $ make KSRC=/lib/modules/`uname -r`/build $ ./hostapd hostapd.conf Thanks, -yi - To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html