CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/03/28 07:02:58
Modified files:
sys/dev/ic : ar5416.c ar9287.c athn.c
sys/net80211 : ieee80211_node.c
Log message:
Four uses of uninitialized variables found by clang via j...@. ar5416, ar9287
and athn are only theoretically interesting. i33380211_node fixes a real
bug in occupied channel detection.
ok damien@
