All of lore.kernel.org
 help / color / mirror / Atom feed
* [NOTE] driver caveat
@ 2007-10-04  6:50 Johannes Berg
  2007-10-04 13:10 ` John W. Linville
  0 siblings, 1 reply; 3+ messages in thread
From: Johannes Berg @ 2007-10-04  6:50 UTC (permalink / raw)
  To: linux-wireless

[-- Attachment #1: Type: text/plain, Size: 721 bytes --]

Just a quick note because I ran into it:

[29106.600017] wlan0: No ProbeResp from current AP 00:15:f2:3d:63:97 -
assume out of range
[29106.600030] phy0: Removed STA 00:15:f2:3d:63:97
[29106.720011] mac80211-phy0: failed to remove key (0,
00:15:f2:3d:63:97) from hardware (-19)


This happened during resume, mac80211 was up already but the driver had
not resumed the device yet, so b43 thankfully detected that and didn't
try to access the hardware and returned -ENODEV from set_key().

If you've been experiencing bad behaviour with suspend this may be the
cause, instead of working around in the driver I suggest you implement
proper suspend/resume hooks in mac80211 for drivers to call ;)

johannes

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 828 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [NOTE] driver caveat
  2007-10-04  6:50 [NOTE] driver caveat Johannes Berg
@ 2007-10-04 13:10 ` John W. Linville
  2007-10-04 18:16   ` Johannes Berg
  0 siblings, 1 reply; 3+ messages in thread
From: John W. Linville @ 2007-10-04 13:10 UTC (permalink / raw)
  To: Johannes Berg; +Cc: linux-wireless

On Thu, Oct 04, 2007 at 08:50:34AM +0200, Johannes Berg wrote:

> If you've been experiencing bad behaviour with suspend this may be the
> cause, instead of working around in the driver I suggest you implement
> proper suspend/resume hooks in mac80211 for drivers to call ;)

Proper support for suspend/resume in mac80211 seems to be an issue
that could use some TLC.  Anyone up for the challenge?

John
-- 
John W. Linville
linville@tuxdriver.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [NOTE] driver caveat
  2007-10-04 13:10 ` John W. Linville
@ 2007-10-04 18:16   ` Johannes Berg
  0 siblings, 0 replies; 3+ messages in thread
From: Johannes Berg @ 2007-10-04 18:16 UTC (permalink / raw)
  To: John W. Linville; +Cc: linux-wireless

[-- Attachment #1: Type: text/plain, Size: 642 bytes --]

On Thu, 2007-10-04 at 09:10 -0400, John W. Linville wrote:
> On Thu, Oct 04, 2007 at 08:50:34AM +0200, Johannes Berg wrote:
> 
> > If you've been experiencing bad behaviour with suspend this may be the
> > cause, instead of working around in the driver I suggest you implement
> > proper suspend/resume hooks in mac80211 for drivers to call ;)
> 
> Proper support for suspend/resume in mac80211 seems to be an issue
> that could use some TLC.  Anyone up for the challenge?

I already added helper functions for the keys which are the most
difficult part along with the interface configs. Phy config should be
simple.

johannes

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 828 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-10-04 18:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-04  6:50 [NOTE] driver caveat Johannes Berg
2007-10-04 13:10 ` John W. Linville
2007-10-04 18:16   ` Johannes Berg

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.