Re: [PATCH] mac80211: document IEEE80211_HW_SUPPORTS_HT_CCK_RATES

2013-10-21 Thread Michael Opdenacker
Hi Johannes, On 10/21/2013 12:22 PM, Johannes Berg wrote: > On Sun, 2013-10-20 at 08:45 +0200, Michael Opdenacker wrote: >> This patch documents the IEEE80211_HW_SUPPORTS_HT_CCK_RATES flag >> in ieee80211_hw_flags. >> >> Without this, you get countless warnings in "make htmldocs". > I already have

Re: [PATCH] mac80211: document IEEE80211_HW_SUPPORTS_HT_CCK_RATES

2013-10-21 Thread Johannes Berg
On Sun, 2013-10-20 at 08:45 +0200, Michael Opdenacker wrote: > This patch documents the IEEE80211_HW_SUPPORTS_HT_CCK_RATES flag > in ieee80211_hw_flags. > > Without this, you get countless warnings in "make htmldocs". I already have an equivalent patch with correct documentation :) johannes --

[PATCH] mac80211: document IEEE80211_HW_SUPPORTS_HT_CCK_RATES

2013-10-19 Thread Michael Opdenacker
This patch documents the IEEE80211_HW_SUPPORTS_HT_CCK_RATES flag in ieee80211_hw_flags. Without this, you get countless warnings in "make htmldocs". Signed-off-by: Michael Opdenacker --- include/net/mac80211.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/net/mac80211.h b/inclu