Search Linux Wireless

broadcom driver

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi guys,

We're trying to write a broadcom WiFi driver for FreeBSD.
We looked at M$ Windows driver and found these structures..
We'd be very grateful if anyone tells the standard and/or description
of what these values may mean..

struct _locale_info_t
{
   unsigned char   valid_channels[28];
   struct radar_channels;
   struct restricted_channels;
   unsigned char   maxpwr[6];
   unsigned char   pub_maxpwr[5];
   unsigned char   flags;
};

struct _locale_info_t _locale_b = {
   { 254, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0},
   _chanvec_none,
   _chanvec_none,
   { 76, 76, 76, 76, 76, 76 },
   { 20, 20, 20, 0, 0 },
   1 };

struct _locale_info_t _locale_13 = {
   {0, 0, 0, 0, 16, 17, 17, 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0 }
   _radar_set1,
   _chanvec_none,
   { 84, 84, 84, 0, 0, 0 },
   { 23, 23, 0, 0, 0 },
   3 };

struct _locale_info_t _locale_15 = {
   { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0 },
   _chanvec_none,
   _chanvec_none,
   { 0, 0, 0, 0, 0, 0 },
   { 0, 0, 0, 0, 0 },
   0 };

struct _locale_mimo_info_t
{
   unsigned char   val[32];
};

struct _locale_mimo_info_t _locale_fn = {
   0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 16, 0, 0, 0 };

struct _locale_mimo_info_t _locale_15n = {
   0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 16, 0, 0, 0 };


struct _country_info_t
{
   unsigned char         abbrev[4];
   struct _locate_info_t      locale_2G;
   struct _locate_info_t      locale_5G;
   struct _locale_mimo_info_t   locale_mimo_2G;
   struct _locale_mimo_info_t   locale_mimo_5G;
} cntry_locales[] =
{
{'UA', _locale_b, _locale_15, _locale_fn, _locale_15n},
{'UA1', _locale_b, _locale_13, _locale_fn, _locale_15n},
};

-- 
Best regards,
EforeZZ
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux