From: "John W. Linville" <linville@tuxdriver.com>
To: Johannes Berg <johannes@sipsolutions.net>
Cc: linux-wireless@vger.kernel.org
Subject: Re: pull-request: mac80211-next 2012-11-21
Date: Wed, 21 Nov 2012 14:15:38 -0500 [thread overview]
Message-ID: <20121121191538.GE2066@tuxdriver.com> (raw)
In-Reply-To: <1353508227.10444.33.camel@jlt4.sipsolutions.net>
Hmmm...more breakage...
CC drivers/net/wireless/rtlwifi/rtl8723ae/trx.o
drivers/net/wireless/rtlwifi/rtl8723ae/trx.c: In function ‘rtl8723ae_rx_query_desc’:
drivers/net/wireless/rtlwifi/rtl8723ae/trx.c:324:21: error: ‘RX_FLAG_MACTIME_MPDU’ undeclared (first use in this function)
drivers/net/wireless/rtlwifi/rtl8723ae/trx.c:324:21: note: each undeclared identifier is reported only once for each function it appears in
make[3]: *** [drivers/net/wireless/rtlwifi/rtl8723ae/trx.o] Error 1
On Wed, Nov 21, 2012 at 03:30:27PM +0100, Johannes Berg wrote:
> John,
>
> Third (and last for today) pull request :-)
>
> This one contains the mac80211-next material. Apart from a few small new
> features and cleanups I have two fixes for the channel context code. The
> RX_END timestamp support will probably be reworked again as Simon Barber
> noted the calculations weren't really valid, but the discussions there
> are still going on and it's better than what we had before.
>
> I haven't included the VHT changes yet, I want them to have a bit more
> review time on the mailing list (only posted yesterday), and I also
> think I might want to hold them for 3.9. OTOH, channel contexts are new
> in 3.8 so if I put them into 3.8 we don't have two versions of channel
> contexts. Haven't made up my mind yet, any thoughts? :-)
>
> Please pull.
>
> Thanks,
> johannes
>
> The following changes since commit 6352c87ff69daa2211419ec2c34ddb8bc116c505:
>
> mac80211: reassign channel contexts before stations (2012-11-09 17:34:36 +0100)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git for-john
>
> for you to fetch changes up to 77d2ece6fde80631193054edc9c9a3edad519565:
>
> mac80211: Add debugfs callbacks for station addition/removal (2012-11-21 11:46:25 +0100)
>
> ----------------------------------------------------------------
> Amitkumar Karwar (1):
> nl/cfg80211: advertise OBSS scan requirement
>
> Arend van Spriel (1):
> mac80211: check add_chanctx callback before use in ieee80211_reconfig
>
> Eliad Peller (1):
> mac80211: make remain_on_channel() op pass vif param
>
> Johannes Berg (4):
> mac80211: use CMAC_PN_LEN
> mac80211: introduce IEEE80211_NUM_TIDS and use it
> mac80211: support radiotap vendor namespace RX data
> mac80211: fix channel context suspend/reconfig handling
>
> Jouni Malinen (1):
> cfg80211: Add TDLS event to allow drivers to request operations
>
> Sujith Manoharan (1):
> mac80211: Add debugfs callbacks for station addition/removal
>
> Thomas Pedersen (1):
> mac80211: support RX_FLAG_MACTIME_END
>
> drivers/net/wireless/ath/ath5k/base.c | 2 +-
> drivers/net/wireless/ath/ath9k/htc_drv_txrx.c | 2 +-
> drivers/net/wireless/ath/ath9k/recv.c | 2 +-
> drivers/net/wireless/b43/xmit.c | 2 +-
> drivers/net/wireless/b43legacy/xmit.c | 2 +-
> drivers/net/wireless/brcm80211/brcmsmac/main.c | 2 +-
> drivers/net/wireless/iwlegacy/4965-mac.c | 2 +-
> drivers/net/wireless/iwlwifi/dvm/mac80211.c | 1 +
> drivers/net/wireless/iwlwifi/dvm/rx.c | 2 +-
> drivers/net/wireless/mac80211_hwsim.c | 36 ++++++++++-
> drivers/net/wireless/p54/txrx.c | 2 +-
> drivers/net/wireless/rtl818x/rtl8180/dev.c | 2 +-
> drivers/net/wireless/rtl818x/rtl8187/dev.c | 2 +-
> drivers/net/wireless/rtlwifi/rtl8192ce/trx.c | 2 +-
> drivers/net/wireless/rtlwifi/rtl8192cu/trx.c | 2 +-
> drivers/net/wireless/rtlwifi/rtl8192de/trx.c | 2 +-
> drivers/net/wireless/rtlwifi/rtl8192se/trx.c | 2 +-
> drivers/net/wireless/ti/wl1251/rx.c | 2 +-
> include/linux/ieee80211.h | 2 +
> include/net/cfg80211.h | 19 ++++++
> include/net/mac80211.h | 39 +++++++++++-
> include/uapi/linux/nl80211.h | 10 +++
> net/mac80211/agg-rx.c | 2 +-
> net/mac80211/agg-tx.c | 12 ++--
> net/mac80211/cfg.c | 6 +-
> net/mac80211/debugfs_key.c | 6 +-
> net/mac80211/debugfs_sta.c | 19 ++++--
> net/mac80211/driver-ops.h | 39 +++++++++++-
> net/mac80211/ht.c | 4 +-
> net/mac80211/ibss.c | 29 ++-------
> net/mac80211/ieee80211_i.h | 11 ++++
> net/mac80211/key.c | 15 ++---
> net/mac80211/key.h | 8 +--
> net/mac80211/mesh_sync.c | 44 +++----------
> net/mac80211/offchannel.c | 2 +-
> net/mac80211/pm.c | 44 ++++++++++++-
> net/mac80211/rx.c | 87 +++++++++++++++++++++-----
> net/mac80211/sta_info.c | 10 +--
> net/mac80211/sta_info.h | 19 +++---
> net/mac80211/trace.h | 13 ++--
> net/mac80211/util.c | 76 ++++++++++++++++++++--
> net/wireless/nl80211.c | 47 ++++++++++++++
> net/wireless/trace.h | 23 +++++++
> 43 files changed, 497 insertions(+), 158 deletions(-)
>
--
John W. Linville Someday the world will need a hero, and you
linville@tuxdriver.com might be all we have. Be ready.
prev parent reply other threads:[~2012-11-21 19:31 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-21 14:30 pull-request: mac80211-next 2012-11-21 Johannes Berg
2012-11-21 19:15 ` John W. Linville [this message]
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=20121121191538.GE2066@tuxdriver.com \
--to=linville@tuxdriver.com \
--cc=johannes@sipsolutions.net \
--cc=linux-wireless@vger.kernel.org \
/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).