From: Johannes Berg Date: Wed, 7 Jan 2009 17:28:20 +0000 (+0100) Subject: mac80211: extend/document powersave API X-Git-Tag: v2.6.30-rc1~662^2~836^2~187 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4be8c3873e0b88397866d3ede578503e188f9ad2;p=pandora-kernel.git mac80211: extend/document powersave API This modifies hardware flags for powersave to support three different flags: * IEEE80211_HW_SUPPORTS_PS - indicates general PS support * IEEE80211_HW_PS_NULLFUNC_STACK - indicates nullfunc sending in software * IEEE80211_HW_SUPPORTS_DYNAMIC_PS - indicates dynamic PS on the device It also adds documentation for all this which explains how to set the various flags. Additionally, it fixes a few things: * a spot where && was used to test flags * enable CONF_PS only when associated again Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed