All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stanislaw Gruszka <sgruszka@redhat.com>
To: Wey-Yi Guy <wey-yi.w.guy@intel.com>, linville@tuxdriver.com
Cc: linux-wireless@vger.kernel.org,
	ipw3945-devel@lists.sourceforge.net,
	Johannes Berg <johannes.berg@intel.com>
Subject: Re: [PATCH 07/10] iwlagn: advertise interface combinations
Date: Thu, 2 Jun 2011 18:22:41 +0200	[thread overview]
Message-ID: <20110602162241.GE4580@redhat.com> (raw)
In-Reply-To: <1306510833-32049-8-git-send-email-wey-yi.w.guy@intel.com>

On Fri, May 27, 2011 at 08:40:30AM -0700, Wey-Yi Guy wrote:
> From: Johannes Berg <johannes.berg@intel.com>
> 
> With this, iwlwifi will advertise the limits on
> concurrency of virtual interfaces.

John, please revert this patch, it disallow to register new device
with below error. I believe, Wey already asked you to not a apply it.

WARNING: at net/wireless/core.c:468 wiphy_register+0x46e/0x5c0
[cfg80211]()
Hardware name: HP xw8600 Workstation
Modules linked in: iwlagn(+) mac80211 cfg80211 fuse cpufreq_ondemand
acpi_cpufreq freq_table mperf xt_physdev ipt_REJECT nf_conntrack_ipv4
nf_defrag_ipv4 iptable_filter ip_tables ip6t_REJECT nf_conntrack_ipv6
nf_defrag_ipv6 xt_state nf_conntrack ip6table_filter ip6_tables ipv6
ext3 jbd dm_mirror dm_region_hash dm_log dm_mod uinput sg hp_wmi
sparse_keymap rfkill microcode serio_raw shpchp ext4 mbcache jbd2 sr_mod
cdrom sd_mod crc_t10dif firewire_ohci firewire_core crc_itu_t mptsas
mptscsih mptbase scsi_transport_sas ahci libahci pata_acpi ata_generic
ata_piix floppy nouveau ttm drm_kms_helper drm i2c_algo_bit i2c_core
mxm_wmi wmi video [last unloaded: scsi_wait_scan]
Pid: 7333, comm: firmware/iwlwif Not tainted 3.0.0-rc1-wl+ #82
Call Trace:
 [<ffffffff8106438f>] warn_slowpath_common+0x7f/0xc0
 [<ffffffff810643ea>] warn_slowpath_null+0x1a/0x20
 [<ffffffffa03ea65e>] wiphy_register+0x46e/0x5c0 [cfg80211]
 [<ffffffff8115ce73>] ? __kmalloc+0x1b3/0x2d0
 [<ffffffffa042732e>] ? ieee80211_register_hw+0xde/0x670 [mac80211]
 [<ffffffffa04274dc>] ieee80211_register_hw+0x28c/0x670 [mac80211]
 [<ffffffffa047b9ca>] iwl_ucode_callback+0xd3a/0x11d0 [iwlagn]
 [<ffffffff81220607>] ? kobject_release+0xa7/0x1d0
 [<ffffffff8130f160>] ? _request_firmware+0x4e0/0x4e0
 [<ffffffff8130f1a1>] request_firmware_work_func+0x41/0x80
 [<ffffffff81088376>] kthread+0xb6/0xc0
 [<ffffffff810a1575>] ? trace_hardirqs_on_caller+0x155/0x1a0
 [<ffffffff814ba404>] kernel_thread_helper+0x4/0x10
 [<ffffffff814b1454>] ? retint_restore_args+0x13/0x13
 [<ffffffff810882c0>] ? __init_kthread_worker+0x70/0x70
 [<ffffffff814ba400>] ? gs_change+0x13/0x13
---[ end trace 971e83aec02c096b ]---
iwlagn 0000:80:00.0: Failed to register hw (error -22)

Stanislaw

  reply	other threads:[~2011-06-02 16:23 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-27 15:40 [PATCH 00/10] update for 2.6.41 Wey-Yi Guy
2011-05-27 15:40 ` [PATCH 01/10] iwlagn: send tx power command if defer cause by RXON not match Wey-Yi Guy
2011-05-27 15:40 ` [PATCH 02/10] iwlagn: remove un-necessary tx power ops Wey-Yi Guy
2011-05-27 15:40 ` [PATCH 03/10] iwlagn: fix dual-mode RXON Wey-Yi Guy
2011-05-27 15:40 ` [PATCH 04/10] iwlagn: solve sparse warning Wey-Yi Guy
2011-05-27 15:40 ` [PATCH 05/10] iwlwifi: disambiguate invalid DMA index warnings Wey-Yi Guy
2011-05-27 15:40 ` [PATCH 06/10] iwlagn: free the ICT ISR when the request_irq failed Wey-Yi Guy
2011-05-27 15:40 ` [PATCH 07/10] iwlagn: advertise interface combinations Wey-Yi Guy
2011-06-02 16:22   ` Stanislaw Gruszka [this message]
2011-06-02 16:59     ` wwguy
2011-06-02 17:38       ` [PATCH] iwlagn: fix " Johannes Berg
2011-06-02 19:49         ` John W. Linville
2011-06-02 19:56           ` wwguy
2011-05-27 15:40 ` [PATCH 08/10] iwlagn: change the logging level for aggregation enable check Wey-Yi Guy
2011-05-27 15:40 ` [PATCH 09/10] iwlagn: change log to better represent the state of aggregation process Wey-Yi Guy
2011-05-27 15:40 ` [PATCH 10/10] iwlagn: don't advertise interface combinations on device not support dualmode Wey-Yi Guy

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=20110602162241.GE4580@redhat.com \
    --to=sgruszka@redhat.com \
    --cc=ipw3945-devel@lists.sourceforge.net \
    --cc=johannes.berg@intel.com \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linville@tuxdriver.com \
    --cc=wey-yi.w.guy@intel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.