aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorSam Leffler <sam@FreeBSD.org>2009-06-13 23:44:56 +0000
committerSam Leffler <sam@FreeBSD.org>2009-06-13 23:44:56 +0000
commit2c727cb9aad9f81bea953d842ccab2fd13dae896 (patch)
tree70ff57b9e326448f47c12d5431164659d3873dba /UPDATING
parent4fbdba95882dc3c1c16a11bd88f0bf8dd920a721 (diff)
downloadsrc-2c727cb9aad9f81bea953d842ccab2fd13dae896.tar.gz
src-2c727cb9aad9f81bea953d842ccab2fd13dae896.zip
note abi change for IEEE80211_IOC_STA_INFO
Notes
Notes: svn path=/head/; revision=194137
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING5
1 files changed, 5 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 0d398e808ade..91549c21f2e0 100644
--- a/UPDATING
+++ b/UPDATING
@@ -22,6 +22,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8.x IS SLOW:
to maximize performance. (To disable malloc debugging, run
ln -s aj /etc/malloc.conf.)
+20090613:
+ The layout of the structure returned by IEEE80211_IOC_STA_INFO
+ has changed. User applications that use this ioctl need to be
+ rebuilt.
+
20090611:
The layout of struct thread has changed. Kernel and modules
need to be rebuilt.