1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-23 11:18:54 +00:00
freebsd/sys/net80211
Sam Leffler bd40429e3d correct comparison for null ptr
Noticed by:	Coverity Prevent analysis tool
2005-03-16 20:42:00 +00:00
..
_ieee80211.h
ieee80211_acl.c
ieee80211_crypto_ccmp.c
ieee80211_crypto_none.c
ieee80211_crypto_tkip.c
ieee80211_crypto_wep.c
ieee80211_crypto.c
ieee80211_crypto.h
ieee80211_freebsd.c be consistent in naming inactivity timers; 2005-01-22 20:29:23 +00:00
ieee80211_freebsd.h
ieee80211_input.c eliminate use after free in debug code 2005-03-16 20:39:05 +00:00
ieee80211_ioctl.c Recently, it was reported to me that you could provoke a double fault 2005-03-03 17:35:05 +00:00
ieee80211_ioctl.h
ieee80211_node.c avoid potential array index by -1 2005-03-16 20:40:48 +00:00
ieee80211_node.h statically allocate the station/neighbor node table; the deferred 2005-01-24 19:32:10 +00:00
ieee80211_output.c correct comparison for null ptr 2005-03-16 20:42:00 +00:00
ieee80211_proto.c noop change so RUN->RUN transition isn't considered invalid 2005-01-24 20:39:29 +00:00
ieee80211_proto.h add macros to convert between txop's and usecs 2005-01-24 20:38:26 +00:00
ieee80211_radiotap.h o replace out-of-line copy of FCS w/ a flag that indicates the 2005-01-22 20:12:05 +00:00
ieee80211_var.h o clarify that beacon interval settings are in TU's, not ms 2005-01-24 19:39:07 +00:00
ieee80211_xauth.c
ieee80211.c supply a default ic_reset method for drivers; the ioctl code expect this 2005-01-27 17:39:17 +00:00
ieee80211.h