diff options
author | Masanari Iida <standby24x7@gmail.com> | 2014-02-18 08:54:36 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-02-19 08:58:17 -0500 |
commit | e227867f12302633737bd2a48a10a9a72c0630cb (patch) | |
tree | c1d96c1f4c3d83b7d6fe3b0c15d480d366ccc8f8 /include/net | |
parent | 425529937b6ce37e47120d6b2fb895c5b9910591 (diff) |
treewide: Fix typo in Documentation/DocBook
This patch fix spelling typo in Documentation/DocBook.
It is because .html and .xml files are generated by make htmldocs,
I have to fix a typo within the source files.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/mac80211.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index 7ceed99a05bc..6b79bfc98175 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h | |||
@@ -1841,7 +1841,7 @@ void ieee80211_free_txskb(struct ieee80211_hw *hw, struct sk_buff *skb); | |||
1841 | * | 1841 | * |
1842 | * Driver informs U-APSD client support by enabling | 1842 | * Driver informs U-APSD client support by enabling |
1843 | * %IEEE80211_HW_SUPPORTS_UAPSD flag. The mode is configured through the | 1843 | * %IEEE80211_HW_SUPPORTS_UAPSD flag. The mode is configured through the |
1844 | * uapsd paramater in conf_tx() operation. Hardware needs to send the QoS | 1844 | * uapsd parameter in conf_tx() operation. Hardware needs to send the QoS |
1845 | * Nullfunc frames and stay awake until the service period has ended. To | 1845 | * Nullfunc frames and stay awake until the service period has ended. To |
1846 | * utilize U-APSD, dynamic powersave is disabled for voip AC and all frames | 1846 | * utilize U-APSD, dynamic powersave is disabled for voip AC and all frames |
1847 | * from that AC are transmitted with powersave enabled. | 1847 | * from that AC are transmitted with powersave enabled. |
@@ -2047,7 +2047,7 @@ void ieee80211_free_txskb(struct ieee80211_hw *hw, struct sk_buff *skb); | |||
2047 | * with the number of frames to be released and which TIDs they are | 2047 | * with the number of frames to be released and which TIDs they are |
2048 | * to come from. In this case, the driver is responsible for setting | 2048 | * to come from. In this case, the driver is responsible for setting |
2049 | * the EOSP (for uAPSD) and MORE_DATA bits in the released frames, | 2049 | * the EOSP (for uAPSD) and MORE_DATA bits in the released frames, |
2050 | * to help the @more_data paramter is passed to tell the driver if | 2050 | * to help the @more_data parameter is passed to tell the driver if |
2051 | * there is more data on other TIDs -- the TIDs to release frames | 2051 | * there is more data on other TIDs -- the TIDs to release frames |
2052 | * from are ignored since mac80211 doesn't know how many frames the | 2052 | * from are ignored since mac80211 doesn't know how many frames the |
2053 | * buffers for those TIDs contain. | 2053 | * buffers for those TIDs contain. |
@@ -2592,7 +2592,7 @@ enum ieee80211_roc_type { | |||
2592 | * parameters. In the case where the driver buffers some frames for | 2592 | * parameters. In the case where the driver buffers some frames for |
2593 | * sleeping stations mac80211 will use this callback to tell the driver | 2593 | * sleeping stations mac80211 will use this callback to tell the driver |
2594 | * to release some frames, either for PS-poll or uAPSD. | 2594 | * to release some frames, either for PS-poll or uAPSD. |
2595 | * Note that if the @more_data paramter is %false the driver must check | 2595 | * Note that if the @more_data parameter is %false the driver must check |
2596 | * if there are more frames on the given TIDs, and if there are more than | 2596 | * if there are more frames on the given TIDs, and if there are more than |
2597 | * the frames being released then it must still set the more-data bit in | 2597 | * the frames being released then it must still set the more-data bit in |
2598 | * the frame. If the @more_data parameter is %true, then of course the | 2598 | * the frame. If the @more_data parameter is %true, then of course the |