1. 22 9月, 2005 8 次提交
  2. 16 9月, 2005 5 次提交
  3. 29 8月, 2005 3 次提交
  4. 26 8月, 2005 4 次提交
  5. 15 8月, 2005 3 次提交
  6. 31 7月, 2005 1 次提交
    • 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
  7. 29 6月, 2005 1 次提交
  8. 28 6月, 2005 1 次提交
  9. 27 6月, 2005 1 次提交
  10. 28 5月, 2005 1 次提交
  11. 13 5月, 2005 1 次提交
    • J
      [NET] ieee80211 subsystem · b453872c
      Jeff Garzik 提交于
      Contributors:
      Host AP contributors
      James Ketrenos <jketreno@linux.intel.com>
      Francois Romieu <romieu@fr.zoreil.com>
      Adrian Bunk <bunk@stusta.de>
      Matthew Galgoci <mgalgoci@parcelfarce.linux.th
      eplanet.co.uk>
      b453872c