Hello,
I upgraded to the latest wireless-testing and my iwl3945 is now
broken. It can associate but no data is transfered after that. Tried
with open and wep modes. With dhcp I cannot get ip and with static ip
ping to the gateway doesn't work.
Any hints?
--
Kalle Valo
On Thu, 22 Jan 2009 17:55:39 -0600, Larry Finger
<[email protected]>
wrote:
> [email protected] wrote:
>
>> The bad commit seems to be e32b1b9a33759e8a83ac566c4c43f23ed5d6343b,
>> which
>> is not iwlwifi related.
>> Even though it's an mlme commit, it doesnt seem to affect other drivers
>> (at
>> least b43 and ath5k).
>> I'll come up soon with a proper fix, but for now iwl3945 users should
>> revert that commit locally.
>
> Something between 2.6.29-rc1 and -rc2 killed b43 and p54usb on my WPA2
> network. My rtl8187
> devices work fine.
>
> I'm in the process of bisecting right now. Only 1500 commits to go.
Have you tried reverting that commit ?
I actually found that it does break ath5k as well...
Cheers,
Samuel.
Hi,
BTW, v2 of Alina's fix is *NOT* fixing the problem (not on my machine).
Kind Regards,
Sedat
[1] [PATCH v2] mac80211: Fixed BSSID handling revisited
http://marc.info/?l=linux-wireless&m=123259183328417&w=2
On Fri, Jan 23, 2009 at 12:41 AM, <[email protected]> wrote:
>
> On Thu, 22 Jan 2009 13:34:48 -0500, "John W. Linville"
> <[email protected]> wrote:
>> On Thu, Jan 22, 2009 at 08:26:14PM +0200, Kalle Valo wrote:
>>> Hello,
>>>
>>> I upgraded to the latest wireless-testing and my iwl3945 is now
>>> broken. It can associate but no data is transfered after that. Tried
>>> with open and wep modes. With dhcp I cannot get ip and with static ip
>>> ping to the gateway doesn't work.
>>>
>>> Any hints?
>>
>> Lots of iwlwifi stuff merged yesterday...
> The bad commit seems to be e32b1b9a33759e8a83ac566c4c43f23ed5d6343b, which
> is not iwlwifi related.
> Even though it's an mlme commit, it doesnt seem to affect other drivers (at
> least b43 and ath5k).
> I'll come up soon with a proper fix, but for now iwl3945 users should
> revert that commit locally.
>
> Cheers,
> Samuel.
>
>>
>> Chatre, Reinette (1):
>> iwl3945: add debugging for wrong command queue
>>
>> Helmut Schaa (2):
>> iwl3945: fix some warnings when compiled without debug
>> iwlagn: fix hw-rfkill while the interface is down
>>
>> Jay Sternberg (4):
>> iwlwifi: correct Kconfig to prevent following entries from not
>> indenting
>> iwlwifi: remove static from 5000 structures
>> iwlwifi: add recognition of Intel WiFi Link 6000 and 6050 Series
>> iwlwifi: add recognition of Intel WiFi Link 100 Series
>>
>> Reinette Chatre (1):
>> iwlwifi: return NETDEV_TX_OK from _tx ops
>>
>> Samuel Ortiz (3):
>> iwl3945: Use iwl_txq_update_write_ptr
>> iwlwifi: Add TFD library operations
>> iwl3945: Use iwl-hcmd host command routines
>>
>> Winkler, Tomas (6):
>> iwlwifi: make iwl-power.c more readable
>> iwlwifi: fix iwl_mac_set_key and iwl3945_mac_set_key
>> iwlwifi: kill iwl3945_scan_cancel and iwl3945_scan_cancel_timeout
>> iwlwifi: kill scan39
>> iwlwifi: remove unused or twice defined members in iwl_priv
>> iwlwifi: eliminate power_data_39.
> --
> To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
On Thu, 22 Jan 2009 13:34:48 -0500, "John W. Linville"
<[email protected]> wrote:
> On Thu, Jan 22, 2009 at 08:26:14PM +0200, Kalle Valo wrote:
>> Hello,
>>
>> I upgraded to the latest wireless-testing and my iwl3945 is now
>> broken. It can associate but no data is transfered after that. Tried
>> with open and wep modes. With dhcp I cannot get ip and with static ip
>> ping to the gateway doesn't work.
>>
>> Any hints?
>
> Lots of iwlwifi stuff merged yesterday...
The bad commit seems to be e32b1b9a33759e8a83ac566c4c43f23ed5d6343b, which
is not iwlwifi related.
Even though it's an mlme commit, it doesnt seem to affect other drivers (at
least b43 and ath5k).
I'll come up soon with a proper fix, but for now iwl3945 users should
revert that commit locally.
Cheers,
Samuel.
>
> Chatre, Reinette (1):
> iwl3945: add debugging for wrong command queue
>
> Helmut Schaa (2):
> iwl3945: fix some warnings when compiled without debug
> iwlagn: fix hw-rfkill while the interface is down
>
> Jay Sternberg (4):
> iwlwifi: correct Kconfig to prevent following entries from not
> indenting
> iwlwifi: remove static from 5000 structures
> iwlwifi: add recognition of Intel WiFi Link 6000 and 6050 Series
> iwlwifi: add recognition of Intel WiFi Link 100 Series
>
> Reinette Chatre (1):
> iwlwifi: return NETDEV_TX_OK from _tx ops
>
> Samuel Ortiz (3):
> iwl3945: Use iwl_txq_update_write_ptr
> iwlwifi: Add TFD library operations
> iwl3945: Use iwl-hcmd host command routines
>
> Winkler, Tomas (6):
> iwlwifi: make iwl-power.c more readable
> iwlwifi: fix iwl_mac_set_key and iwl3945_mac_set_key
> iwlwifi: kill iwl3945_scan_cancel and iwl3945_scan_cancel_timeout
> iwlwifi: kill scan39
> iwlwifi: remove unused or twice defined members in iwl_priv
> iwlwifi: eliminate power_data_39.
On Thu, 2009-01-22 at 17:55 -0600, Larry Finger wrote:
> [email protected] wrote:
>
> > The bad commit seems to be e32b1b9a33759e8a83ac566c4c43f23ed5d6343b, which
> > is not iwlwifi related.
> > Even though it's an mlme commit, it doesnt seem to affect other drivers (at
> > least b43 and ath5k).
> > I'll come up soon with a proper fix, but for now iwl3945 users should
> > revert that commit locally.
>
> Something between 2.6.29-rc1 and -rc2 killed b43 and p54usb on my WPA2 network. My rtl8187
> devices work fine.
>
> I'm in the process of bisecting right now. Only 1500 commits to go.
I wish I'd said something sooner, I thought it was just the university's network
being particularly crappy causing wpa2 to be so flaky since going to -rc2. (b43)
Harvey
[email protected] wrote:
> Have you tried reverting that commit ?
> I actually found that it does break ath5k as well...
No - as I was bisecting, I thought I'd keep going; however, that sounds like a good idea
that might save some time.
I'll report ASAP.
Larry
Hi Kalle,
I noticed the same regression here with iwl3945 and static-IP with
wl.git master 2009-01-21.
I tried to apply the iwlwifi-updates from 20-Jan-2009 (5 patches,
without the iwl3945-rfkill one, see below).
As far as I can see the patchset as of 19-Jan-2009 (15 patches) seem
to be all included in latest master.
There were two patches specially for 2.6.29 [1], but they were not
applicable in my case, so I took the ones from the older patchset.
But no luck here.
Johannes and Mohamed are discussing mac80211 disassociation on [2].
Hope these infos help.
Kind Regards,
Sedat
[1] http://marc.info/?l=linux-wireless&m=123256418517083&w=2
[2] http://marc.info/?l=linux-wireless&m=123264308904962&w=2
----- BEGIN series -----
# 00xx-series: All patches against wireless-testing (master-2009-01-21)
0000-patches-against-wl-v2.6.29-rc2-11925-g88e5942
#
# 01xx-series: Patches from <kernel.org>
0100-patch-2.6.29-rc2-git1
#
# 02xx-series: Patches from wl-mailing-list
0200-0_5-iwlwifi-driver-updates-01_20_2009.patch
0201-1_5-iwlwifi-fix-rs_get_rate-WARN_ON.patch
0202-2_5-iwlwifi-allow-user-to-set-max-rate.patch
0203-3_5-iwlagn-fix-agn-rate-scaling.patch
# Disabled - included in wl (master-2009-01-21)
#0204-4_5-iwl3945-Use-iwl-rfkill-v2.patch
0205-5_5-iwl3945-fix-deep-sleep-when-removing-the-driver.patch
----- END series -----
On Thu, Jan 22, 2009 at 7:26 PM, Kalle Valo <[email protected]> wrote:
> Hello,
>
> I upgraded to the latest wireless-testing and my iwl3945 is now
> broken. It can associate but no data is transfered after that. Tried
> with open and wep modes. With dhcp I cannot get ip and with static ip
> ping to the gateway doesn't work.
>
> Any hints?
>
> --
> Kalle Valo
> --
> To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
Thanks Samuel, this works.
-SD
----- BEGIN series -----
# 00xx-series: All patches against wireless-testing (master-2009-01-21)
0000-patches-against-wl-v2.6.29-rc2-11925-g88e5942
#
# 01xx-series: Patches from <kernel.org>
0100-patch-2.6.29-rc2-git1
#
# 02xx-series: Patches from wl-mailing-list
0200-Revert-mac80211-Fixed-BSSID-handling-revisited.patch
----- END series -----
On Fri, Jan 23, 2009 at 12:41 AM, <[email protected]> wrote:
>
> On Thu, 22 Jan 2009 13:34:48 -0500, "John W. Linville"
> <[email protected]> wrote:
>> On Thu, Jan 22, 2009 at 08:26:14PM +0200, Kalle Valo wrote:
>>> Hello,
>>>
>>> I upgraded to the latest wireless-testing and my iwl3945 is now
>>> broken. It can associate but no data is transfered after that. Tried
>>> with open and wep modes. With dhcp I cannot get ip and with static ip
>>> ping to the gateway doesn't work.
>>>
>>> Any hints?
>>
>> Lots of iwlwifi stuff merged yesterday...
> The bad commit seems to be e32b1b9a33759e8a83ac566c4c43f23ed5d6343b, which
> is not iwlwifi related.
> Even though it's an mlme commit, it doesnt seem to affect other drivers (at
> least b43 and ath5k).
> I'll come up soon with a proper fix, but for now iwl3945 users should
> revert that commit locally.
>
> Cheers,
> Samuel.
>
>>
>> Chatre, Reinette (1):
>> iwl3945: add debugging for wrong command queue
>>
>> Helmut Schaa (2):
>> iwl3945: fix some warnings when compiled without debug
>> iwlagn: fix hw-rfkill while the interface is down
>>
>> Jay Sternberg (4):
>> iwlwifi: correct Kconfig to prevent following entries from not
>> indenting
>> iwlwifi: remove static from 5000 structures
>> iwlwifi: add recognition of Intel WiFi Link 6000 and 6050 Series
>> iwlwifi: add recognition of Intel WiFi Link 100 Series
>>
>> Reinette Chatre (1):
>> iwlwifi: return NETDEV_TX_OK from _tx ops
>>
>> Samuel Ortiz (3):
>> iwl3945: Use iwl_txq_update_write_ptr
>> iwlwifi: Add TFD library operations
>> iwl3945: Use iwl-hcmd host command routines
>>
>> Winkler, Tomas (6):
>> iwlwifi: make iwl-power.c more readable
>> iwlwifi: fix iwl_mac_set_key and iwl3945_mac_set_key
>> iwlwifi: kill iwl3945_scan_cancel and iwl3945_scan_cancel_timeout
>> iwlwifi: kill scan39
>> iwlwifi: remove unused or twice defined members in iwl_priv
>> iwlwifi: eliminate power_data_39.
> --
> To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
[email protected] wrote:
> The bad commit seems to be e32b1b9a33759e8a83ac566c4c43f23ed5d6343b, which
> is not iwlwifi related.
> Even though it's an mlme commit, it doesnt seem to affect other drivers (at
> least b43 and ath5k).
> I'll come up soon with a proper fix, but for now iwl3945 users should
> revert that commit locally.
Something between 2.6.29-rc1 and -rc2 killed b43 and p54usb on my WPA2 network. My rtl8187
devices work fine.
I'm in the process of bisecting right now. Only 1500 commits to go.
Larry
On Thu, Jan 22, 2009 at 08:26:14PM +0200, Kalle Valo wrote:
> Hello,
>
> I upgraded to the latest wireless-testing and my iwl3945 is now
> broken. It can associate but no data is transfered after that. Tried
> with open and wep modes. With dhcp I cannot get ip and with static ip
> ping to the gateway doesn't work.
>
> Any hints?
Lots of iwlwifi stuff merged yesterday...
Chatre, Reinette (1):
iwl3945: add debugging for wrong command queue
Helmut Schaa (2):
iwl3945: fix some warnings when compiled without debug
iwlagn: fix hw-rfkill while the interface is down
Jay Sternberg (4):
iwlwifi: correct Kconfig to prevent following entries from not indenting
iwlwifi: remove static from 5000 structures
iwlwifi: add recognition of Intel WiFi Link 6000 and 6050 Series
iwlwifi: add recognition of Intel WiFi Link 100 Series
Reinette Chatre (1):
iwlwifi: return NETDEV_TX_OK from _tx ops
Samuel Ortiz (3):
iwl3945: Use iwl_txq_update_write_ptr
iwlwifi: Add TFD library operations
iwl3945: Use iwl-hcmd host command routines
Winkler, Tomas (6):
iwlwifi: make iwl-power.c more readable
iwlwifi: fix iwl_mac_set_key and iwl3945_mac_set_key
iwlwifi: kill iwl3945_scan_cancel and iwl3945_scan_cancel_timeout
iwlwifi: kill scan39
iwlwifi: remove unused or twice defined members in iwl_priv
iwlwifi: eliminate power_data_39.
--
John W. Linville Someday the world will need a hero, and you
[email protected] might be all we have. Be ready.