On Thu, 2013-08-08 at 15:21 +0200, Johan Almbladh wrote: > This patch enables power save processing for encrypted frames even if the > encryption key is not set. This is a requirement when implementing split-MAC > systems like Anyfi.net [1] and CAPWAP [2] on mac80211 using monitor frame > injection and reception. I have no idea what these are, nor do I actually want to care much... You presumably use Felix's active monitor mode? > The mac80211 RX handlers are reordered slightly so > that the power save handler is invoked before the decryption handler. > > The patch is minimal in the sense that it provides the required functionality > with a minimal change, but I am open to suggestions if this change is too > intrusive. Please let me know what you think. I think you should ask yourself if this makes sense in the normal wifi context... :-) It actually seems like it *does* make sense, so it should have an appropriate description for that, but I'm a bit worried about IBSS in sta_process. Also I've tried to keep the code in the file sequential, so this patch should be moving ieee80211_rx_h_decrypt() itself as well. johannes -- 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