···7474 if (desc->rate <= wl->hw_min_ht_rate)7575 status->flag |= RX_FLAG_HT;76767777+ /*7878+ * Read the signal level and antenna diversity indication.7979+ * The msb in the signal level is always set as it is a8080+ * negative number.8181+ * The antenna indication is the msb of the rssi.8282+ */7783 status->signal = ((desc->rssi & RSSI_LEVEL_BITMASK) | BIT(7));7884 status->antenna = ((desc->rssi & ANT_DIVERSITY_BITMASK) >> 7);7985