cfg80211.h 296 B

1234567891011121314151617
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * NXP Wireless LAN device driver: CFG80211
  4. *
  5. * Copyright 2011-2020 NXP
  6. */
  7. #ifndef __MWIFIEX_CFG80211__
  8. #define __MWIFIEX_CFG80211__
  9. #include <net/cfg80211.h>
  10. #include "main.h"
  11. int mwifiex_register_cfg80211(struct mwifiex_adapter *);
  12. #endif