NetBSD/sys/net80211
mrg f8570f8a97 fix simple mis-matched function prototype and definitions.
most of these are like, eg

   void foo(int[2]);

with either of these

   void foo(int*) { ... }
   void foo(int[]) { ... }

in some cases (such as stat or utimes* calls found in our header files),
we now match standard definition from opengroup.

found by GCC 12.
2023-08-01 07:04:14 +00:00
..
CHANGES
Makefile
_ieee80211.h
files.net80211
ieee80211.c
ieee80211.h
ieee80211_acl.c
ieee80211_amrr.c
ieee80211_amrr.h
ieee80211_crypto.c
ieee80211_crypto.h
ieee80211_crypto_ccmp.c Fix typo in comment. 2023-06-24 05:12:03 +00:00
ieee80211_crypto_none.c
ieee80211_crypto_tkip.c Fix typo in comment. 2023-06-24 05:12:03 +00:00
ieee80211_crypto_wep.c Fix typo in comment. 2023-06-24 05:12:03 +00:00
ieee80211_input.c
ieee80211_ioctl.c
ieee80211_ioctl.h
ieee80211_netbsd.c
ieee80211_netbsd.h
ieee80211_node.c Fix typo in comment. 2023-06-24 05:12:03 +00:00
ieee80211_node.h fix simple mis-matched function prototype and definitions. 2023-08-01 07:04:14 +00:00
ieee80211_output.c
ieee80211_proto.c
ieee80211_proto.h
ieee80211_radiotap.h
ieee80211_rssadapt.c
ieee80211_rssadapt.h
ieee80211_sysctl.h
ieee80211_var.h Fix typo in comment. 2023-06-24 05:12:03 +00:00
ieee80211_xauth.c