2011-04-12 10:42:50

by Alexander Simon

[permalink] [raw]
Subject: [PATCH 1/4] cfg80211: Add channel type for IBSS

Needed for IBSS IEEE802.11N operation

* Add ht channel type for cfg80211 IBSS configuration

Signed-off-by: Alexander Simon <[email protected]>
---
cfg80211.h | 1 +
1 file changed, 1 insertion(+)

diff -Nrup a/include/net/cfg80211.h b/include/net/cfg80211.h
--- a/include/net/cfg80211.h 2011-03-31 21:04:02.000000000 +0200
+++ b/include/net/cfg80211.h 2011-04-12 08:49:19.000000000 +0200
@@ -964,6 +964,7 @@ struct cfg80211_ibss_params {
u8 *ssid;
u8 *bssid;
struct ieee80211_channel *channel;
+ enum nl80211_channel_type channel_type;
u8 *ie;
u8 ssid_len, ie_len;
u16 beacon_interval;




2011-04-26 19:15:46

by John W. Linville

[permalink] [raw]
Subject: Re: [PATCH 1/4] cfg80211: Add channel type for IBSS

On Tue, Apr 12, 2011 at 12:42:44PM +0200, Alexander Simon wrote:
> Needed for IBSS IEEE802.11N operation
>
> * Add ht channel type for cfg80211 IBSS configuration
>
> Signed-off-by: Alexander Simon <[email protected]>

Are you going to resubmit this series after addressing Johannes's comments?

--
John W. Linville Someday the world will need a hero, and you
[email protected] might be all we have. Be ready.