File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -920,7 +920,7 @@ static void ieee80211_parse_qos(struct ieee80211_rx_data *rx)
920
920
* Drivers always need to pass packets that are aligned to two-byte boundaries
921
921
* to the stack.
922
922
*
923
- * Additionally, should, if possible, align the payload data in a way that
923
+ * Additionally, they should, if possible, align the payload data in a way that
924
924
* guarantees that the contained IP header is aligned to a four-byte
925
925
* boundary. In the case of regular frames, this simply means aligning the
926
926
* payload to a four-byte boundary (because either the IP header is directly
@@ -936,7 +936,7 @@ static void ieee80211_parse_qos(struct ieee80211_rx_data *rx)
936
936
* subframe to a length that is a multiple of four.
937
937
*
938
938
* Padding like Atheros hardware adds which is between the 802.11 header and
939
- * the payload is not supported, the driver is required to move the 802.11
939
+ * the payload is not supported; the driver is required to move the 802.11
940
940
* header to be directly in front of the payload in that case.
941
941
*/
942
942
static void ieee80211_verify_alignment (struct ieee80211_rx_data * rx )
You can’t perform that action at this time.
0 commit comments