kernel-packages team mailing list archive
-
kernel-packages team
-
Mailing list archive
-
Message #113730
[Bug 1436891] Re: Cannot connect to any WiFi access point which runs wireless-N
I'm nearly done bisecting, but I'm going to be away for the next ~5 days
and won't be able to finish until then. Here's what's left, in hopes
that it's narrow enough to be helpful (bisecting the ubuntu-vivid
kernel, output of git bisect visualize):
commit b531f5dd9cb84c5ee40156a230f8e28f69083821
Merge: 2ce7598 45ce829
Author: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
Date: Sun Sep 7 19:56:38 2014 -0700
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Pull networking fixes from David Miller:
1) Fix skb leak in mac802154, from Martin Townsend
2) Use select not depends on NF_NAT for NFT_NAT, from Pablo Neira
Ayuso
3) Fix union initializer bogosity in vxlan, from Gerhard Stenzel
4) Fix RX checksum configuration in stmmac driver, from Giuseppe
CAVALLARO
5) Fix TSO with non-accelerated VLANs in e1000, e1000e, bna, ehea,
i40e, i40evf, mvneta, and qlge, from Vlad Yasevich
6) Fix capability checks in phy_init_eee(), from Giuseppe CAVALLARO
7) Try high order allocations more sanely for SKBs, specifically if a
high order allocation fails, fall back directly to zero order pages
rather than iterating down one order at a time. From Eric Dumazet
8) Fix a memory leak in openvswitch, from Li RongQing
9) amd-xgbe initializes wrong spinlock, from Thomas Lendacky
10) RTNL locking was busted in setsockopt for anycast and multicast, fix
from Sabrina Dubroca
11) Fix peer address refcount leak in ipv6, from Nicolas Dichtel
12) DocBook typo fixes, from Masanari Iida
* git://git.kernel.org/pub/scm/linux/kernel/git/davem/net: (101 commits)
ipv6: restore the behavior of ipv6_sock_ac_drop()
amd-xgbe: Enable interrupts for all management counters
amd-xgbe: Treat certain counter registers as 64 bit
greth: moved TX ring cleaning to NAPI rx poll func
cnic : Cleanup CONFIG_IPV6 & VLAN check
net: treewide: Fix typo found in DocBook/networking.xml
bnx2x: Fix link problems for 1G SFP RJ45 module
3c59x: avoid panic in boomerang_start_xmit when finding page address:
netfilter: add explicit Kconfig for NETFILTER_XT_NAT
ipv6: use addrconf_get_prefix_route() to remove peer addr
ipv6: fix a refcnt leak with peer addr
net-timestamp: only report sw timestamp if reporting bit is set
drivers/net/fddi/skfp/h/skfbi.h: Remove useless PCI_BASE_2ND macros
l2tp: fix race while getting PMTU on PPP pseudo-wire
ipv6: fix rtnl locking in setsockopt for anycast and multicast
VMXNET3: Check for map error in vmxnet3_set_mc
openvswitch: distinguish between the dropped and consumed skb
amd-xgbe: Fix initialization of the wrong spin lock
openvswitch: fix a memory leak
netfilter: fix missing dependencies in NETFILTER_XT_TARGET_LOG
...
commit 45ce829dd010668c3839a61b25843590eb4677dc
Merge: de185ab 1bd3fa7
Author: David S. Miller <davem@xxxxxxxxxxxxx>
Date: Sun Sep 7 16:11:10 2014 -0700
Merge tag 'master-2014-09-04' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
John W. Linville says:
====================
pull request: wireless 2014-09-05
Please pull this batch of fixes intended for the 3.17 stream...
For the mac80211 bits, Johannes says:
"Here are a few fixes for mac80211. One has been discussed for a while
and adds a terminating NUL-byte to the alpha2 sent to userspace, which
shouldn't be necessary but since many places treat it as a string we
couldn't move to just sending two bytes.
In addition to that, we have two VLAN fixes from Felix, a mesh fix, a
fix for the recently introduced RX aggregation offload, a revert for
a broken patch (that luckily didn't really cause any harm) and a small
fix for alignment in debugfs."
For the iwlwifi bits, Emmanuel says:
"I revert a patch that disabled CTS to self in dvm because users
reported issues. The revert is CCed to stable since the offending
patch was sent to stable too. I also bump the firmware API versions
since a new firmware is coming up. On top of that, Marcel fixes a
bug I introduced while fixing a bug in our Kconfig file."
Please let me know if there are problems!
====================
Signed-off-by: David S. Miller <davem@xxxxxxxxxxxxx>
commit 1bd3fa7b8c9b2936c16c6e6452f9cc991c405872
Merge: 190355c d88c895
Author: John W. Linville <linville@xxxxxxxxxxxxx>
Date: Thu Sep 4 13:12:02 2014 -0400
Merge branch 'for-john' of
git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-fixes
commit 190355cc06eb4b3e2d3f06a8f7ba5ea433d77998
Merge: c665171 14b058b
Author: John W. Linville <linville@xxxxxxxxxxxxx>
Date: Thu Sep 4 13:08:24 2014 -0400
Merge tag 'mac80211-for-john-2014-08-29' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
Johannes Berg <johannes@xxxxxxxxxxxxxxxx> says:
"Here are a few fixes for mac80211. One has been discussed for a while
and adds a terminating NUL-byte to the alpha2 sent to userspace, which
shouldn't be necessary but since many places treat it as a string we
couldn't move to just sending two bytes.
In addition to that, we have two VLAN fixes from Felix, a mesh fix, a
fix for the recently introduced RX aggregation offload, a revert for
a broken patch (that luckily didn't really cause any harm) and a small
fix for alignment in debugfs."
Signed-off-by: John W. Linville <linville@xxxxxxxxxx>
commit d88c8958dc13b4e4eb7fc57e3f06dc1c4abc7b1f
Author: Emmanuel Grumbach <emmanuel.grumbach@xxxxxxxxx>
Date: Mon Sep 1 09:50:14 2014 +0300
iwlwifi: bump firmware API version to 10 for 7000 and 8000
New firmware on the way.
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@xxxxxxxxx>
commit 14b058bbce9279ee432f0944ca14df69f4a0d170
Author: Johannes Berg <johannes.berg@xxxxxxxxx>
Date: Tue Aug 5 09:34:05 2014 +0200
mac80211: fix agg_status debugfs file alignment
The "RX active" string is too long, so the columns get
shifted. Change it to just "RX" to avoid this.
Signed-off-by: Johannes Berg <johannes.berg@xxxxxxxxx>
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1436891
Title:
Cannot connect to any WiFi access point which runs wireless-N
Status in linux package in Ubuntu:
Incomplete
Bug description:
When attempting to connect to a WiFi access point with N wireless, two popup messages appear:
Connection 'SSID' deactivated.
The WiFi network could not be found
Expected behaviour: Connects to network.
Minimal demonstration: connect to a WiFi access point by both LAN and
WiFi B/G. Log in to access point, change it to B/G/N. Connection is
lost, cannot be re-established until reverted to B/G.
Previous troubleshooting located here:
https://www.kubuntuforums.net/showthread.php?67556-Can-t-use-wifi
Description: Ubuntu Vivid Vervet (development branch)
Release: 15.04
linux-firmware 1.143
Can connect normally (with N) from 14.04.2 and 14.10 live CDs. Can
connect in 15.04 if and only if N deactivated in access point.
ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: linux-firmware 1.143
ProcVersionSignature: Ubuntu 3.19.0-10.10-generic 3.19.2
Uname: Linux 3.19.0-10-generic x86_64
ApportVersion: 2.16.2-0ubuntu4
Architecture: amd64
CurrentDesktop: KDE
Date: Fri Mar 27 00:14:58 2015
Dependencies:
InstallationDate: Installed on 2015-03-04 (22 days ago)
InstallationMedia: Kubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20150224.1)
PackageArchitecture: all
SourcePackage: linux-firmware
UpgradeStatus: No upgrade log present (probably fresh install)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1436891/+subscriptions
References