hostapd: revert signature change in patch
[openwrt/staging/ynezz.git] / package / network / services / hostapd / patches / 410-limit_debug_messages.patch
index d182e8d98681fa0d2b8c3f6b7e3d1123b95d1f54..687589d746381bb4017b0eb063ae461e52cff6ac 100644 (file)
   * configuration. The contents of buf is printed out has hex dump.
   */
 -void wpa_hexdump(int level, const char *title, const void *buf, size_t len);
-+static inline void wpa_hexdump(int level, const char *title, const u8 *buf, size_t len)
++static inline void wpa_hexdump(int level, const char *title, const void *buf, size_t len)
 +{
 +      if (level < CONFIG_MSG_MIN_PRIORITY)
 +              return;