Dan Williams wrote:
On Tue, 2006-08-08 at 18:58 -0500, Larry Finger wrote:diff --git a/include/net/d80211.h b/include/net/d80211.h index ba5cb4c..8479b58 100644 --- a/include/net/d80211.h +++ b/include/net/d80211.h @@ -205,6 +205,9 @@ struct ieee80211_rx_status { int channel; int phymode; int ssi; + int maxssi; + int signal; + int noise;Spacing? Looks like you're using real tabs here, but the current code uses 8 spaces instead. Not sure if that's a problem.
I am using tabs, which I think is the preferred way. I also remember that the rule is not to change the white space on things you are not touching. Is that correct?
Larry - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
