1. 01 8月, 2005 2 次提交
  2. 31 7月, 2005 2 次提交
    • A
      [PATCH] include/net/ieee80211.h must #include <linux/wireless.h> · b7721ff9
      Adrian Bunk 提交于
      -Wundef found an (although perhaps harmless) bug:
      
      <--  snip  -->
      
      ...
        CC      net/ieee80211/ieee80211_crypt.o
      In file included from net/ieee80211/ieee80211_crypt.c:21:
      include/net/ieee80211.h:26:5: warning: "WIRELESS_EXT" is not defined
        CC      net/ieee80211/ieee80211_crypt_wep.o
      In file included from net/ieee80211/ieee80211_crypt_wep.c:20:
      include/net/ieee80211.h:26:5: warning: "WIRELESS_EXT" is not defined
        CC      net/ieee80211/ieee80211_crypt_ccmp.o
        CC      net/ieee80211/ieee80211_crypt_tkip.o
      In file included from net/ieee80211/ieee80211_crypt_tkip.c:23:
      include/net/ieee80211.h:26:5: warning: "WIRELESS_EXT" is not defined
      ...
      
      <--  snip  -->
      Signed-off-by: NAdrian Bunk <bunk@stusta.de>
      Signed-off-by: NJeff Garzik <jgarzik@pobox.com>
      b7721ff9
    • J
      /spare/repo/netdev-2.6 branch 'master' · a670fcb4
      Jeff Garzik 提交于
      a670fcb4
  3. 30 7月, 2005 36 次提交