diff options
author | Bob Copeland <me@bobcopeland.com> | 2010-08-21 16:39:01 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-08-25 14:33:17 -0400 |
commit | 2738bd682df546f34654ed3d59dfc9ebe8d04979 (patch) | |
tree | ba5dfd4694157d7f35c538b99550d16d437a2097 /include/net/mac80211.h | |
parent | ff67bb86d448c26cb9110e9681669dc4a8aa5e0a (diff) |
mac80211: trivial spelling fixes
Fix spelling and readability of a few lines of kernel doc:
s/issueing/issuing/g
s/approriate/appropriate/g
s/supported by simply/supported simply by/
s/IEEE80211_HW_BEACON_FILTERING/IEEE80211_HW_BEACON_FILTER/g
Signed-off-by: Bob Copeland <me@bobcopeland.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/net/mac80211.h')
-rw-r--r-- | include/net/mac80211.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index 2a1811366076..dcc8c2bf986e 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h | |||
@@ -1242,8 +1242,8 @@ ieee80211_get_alt_retry_rate(const struct ieee80211_hw *hw, | |||
1242 | * %IEEE80211_CONF_PS flag enabled means that the powersave mode defined in | 1242 | * %IEEE80211_CONF_PS flag enabled means that the powersave mode defined in |
1243 | * IEEE 802.11-2007 section 11.2 is enabled. This is not to be confused | 1243 | * IEEE 802.11-2007 section 11.2 is enabled. This is not to be confused |
1244 | * with hardware wakeup and sleep states. Driver is responsible for waking | 1244 | * with hardware wakeup and sleep states. Driver is responsible for waking |
1245 | * up the hardware before issueing commands to the hardware and putting it | 1245 | * up the hardware before issuing commands to the hardware and putting it |
1246 | * back to sleep at approriate times. | 1246 | * back to sleep at appropriate times. |
1247 | * | 1247 | * |
1248 | * When PS is enabled, hardware needs to wakeup for beacons and receive the | 1248 | * When PS is enabled, hardware needs to wakeup for beacons and receive the |
1249 | * buffered multicast/broadcast frames after the beacon. Also it must be | 1249 | * buffered multicast/broadcast frames after the beacon. Also it must be |
@@ -1264,7 +1264,7 @@ ieee80211_get_alt_retry_rate(const struct ieee80211_hw *hw, | |||
1264 | * there's data traffic and still saving significantly power in idle | 1264 | * there's data traffic and still saving significantly power in idle |
1265 | * periods. | 1265 | * periods. |
1266 | * | 1266 | * |
1267 | * Dynamic powersave is supported by simply mac80211 enabling and disabling | 1267 | * Dynamic powersave is simply supported by mac80211 enabling and disabling |
1268 | * PS based on traffic. Driver needs to only set %IEEE80211_HW_SUPPORTS_PS | 1268 | * PS based on traffic. Driver needs to only set %IEEE80211_HW_SUPPORTS_PS |
1269 | * flag and mac80211 will handle everything automatically. Additionally, | 1269 | * flag and mac80211 will handle everything automatically. Additionally, |
1270 | * hardware having support for the dynamic PS feature may set the | 1270 | * hardware having support for the dynamic PS feature may set the |
@@ -2458,7 +2458,7 @@ void ieee80211_sta_block_awake(struct ieee80211_hw *hw, | |||
2458 | * | 2458 | * |
2459 | * @vif: &struct ieee80211_vif pointer from the add_interface callback. | 2459 | * @vif: &struct ieee80211_vif pointer from the add_interface callback. |
2460 | * | 2460 | * |
2461 | * When beacon filtering is enabled with %IEEE80211_HW_BEACON_FILTERING and | 2461 | * When beacon filtering is enabled with %IEEE80211_HW_BEACON_FILTER and |
2462 | * %IEEE80211_CONF_PS is set, the driver needs to inform whenever the | 2462 | * %IEEE80211_CONF_PS is set, the driver needs to inform whenever the |
2463 | * hardware is not receiving beacons with this function. | 2463 | * hardware is not receiving beacons with this function. |
2464 | */ | 2464 | */ |
@@ -2469,7 +2469,7 @@ void ieee80211_beacon_loss(struct ieee80211_vif *vif); | |||
2469 | * | 2469 | * |
2470 | * @vif: &struct ieee80211_vif pointer from the add_interface callback. | 2470 | * @vif: &struct ieee80211_vif pointer from the add_interface callback. |
2471 | * | 2471 | * |
2472 | * When beacon filtering is enabled with %IEEE80211_HW_BEACON_FILTERING, and | 2472 | * When beacon filtering is enabled with %IEEE80211_HW_BEACON_FILTER, and |
2473 | * %IEEE80211_CONF_PS and %IEEE80211_HW_CONNECTION_MONITOR are set, the driver | 2473 | * %IEEE80211_CONF_PS and %IEEE80211_HW_CONNECTION_MONITOR are set, the driver |
2474 | * needs to inform if the connection to the AP has been lost. | 2474 | * needs to inform if the connection to the AP has been lost. |
2475 | * | 2475 | * |