Print this page
fixup .text where possible
7127  remove -Wno-missing-braces from Makefile.uts

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/io/mac/plugins/mac_wifi.c
          +++ new/usr/src/uts/common/io/mac/plugins/mac_wifi.c
↓ open down ↓ 59 lines elided ↑ open up ↑
  60   60  { WIFI_STAT_RX_DUPS,            "rx_dups",              KSTAT_DATA_UINT32, 0 }
  61   61  };
  62   62  
  63   63  static struct modlmisc mac_wifi_modlmisc = {
  64   64          &mod_miscops,
  65   65          "WiFi MAC plugin 1.4"
  66   66  };
  67   67  
  68   68  static struct modlinkage mac_wifi_modlinkage = {
  69   69          MODREV_1,
  70      -        &mac_wifi_modlmisc,
  71      -        NULL
       70 +        {   &mac_wifi_modlmisc,
       71 +            NULL }
  72   72  };
  73   73  
  74   74  static mactype_ops_t mac_wifi_type_ops;
  75   75  
  76   76  int
  77   77  _init(void)
  78   78  {
  79   79          mactype_register_t *mtrp = mactype_alloc(MACTYPE_VERSION);
  80   80          int err;
  81   81  
↓ open down ↓ 364 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX