brcms_c_set_gmode
brcms_c_set_gmode(wlc, wlc->protection->gmode_user, false);
brcms_c_set_gmode(wlc, GMODE_LEGACY_B, false);
brcms_c_set_gmode(wlc, wlc->protection->gmode_user, false);
brcms_c_set_gmode(wlc, GMODE_AUTO, true);
int brcms_c_set_gmode(struct brcms_c_info *wlc, u8 gmode, bool config);