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(-)
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(-)
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
[email protected] might be all we have. Be ready.