PageRenderTime 60ms CodeModel.GetById 36ms RepoModel.GetById 1ms app.codeStats 1ms

/drivers/net/wireless/iwmc3200wifi/cfg80211.h

https://bitbucket.org/wisechild/galaxy-nexus
C++ Header | 31 lines | 6 code | 3 blank | 22 comment | 0 complexity | bb5c52c7cdf78ba4fecf0e99b256c749 MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.0, AGPL-1.0
  1. /*
  2. * Intel Wireless Multicomm 3200 WiFi driver
  3. *
  4. * Copyright (C) 2009 Intel Corporation <ilw@linux.intel.com>
  5. * Samuel Ortiz <samuel.ortiz@intel.com>
  6. * Zhu Yi <yi.zhu@intel.com>
  7. *
  8. * This program is free software; you can redistribute it and/or
  9. * modify it under the terms of the GNU General Public License version
  10. * 2 as published by the Free Software Foundation.
  11. *
  12. * This program is distributed in the hope that it will be useful,
  13. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  15. * GNU General Public License for more details.
  16. *
  17. * You should have received a copy of the GNU General Public License
  18. * along with this program; if not, write to the Free Software
  19. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
  20. * 02110-1301, USA.
  21. *
  22. */
  23. #ifndef __IWM_CFG80211_H__
  24. #define __IWM_CFG80211_H__
  25. int iwm_cfg80211_inform_bss(struct iwm_priv *iwm);
  26. struct wireless_dev *iwm_wdev_alloc(int sizeof_bus, struct device *dev);
  27. void iwm_wdev_free(struct iwm_priv *iwm);
  28. #endif