Blame view

net/wireless/regdb.h 148 Bytes
3b377ea9d   John W. Linville   wireless: support...
1
2
3
4
5
6
7
  #ifndef __REGDB_H__
  #define __REGDB_H__
  
  extern const struct ieee80211_regdomain *reg_regdb[];
  extern int reg_regdb_size;
  
  #endif /* __REGDB_H__ */