1. 20 Jun, 2012 3 commits
  2. 18 Jun, 2012 9 commits
  3. 13 Jun, 2012 16 commits
  4. 12 Jun, 2012 1 commit
  5. 11 Jun, 2012 9 commits
  6. 08 Jun, 2012 2 commits
    • John W. Linville's avatar
      wl18xx: avoid some -Wformat warnings · 934b9d1e
      John W. Linville authored
        CC      drivers/net/wireless/ti/wl18xx/main.o
      drivers/net/wireless/ti/wl18xx/main.c: In function ‘wl18xx_conf_init’:
      drivers/net/wireless/ti/wl18xx/main.c:1024:3: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘long unsigned int’ [-Wformat]
      drivers/net/wireless/ti/wl18xx/main.c:1024:3: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘size_t’ [-Wformat]
      Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
      934b9d1e
    • Stanislaw Gruszka's avatar
      mac80211: add back channel change flag · 6aee4ca3
      Stanislaw Gruszka authored
      commit 24398e39
      Author: Johannes Berg <johannes.berg@intel.com>
      Date:   Wed Mar 28 10:58:36 2012 +0200
      
          mac80211: set HT channel before association
      
      removed IEEE80211_CONF_CHANGE_CHANNEL argument from ieee80211_hw_config,
      which is required by iwl4965 driver, otherwise that driver does not
      configure channel properly and is not able to associate.
      Signed-off-by: default avatarStanislaw Gruszka <sgruszka@redhat.com>
      Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
      6aee4ca3