1. 01 11月, 2008 1 次提交
    • J
      802.11: clean up/fix HT support · d9fe60de
      Johannes Berg 提交于
      This patch cleans up a number of things:
       * the unusable definition of the HT capabilities/HT information
         information elements
       * variable names that are hard to understand
       * mac80211: move ieee80211_handle_ht to ht.c and remove the unused
                   enable_ht parameter
       * mac80211: fix bug with MCS rate 32 in ieee80211_handle_ht
       * mac80211: fix bug with casting the result of ieee80211_bss_get_ie
                   to an information element _contents_ rather than the
                   whole element, add size checking (another out-of-bounds
                   access bug fixed!)
       * mac80211: remove some unused return values in favour of BUG_ON
                   checking
       * a few minor other things
      Signed-off-by: NJohannes Berg <johannes@sipsolutions.net>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      d9fe60de
  2. 25 9月, 2008 1 次提交
  3. 12 9月, 2008 2 次提交
  4. 30 8月, 2008 1 次提交
  5. 05 8月, 2008 1 次提交
  6. 09 7月, 2008 1 次提交
  7. 08 7月, 2008 1 次提交
  8. 27 6月, 2008 2 次提交
  9. 15 6月, 2008 3 次提交
  10. 04 6月, 2008 1 次提交
  11. 22 5月, 2008 1 次提交
  12. 15 5月, 2008 1 次提交
  13. 01 5月, 2008 1 次提交
  14. 24 4月, 2008 1 次提交
  15. 07 3月, 2008 1 次提交
  16. 02 2月, 2008 1 次提交
  17. 29 1月, 2008 4 次提交
  18. 11 10月, 2007 1 次提交
  19. 13 7月, 2007 1 次提交
    • D
      [PATCH] mac80211: ERP IE handling improvements · 5628221c
      Daniel Drake 提交于
      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: NJiri Benc <jbenc@suse.cz>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      5628221c
  20. 06 5月, 2007 1 次提交