1. 29 11月, 2009 4 次提交
  2. 24 11月, 2009 1 次提交
  3. 19 11月, 2009 2 次提交
    • J
      mac80211: convert aggregation to operate on vifs/stas · c951ad35
      Johannes Berg 提交于
      The entire aggregation code currently operates on the
      hw pointer and station addresses, but that needs to
      change to make stations purely per-vif; As one step
      preparing for that make the aggregation code callable
      with the station, or by the combination of virtual
      interface and station address.
      Signed-off-by: NJohannes Berg <johannes@sipsolutions.net>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      c951ad35
    • S
      ath9k: Cleanup bss_info_changed callback · c6089ccc
      Sujith 提交于
      * Remove a code chunk dealing with operating mode changes.
        As noted, all such policy changes are to be done in
        add_interface.
      
      * Remove pointless check for empty BSSID.
        Also, remove mode checks - mac80211 does all the needed checks.
      
      * Handle enabling/disabling beacon transmission properly.
      
      * Handle beacon interval changes for AP mode.
        The original code depended on config_interface() to update
        the HW TSF. Since that callback has been removed, handle
        it properly.
      
      * Remove unneeded code dealing with key/privacy.
      
      * Set the chainmasks to 1x1 for IBSS when the BSSID is set.
        This was happening uncondionally before.
      Signed-off-by: NSujith <Sujith.Manoharan@atheros.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      c6089ccc
  4. 12 11月, 2009 4 次提交
  5. 31 10月, 2009 1 次提交
  6. 10 10月, 2009 1 次提交
  7. 08 10月, 2009 27 次提交