* pull-request: iwlwifi-next 2013-02-18
@ 2013-02-18 19:28 Johannes Berg
2013-02-18 19:29 ` Johannes Berg
0 siblings, 1 reply; 3+ messages in thread
From: Johannes Berg @ 2013-02-18 19:28 UTC (permalink / raw)
To: John Linville; +Cc: linux-wireless
[-- Attachment #1: Type: text/plain, Size: 2790 bytes --]
John,
I hadn't expected to ask you to pull iwlwifi-next again, but I have a
number of fixes most of which I'd also send in after rc1, so here it is.
The first commit is a merge error between mac80211-next and
iwlwifi-next; in addition I have fixes for P2P scanning and MVM driver
MAC (virtual interface) management from Ilan, a CT-kill (critical
temperature) fix from Eytan, and myself fixed three different little but
annoying bugs in the MVM driver.
The only ones I might not send for -rc1 are Emmanuel's debug patch, but
OTOH it should help greatly if there are any issues, and my own time
event debugging patch that I used to find the race condition but we
decided to keep it for the future.
If you don't want to pull this any more, let me know and I'll split the
tree into -fixes and -next later.
Thanks,
Johannes
The following changes since commit 9e97d14b4923da524d202f2e005d5d30b70db9d6:
Merge branch 'for-linville' of git://github.com/kvalo/ath6kl (2013-02-15 14:06:32 -0500)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next.git
for you to fetch changes up to cfe418287c61f4c4a3ccb94e8a286434d64e0236:
iwlwifi: dvm: improve (again) the prints in reclaim path (2013-02-18 20:19:25 +0100)
----------------------------------------------------------------
Emmanuel Grumbach (1):
iwlwifi: dvm: improve (again) the prints in reclaim path
Eytan Lifshitz (1):
iwlwifi: dvm: fix delayed enter to CT-kill bug
Ilan Peer (3):
iwlwifi: mvm: Set the scan type according to the vif type
iwlwifi: mvm: Fix resource allocation for P2P Device
iwlwifi: mvm: Reserve MAC id 0 for managed interfaces
Johannes Berg (6):
Merge remote-tracking branch 'wireless-next/master' into iwlwifi-next
iwlwifi: mvm: fix merge error
iwlwifi: mvm: program DTIM timings properly
iwlwifi: mvm: fix GO powersave client manipulation
iwlwifi: mvm: add debug statement to time event add
iwlwifi: mvm: fix time event command handling race
drivers/net/wireless/iwlwifi/dvm/commands.h | 1 +
drivers/net/wireless/iwlwifi/dvm/tt.c | 2 +-
drivers/net/wireless/iwlwifi/dvm/tx.c | 51 +++++++++++++++++++--------
drivers/net/wireless/iwlwifi/mvm/mac-ctxt.c | 47 +++++++++++++++++++++---
drivers/net/wireless/iwlwifi/mvm/mac80211.c | 10 +++---
drivers/net/wireless/iwlwifi/mvm/rx.c | 1 +
drivers/net/wireless/iwlwifi/mvm/scan.c | 7 +++-
drivers/net/wireless/iwlwifi/mvm/sta.c | 14 +++++---
drivers/net/wireless/iwlwifi/mvm/sta.h | 6 ++--
drivers/net/wireless/iwlwifi/mvm/time-event.c | 10 +++++-
10 files changed, 114 insertions(+), 35 deletions(-)
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 801 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: pull-request: iwlwifi-next 2013-02-18
2013-02-18 19:28 pull-request: iwlwifi-next 2013-02-18 Johannes Berg
@ 2013-02-18 19:29 ` Johannes Berg
2013-02-18 20:28 ` John W. Linville
0 siblings, 1 reply; 3+ messages in thread
From: Johannes Berg @ 2013-02-18 19:29 UTC (permalink / raw)
To: John Linville; +Cc: linux-wireless
[-- Attachment #1: Type: text/plain, Size: 2142 bytes --]
On Mon, 2013-02-18 at 20:28 +0100, Johannes Berg wrote:
> git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next.git
Hmm, I lost the branch there, let's try that again.
The following changes since commit 9e97d14b4923da524d202f2e005d5d30b70db9d6:
Merge branch 'for-linville' of git://github.com/kvalo/ath6kl (2013-02-15 14:06:32 -0500)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next.git for-john
for you to fetch changes up to cfe418287c61f4c4a3ccb94e8a286434d64e0236:
iwlwifi: dvm: improve (again) the prints in reclaim path (2013-02-18 20:19:25 +0100)
----------------------------------------------------------------
Emmanuel Grumbach (1):
iwlwifi: dvm: improve (again) the prints in reclaim path
Eytan Lifshitz (1):
iwlwifi: dvm: fix delayed enter to CT-kill bug
Ilan Peer (3):
iwlwifi: mvm: Set the scan type according to the vif type
iwlwifi: mvm: Fix resource allocation for P2P Device
iwlwifi: mvm: Reserve MAC id 0 for managed interfaces
Johannes Berg (6):
Merge remote-tracking branch 'wireless-next/master' into iwlwifi-next
iwlwifi: mvm: fix merge error
iwlwifi: mvm: program DTIM timings properly
iwlwifi: mvm: fix GO powersave client manipulation
iwlwifi: mvm: add debug statement to time event add
iwlwifi: mvm: fix time event command handling race
drivers/net/wireless/iwlwifi/dvm/commands.h | 1 +
drivers/net/wireless/iwlwifi/dvm/tt.c | 2 +-
drivers/net/wireless/iwlwifi/dvm/tx.c | 51 +++++++++++++++++++--------
drivers/net/wireless/iwlwifi/mvm/mac-ctxt.c | 47 +++++++++++++++++++++---
drivers/net/wireless/iwlwifi/mvm/mac80211.c | 10 +++---
drivers/net/wireless/iwlwifi/mvm/rx.c | 1 +
drivers/net/wireless/iwlwifi/mvm/scan.c | 7 +++-
drivers/net/wireless/iwlwifi/mvm/sta.c | 14 +++++---
drivers/net/wireless/iwlwifi/mvm/sta.h | 6 ++--
drivers/net/wireless/iwlwifi/mvm/time-event.c | 10 +++++-
10 files changed, 114 insertions(+), 35 deletions(-)
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 801 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: pull-request: iwlwifi-next 2013-02-18
2013-02-18 19:29 ` Johannes Berg
@ 2013-02-18 20:28 ` John W. Linville
0 siblings, 0 replies; 3+ messages in thread
From: John W. Linville @ 2013-02-18 20:28 UTC (permalink / raw)
To: Johannes Berg; +Cc: linux-wireless
On Mon, Feb 18, 2013 at 08:29:45PM +0100, Johannes Berg wrote:
> On Mon, 2013-02-18 at 20:28 +0100, Johannes Berg wrote:
>
> > git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next.git
>
> Hmm, I lost the branch there, let's try that again.
>
> The following changes since commit 9e97d14b4923da524d202f2e005d5d30b70db9d6:
>
> Merge branch 'for-linville' of git://github.com/kvalo/ath6kl (2013-02-15 14:06:32 -0500)
>
> are available in the git repository at:
>
>
> git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next.git for-john
>
> for you to fetch changes up to cfe418287c61f4c4a3ccb94e8a286434d64e0236:
>
> iwlwifi: dvm: improve (again) the prints in reclaim path (2013-02-18 20:19:25 +0100)
Pulling now...
--
John W. Linville Someday the world will need a hero, and you
linville@tuxdriver.com might be all we have. Be ready.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-02-18 20:30 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-18 19:28 pull-request: iwlwifi-next 2013-02-18 Johannes Berg
2013-02-18 19:29 ` Johannes Berg
2013-02-18 20:28 ` John W. Linville
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).