02 Feb, 2008

1 commit


29 Jan, 2008

4 commits

  • This patch changes ieee80211_bar control and start_seq_num to
    match the proper bitwise attribute expected from ieee 802.11 frame

    Signed-off-by: Ron Rindjunsky
    Signed-off-by: Tomas Winkler
    Signed-off-by: John W. Linville

    Ron Rindjunsky
     
  • This patch adds the basic needed abilities and functions for A-MPDU Rx session
    changed functions:
    - ieee80211_sta_process_addba_request - Rx A-MPDU initialization enabled
    - ieee80211_stop - stops all A-MPDU Rx in case interface goes down
    added functions:
    - ieee80211_send_delba - used for sending out Del BA in A-MPDU sessions
    - ieee80211_sta_stop_rx_BA_session - stopping Rx A-MPDU session
    - sta_rx_agg_session_timer_expired - stops A-MPDU Rx use if load is too
    low

    Signed-off-by: Ron Rindjunsky
    Signed-off-by: John W. Linville
    Signed-off-by: David S. Miller

    Ron Rindjunsky
     
  • This patch adds several structs and definitions to ieee80211.h
    to support 802.11n draft specifications.
    As 802.11n depends on and extends the 802.11e standard in several issues,
    there are also several definitions that belong to 802.11e.

    Signed-off-by: Ron Rindjunsky
    Signed-off-by: John W. Linville
    Signed-off-by: David S. Miller

    Ron Rindjunsky
     
  • This patch adds IEEE80211_MAX_FRAME_LEN which is useful for drivers trying
    to determine how much to allocate for their RX buffers.

    It also updates the comment on IEEE80211_MAX_DATA_LEN based on revisions
    in 802.11e.

    IEEE80211_MAX_FRAG_THRESHOLD and IEEE80211_MAX_RTS_THRESHOLD are also
    revised due to the new maximum frame size.

    Signed-off-by: Michael Wu
    Signed-off-by: John W. Linville
    Signed-off-by: David S. Miller

    Michael Wu
     

11 Oct, 2007

1 commit


13 Jul, 2007

1 commit

  • The "protection needed" flag is currently parsed out of the ERP IE in
    beacons. This patch allows the ERP IE to be available at assocation time
    and causes the appropriate actions to be performed earlier.

    It is slightly complicated by the fact that most APs don't include the
    ERP IE in association responses. To work around this, we store ERP
    values in the ieee80211_sta_bss structure.

    Also added some WLAN_ERP defines for use by upcoming patches.

    Signed-off-by: Jiri Benc
    Signed-off-by: John W. Linville

    Daniel Drake
     

06 May, 2007

1 commit