diff options
author | sam <sam@FreeBSD.org> | 2009-06-13 23:44:56 +0000 |
---|---|---|
committer | sam <sam@FreeBSD.org> | 2009-06-13 23:44:56 +0000 |
commit | 58b8ea457a3c19c4d56dab1375a71b926f674a2a (patch) | |
tree | 70ff57b9e326448f47c12d5431164659d3873dba /UPDATING | |
parent | d9713622718e0d4d3d98a1ca67ddaed3b2085c3b (diff) | |
download | FreeBSD-src-58b8ea457a3c19c4d56dab1375a71b926f674a2a.zip FreeBSD-src-58b8ea457a3c19c4d56dab1375a71b926f674a2a.tar.gz |
note abi change for IEEE80211_IOC_STA_INFO
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |