Changeset 1854

Show
Ignore:
Timestamp:
12/12/06 18:57:47 (2 years ago)
Author:
dwhedon
Message:

Add a dummy value for maxssi. This fixes a kernel oops which can happen if
this is set to zero.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/dadwifi/ath/if_ath_d80211.c

    r1838 r1854  
    693693        hw->extra_tx_headroom = 2; 
    694694        hw->channel_change_time = 5000; 
     695        hw->maxssi = -1; /* FIXME: get a real value for this. */ 
    695696        hw->queues = 1; 
    696697