Return-path: Received: from mail-la0-f53.google.com ([209.85.215.53]:52187 "EHLO mail-la0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751316AbaJKQmZ convert rfc822-to-8bit (ORCPT ); Sat, 11 Oct 2014 12:42:25 -0400 Received: by mail-la0-f53.google.com with SMTP id gq15so4761265lab.26 for ; Sat, 11 Oct 2014 09:42:23 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <8738avyehi.fsf@nemi.mork.no> References: <8738avyehi.fsf@nemi.mork.no> Date: Sat, 11 Oct 2014 19:42:23 +0300 Message-ID: (sfid-20141011_184229_267983_F12AF762) Subject: Re: iwlwifi/mvm: "Got an HT rate for a non data frame 0x8" From: Emmanuel Grumbach To: =?UTF-8?Q?Bj=C3=B8rn_Mork?= Cc: Intel Linux Wireless , linux-wireless Content-Type: text/plain; charset=UTF-8 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Fri, Oct 10, 2014 at 9:19 PM, Bjørn Mork wrote: > > I just hit this warning using the 3.17.0-rc7 version of the driver: > > ------------[ cut here ]------------ > WARNING: CPU: 0 PID: 12436 at drivers/net/wireless/iwlwifi/mvm/tx.c:190 iwl_mvm_set_tx_params+0x336/0x463 [iwlmvm]() > Got an HT rate for a non data frame 0x8 > Modules linked in: ext3 jbd tcp_diag inet_diag qmi_wwan option usb_wwan uas usb_storage xt_state ipt_MASQUERADE iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack bridge cpuid ctr ccm nfnetlink_log nfnetlink usb_serial_simple usbserial xt_multiport iptable_filter ip_tables bnep dm_mod xt_hl nf_log_ipv6 nf_log_common xt_LOG binfmt_misc ip6table_filter ip6_tables x_tables nfsd nfs_acl nfs lockd fscache sunrpc 8021q garp stp mrp llc tun loop fuse snd_hda_codec_conexant snd_hda_codec_generic iTCO_wdt iTCO_vendor_support arc4 coretemp cdc_mbim kvm_intel cdc_wdm kvm cdc_ncm evdev usbnet mii uvcvideo cdc_acm psmouse videobuf2_vmalloc videobuf2_memops videobuf2_core serio_raw v4l2_common videodev i2c_i801 iwlmvm mac80211 snd_hda_intel snd_hda_controller snd_hda_codec > snd_hwdep snd_pcm_oss snd_mixer_oss iwlwifi lpc_ich mfd_core i915 snd_pcm i2c_algo_bit drm_kms_helper cfg80211 snd_timer drm wmi thinkpad_acpi nvram ac snd soundcore battery ecb btusb bluetooth video rfkill button acpi_cpufreq processor ext4 crc16 jbd2 mbcache nbd sg sd_mod crc_t10dif sr_mod crct10dif_generic cdrom crct10dif_common microcode ahci libahci libata scsi_mod ehci_pci uhci_hcd ehci_hcd e1000e ptp pps_core usbcore usb_common thermal thermal_sys [last unloaded: dummy] > CPU: 0 PID: 12436 Comm: wpa_supplicant Tainted: G O 3.17.0-rc7+ #262 > Hardware name: LENOVO 2776LEG/2776LEG, BIOS 6EET55WW (3.15 ) 12/19/2011 > 0000000000000009 ffff8802321bb748 ffffffff813bea47 0000000000000000 > ffff8802321bb798 ffff8802321bb788 ffffffff8103eb60 0000000000000020 > ffffffffa0640047 ffff8800b1d9bdc0 ffff88022f666c00 ffff88007f9f2a48 > Call Trace: > [] dump_stack+0x4e/0x68 > [] warn_slowpath_common+0x7c/0x96 > [] ? iwl_mvm_set_tx_params+0x336/0x463 [iwlmvm] > [] warn_slowpath_fmt+0x41/0x43 > [] iwl_mvm_set_tx_params+0x336/0x463 [iwlmvm] > [] iwl_mvm_tx_skb+0x29f/0x30a [iwlmvm] > [] iwl_mvm_mac_tx+0xbc/0x1ae [iwlmvm] > [] __ieee80211_tx+0x28a/0x2f7 [mac80211] > [] ieee80211_tx+0xbf/0xd1 [mac80211] > [] ieee80211_xmit+0x8c/0x95 [mac80211] > [] ieee80211_subif_start_xmit+0x9df/0xa3a [mac80211] > [] dev_hard_start_xmit+0x287/0x3e5 > [] sch_direct_xmit+0x70/0x179 > [] ? spin_lock+0x9/0xb > [] __dev_queue_xmit+0x2e0/0x4e0 > [] dev_queue_xmit+0xb/0xd > [] packet_sendmsg+0xb5d/0xbda > [] ? sched_clock_cpu+0xa4/0xbe > [] __sock_sendmsg_nosec+0x25/0x27 > [] sock_sendmsg+0x5a/0x7b > [] ? might_fault+0x55/0xa5 > [] ? copy_from_user+0x2a/0x2c > [] SYSC_sendto+0x10a/0x139 > [] ? trace_hardirqs_off_caller+0x37/0xa6 > [] ? retint_swapgs+0xe/0x13 > [] ? trace_hardirqs_on_caller+0x145/0x1a1 > [] ? trace_hardirqs_on_thunk+0x3a/0x3f > [] SyS_sendto+0x9/0xb > [] system_call_fastpath+0x16/0x1b > ---[ end trace eda735e0dce4402f ]--- > yep - tracked here: https://bugzilla.kernel.org/show_bug.cgi?id=85691 Thanks!