summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2008-09-29 11:50:43 +0000
committerDan Williams <dcbw@redhat.com>2008-09-29 11:50:43 +0000
commit453940a7994fe7cfc2bfc2223cd675b28a886f1e (patch)
tree5814864d62599abe2fe36b1ca0284f753d97ab1f /ChangeLog
parentf1a41c0a8e0b8ebc368042b524d3472678bc7f8a (diff)
downloadNetworkManager-453940a7994fe7cfc2bfc2223cd675b28a886f1e.tar.gz
2008-09-29 Dan Williams <dcbw@redhat.com>
Handle ipw3945 suspend/resume by retrying the GIWRANGE request a few times when it returns EAGAIN (rh #362421) * src/nm-device-wifi.c - (wireless_get_range): try GIWRANGE a few times until the card responds - (real_get_generic_capabilities, constructor): use wireless_get_range() git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4120 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7d5b3b4950..e19c857069 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-09-29 Dan Williams <dcbw@redhat.com>
+
+ Handle ipw3945 suspend/resume by retrying the GIWRANGE request a few times
+ when it returns EAGAIN (rh #362421)
+
+ * src/nm-device-wifi.c
+ - (wireless_get_range): try GIWRANGE a few times until the card responds
+ - (real_get_generic_capabilities, constructor): use wireless_get_range()
+
2008-09-28 Dan Williams <dcbw@redhat.com>
* src/nm-serial-device.c