Re: [PATCH 3.12] cfg80211: fix ibss wext chandef creation

2013-10-28 Thread Dirk Gouders
Johannes Berg writes: > On Tue, 2013-10-22 at 22:02 +0200, Simon Wunderlich wrote: >> The wext internal chandefs for ibss should be created using the >> cfg80211_chandef_create() functions. Otherwise the center_freq1 field >> will not be set and cfg80211_chandef_valid() will spit a warning and >>

Re: [PATCH 3.12] cfg80211: fix ibss wext chandef creation

2013-10-28 Thread Dirk Gouders
Johannes Berg writes: > On Tue, 2013-10-22 at 22:02 +0200, Simon Wunderlich wrote: >> The wext internal chandefs for ibss should be created using the >> cfg80211_chandef_create() functions. Otherwise the center_freq1 field >> will not be set and cfg80211_chandef_valid() will spit a warning and >>

Re: [PATCH 3.12] cfg80211: fix ibss wext chandef creation

2013-10-28 Thread Johannes Berg
On Tue, 2013-10-22 at 22:02 +0200, Simon Wunderlich wrote: > The wext internal chandefs for ibss should be created using the > cfg80211_chandef_create() functions. Otherwise the center_freq1 field > will not be set and cfg80211_chandef_valid() will spit a warning and > report the chandef as invalid

Re: [PATCH 3.12] cfg80211: fix ibss wext chandef creation

2013-10-22 Thread Dirk Gouders
Simon Wunderlich writes: > The wext internal chandefs for ibss should be created using the > cfg80211_chandef_create() functions. Otherwise the center_freq1 field > will not be set and cfg80211_chandef_valid() will spit a warning and > report the chandef as invalid when it should be used. Thanks

[PATCH 3.12] cfg80211: fix ibss wext chandef creation

2013-10-22 Thread Simon Wunderlich
The wext internal chandefs for ibss should be created using the cfg80211_chandef_create() functions. Otherwise the center_freq1 field will not be set and cfg80211_chandef_valid() will spit a warning and report the chandef as invalid when it should be used. Reported-by: Dirk Gouders Signed-off-by: