1. 26 11月, 2012 11 次提交
  2. 23 11月, 2012 5 次提交
  3. 21 11月, 2012 1 次提交
  4. 20 11月, 2012 1 次提交
    • J
      mac80211: fix channel context suspend/reconfig handling · fe5f2559
      Johannes Berg 提交于
      Sujith reported warnings with suspend/resume due to
      channel contexts. When I looked into it, I realised
      that the code was completely broken as it unassigned
      the channel contexts when suspending, which actually
      means they are destroyed.
      
      Eliad Peller then pointed out that we also need to
      remove the channel contexts from the driver. When I
      looked into this, I also noticed that the code isn't
      handling the virtual monitor interface correctly (if
      it exists.)
      
      Fix this by calling just the driver methods (if they
      are implemented) instead of using the channel context
      management code. Also add reconfiguration for the
      virtual monitor interface.
      Reported-by: NSujith Manoharan <sujith@msujith.org>
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      fe5f2559
  5. 19 11月, 2012 6 次提交
  6. 14 11月, 2012 1 次提交
  7. 12 11月, 2012 1 次提交
  8. 10 11月, 2012 5 次提交
  9. 08 11月, 2012 7 次提交
  10. 06 11月, 2012 2 次提交