linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Victor Goldenshtein <victorg@ti.com>
To: <hostap@lists.shmoo.com>
Cc: <linux-wireless@vger.kernel.org>, <kgiori@qca.qualcomm.com>,
	<mcgrof@frijolero.org>, <zefir.kurtisi@neratec.com>,
	<adrian.chadd@gmail.com>, <j@w1.fi>, <johannes@sipsolutions.net>,
	<coelho@ti.com>, <assaf@ti.com>, <yoni.divinsky@ti.com>,
	<igalc@ti.com>, <adrian@freebsd.org>, <nbd@nbd.name>,
	<simon.wunderlich@s2003.tu-chemnitz.de>
Subject: [PATCH v3 0/7] hostap: add DFS master ability
Date: Wed,  8 Aug 2012 14:55:31 +0300	[thread overview]
Message-ID: <1344426938-1883-1-git-send-email-victorg@ti.com> (raw)

v3:

Rebased to latest.

0001-hostapd-implement-dfs-drv-ops-functions.patch
1. added HT40 check in hostapd_channel_switch() & hostapd_start_radar_detection().

0003-hostapd-add-dfs-events.patch
1. removed "channel_switch_complete" in wpa_event_data union.
2. renamed "EVENT_CHANNEL_SWITCH_COMPLETE" to "EVENT_AP_CH_SWITCH_COMPLETE".
3. renamed "hostapd_event_complete_channel_switch()" to hostapd_event_ap_ch_switch().

0006-nl80211-add-channel-switch-command-event.patch
1. reuse "NL80211_CMD_CH_SWITCH_NOTIFY" event also for AP.
2. set also the NL80211_ATTR_WIPHY_CHANNEL_TYPE in nl80211_ap_channel_switch().
3. update the "bss->freq" only if the channel switch command succeeded.

0007-nl80211-add-start-radar-detection-command-event.patch
1. set also the NL80211_ATTR_WIPHY_CHANNEL_TYPE in nl80211_start_radar_detection().

Victor Goldenshtein (7):
  hostapd: implement dfs drv ops functions
  hostapd: add channel switch ability
  hostapd: add dfs events
  hostapd: add dfs support into interface init flow
  nl80211: add support to enable TX on oper-channel
  nl80211: add channel switch command/event
  nl80211: add start radar detection command/event

 hostapd/config_file.c        |   10 +++
 src/ap/ap_config.h           |    4 +
 src/ap/ap_drv_ops.c          |   95 +++++++++++++++++++++++++
 src/ap/ap_drv_ops.h          |    5 ++
 src/ap/beacon.c              |   16 ++++
 src/ap/drv_callbacks.c       |   45 ++++++++++++
 src/ap/hostapd.c             |  161 ++++++++++++++++++++++++++++++++++++++++--
 src/ap/hostapd.h             |   13 ++++
 src/ap/hw_features.c         |   48 ++++++++++---
 src/ap/hw_features.h         |   10 +++
 src/ap/ieee802_11.c          |  117 ++++++++++++++++++++++++++++++
 src/ap/ieee802_11.h          |    4 +
 src/drivers/driver.h         |   89 +++++++++++++++++++++++-
 src/drivers/driver_common.c  |    2 +
 src/drivers/driver_nl80211.c |  152 ++++++++++++++++++++++++++++++++++++++-
 src/utils/eloop.c            |    1 +
 16 files changed, 751 insertions(+), 21 deletions(-)

-- 
1.7.5.4


             reply	other threads:[~2012-08-08 12:02 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-08 11:55 Victor Goldenshtein [this message]
2012-08-08 11:55 ` [PATCH v3 1/7] hostapd: implement dfs drv ops functions Victor Goldenshtein
2012-08-08 11:55 ` [PATCH v3 2/7] hostapd: add channel switch ability Victor Goldenshtein
2012-08-08 11:55 ` [PATCH v3 3/7] hostapd: add dfs events Victor Goldenshtein
2012-08-08 11:55 ` [PATCH v3 4/7] hostapd: add dfs support into interface init flow Victor Goldenshtein
2012-08-08 11:55 ` [PATCH v3 5/7] nl80211: add support to enable TX on oper-channel Victor Goldenshtein
2012-08-08 11:55 ` [PATCH v3 6/7] nl80211: add channel switch command/event Victor Goldenshtein
2012-08-08 11:55 ` [PATCH v3 7/7] nl80211: add start radar detection command/event Victor Goldenshtein

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1344426938-1883-1-git-send-email-victorg@ti.com \
    --to=victorg@ti.com \
    --cc=adrian.chadd@gmail.com \
    --cc=adrian@freebsd.org \
    --cc=assaf@ti.com \
    --cc=coelho@ti.com \
    --cc=hostap@lists.shmoo.com \
    --cc=igalc@ti.com \
    --cc=j@w1.fi \
    --cc=johannes@sipsolutions.net \
    --cc=kgiori@qca.qualcomm.com \
    --cc=linux-wireless@vger.kernel.org \
    --cc=mcgrof@frijolero.org \
    --cc=nbd@nbd.name \
    --cc=simon.wunderlich@s2003.tu-chemnitz.de \
    --cc=yoni.divinsky@ti.com \
    --cc=zefir.kurtisi@neratec.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).