diff options
| author | David S. Miller <davem@davemloft.net> | 2011-03-22 17:36:18 -0400 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2011-03-22 17:36:18 -0400 |
| commit | db138908ccff404b9920f18f6244f4bff2368c04 (patch) | |
| tree | 18734f9b833a5f1134fc138a00d9223fc2afa028 /include/net | |
| parent | 04024b937a6e9b7d4320b5853557cea3930d528c (diff) | |
| parent | 8bc8aecdc5e26cfda12dbd6867af4aa67836da6a (diff) | |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
Diffstat (limited to 'include/net')
| -rw-r--r-- | include/net/cfg80211.h | 3 | ||||
| -rw-r--r-- | include/net/mac80211.h | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index 60f7876b6da8..b2b9d28cb4ab 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h | |||
| @@ -486,7 +486,8 @@ struct rate_info { | |||
| 486 | * @plink_state: mesh peer link state | 486 | * @plink_state: mesh peer link state |
| 487 | * @signal: signal strength of last received packet in dBm | 487 | * @signal: signal strength of last received packet in dBm |
| 488 | * @signal_avg: signal strength average in dBm | 488 | * @signal_avg: signal strength average in dBm |
| 489 | * @txrate: current unicast bitrate to this station | 489 | * @txrate: current unicast bitrate from this station |
| 490 | * @rxrate: current unicast bitrate to this station | ||
| 490 | * @rx_packets: packets received from this station | 491 | * @rx_packets: packets received from this station |
| 491 | * @tx_packets: packets transmitted to this station | 492 | * @tx_packets: packets transmitted to this station |
| 492 | * @tx_retries: cumulative retry counts | 493 | * @tx_retries: cumulative retry counts |
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index 8650e7bf2ed0..cefe1b37c493 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h | |||
| @@ -1160,7 +1160,7 @@ enum ieee80211_hw_flags { | |||
| 1160 | * @napi_weight: weight used for NAPI polling. You must specify an | 1160 | * @napi_weight: weight used for NAPI polling. You must specify an |
| 1161 | * appropriate value here if a napi_poll operation is provided | 1161 | * appropriate value here if a napi_poll operation is provided |
| 1162 | * by your driver. | 1162 | * by your driver. |
| 1163 | 1163 | * | |
| 1164 | * @max_rx_aggregation_subframes: maximum buffer size (number of | 1164 | * @max_rx_aggregation_subframes: maximum buffer size (number of |
| 1165 | * sub-frames) to be used for A-MPDU block ack receiver | 1165 | * sub-frames) to be used for A-MPDU block ack receiver |
| 1166 | * aggregation. | 1166 | * aggregation. |
