On Wed, 21 Feb 2007 17:02:47 +0100, Ivo van Doorn wrote: > With the split antenna selection rt2x00 can now read the default > value for both selections from the EEPROM and can now configure > the card correctly based on the individual RX and TX antenna selections. > > [...] > @@ -468,7 +469,7 @@ static void rt2400pci_config_antenna(struct rt2x00_dev *rt2x00dev, int antenna) > /* > * Only continue when there is something to be done. > */ > - if (rt2x00dev->rx_params.antenna == antenna) > + if (rt2x00dev->rx_status.antenna == antenna_rx) drivers/net/wireless/d80211/rt2x00/rt2400pci.c:472: error: 'struct rt2x00_dev' has no member named 'rx_status' Jiri -- Jiri Benc SUSE Labs - 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