[PATCH 4/5] d80211: add first_fragment flag to ieee80211_tx_control

2006-06-23 Thread Jiri Benc
If a driver needs to find out if the fragment it is supposed to pass to the hardware is the first fragment, the only way to do this is to check if a Fragment Number part of seq_ctrl field in the frame header equals to 0. Let's make it easier. Signed-off-by: Jiri Benc [EMAIL PROTECTED] ---

[PATCH 4/5] d80211: add first_fragment flag to ieee80211_tx_control

2006-06-12 Thread Jiri Benc
If a driver needs to find out if the fragment it is supposed to pass to the hardware is the first fragment, the only way to do this is to check if a Fragment Number part of seq_ctrl field in the frame header equals to 0. Let's make it easier. Signed-off-by: Jiri Benc [EMAIL PROTECTED] ---