commit 5ba0537c5f3b8d42ac18fffc6e204e5d02a824e3 Author: Jiri Slaby Date: Sat Jul 7 14:32:43 2007 +0200 add another struct hw values diff --git a/ath/if_ath_pci.c b/ath/if_ath_pci.c index c81b161..c7d6a9e 100644 --- a/ath/if_ath_pci.c +++ b/ath/if_ath_pci.c @@ -1738,6 +1738,9 @@ static int __devinit ath_pci_probe(struct pci_dev *pdev, SET_IEEE80211_DEV(hw, &pdev->dev); hw->flags = IEEE80211_HW_RX_INCLUDES_FCS | IEEE80211_HW_WEP_INCLUDE_IV | IEEE80211_HW_DATA_NULLFUNC_ACK; + hw->extra_tx_headroom = 2; + hw->channel_change_time = 5000; + hw->max_rssi = 127; /* FIXME: get a real value for this. */ sc = hw->priv; sc->hw = hw;