An error occurred fetching the project authors.
  1. 24 Mar, 2006 1 commit
    • Dave Jones's avatar
      [WIRELESS]: Fix config dependencies. · 868d2c1e
      Dave Jones authored
      I accidentally ended up with a config that set NET_RADIO off,
      and NET_WIRELESS_RTNETLINK on, which blew up thus..
      
      net/built-in.o: In function `do_setlink':net/core/rtnetlink.c:479: undefined reference to `wireless_rtnetlink_set'
      net/built-in.o: In function `do_getlink':net/core/rtnetlink.c:521: undefined reference to `wireless_rtnetlink_get'
      Signed-off-by: default avatarDave Jones <davej@redhat.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      868d2c1e
  2. 23 Mar, 2006 1 commit
    • Jean Tourrilhes's avatar
      [PATCH] WE-20 for kernel 2.6.16 · 711e2c33
      Jean Tourrilhes authored
      	This is version 20 of the Wireless Extensions. This is the
      completion of the RtNetlink work I started early 2004, it enables the
      full Wireless Extension API over RtNetlink.
      
      	Few comments on the patch :
      	o totally driver transparent, no change in drivers needed.
      	o iwevent were already RtNetlink based since they were created
      (around 2.5.7). This adds all the regular SET and GET requests over
      RtNetlink, using the exact same mechanism and data format as iwevents.
      	o This is a Kconfig option, as currently most people have no
      need for it. Surprisingly, patch is actually small and well
      encapsulated.
      	o Tested on SMP, attention as been paid to make it 64 bits clean.
      	o Code do probably too many checks and could be further
      optimised, but better safe than sorry.
      	o RtNetlink based version of the Wireless Tools available on
      my web page for people inclined to try out this stuff.
      
      	I would also like to thank Alexey Kuznetsov for his helpful
      suggestions to make this patch better.
      Signed-off-by: default avatarJean Tourrilhes <jt@hpl.hp.com>
      Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
      711e2c33
  3. 17 Feb, 2006 3 commits
  4. 10 Feb, 2006 1 commit
  5. 31 Jan, 2006 2 commits
  6. 15 Jan, 2006 2 commits
  7. 12 Jan, 2006 1 commit
  8. 01 Dec, 2005 2 commits
  9. 11 Nov, 2005 1 commit
    • simon@thekelleys.org.uk's avatar
      [PATCH] Atmel wireless update · b16a228d
      simon@thekelleys.org.uk authored
      * Merge PCMCIA card table with new Brodowski PCMCIA id table.
      * Add missing entries to PCMCIA id table.
      * Other tweaks to conform with Documentation/driver-changes.txt
        (types, call request_region, etc)
      * Fix size of requested IO region.
      * Reduce printk verbosity.
      * Remove EXPERIMENTAL
      * tweak to association code - don't force shared key authentication
        when wep in use.
      Signed-off-by: default avatarJeff Garzik <jgarzik@pobox.com>
      b16a228d
  10. 15 Oct, 2005 1 commit
  11. 05 Sep, 2005 3 commits
  12. 26 Aug, 2005 1 commit
  13. 24 Aug, 2005 1 commit
  14. 28 Jun, 2005 1 commit
  15. 28 May, 2005 2 commits
  16. 16 May, 2005 1 commit
    • Daniel Andersen's avatar
      [PATCH] wireless: 3CRWE154G72 Kconfig help fix · c8920ba0
      Daniel Andersen authored
      Version 2 of the 3com OfficeConnect 11g Cardbus Card aka 3CRWE154G72 is not
      supported by the prism54 project.  To stop confusion, the kernel
      documentation should state so as 3com made a good job hiding the version.
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      
      diff -puN drivers/net/wireless/Kconfig~wireless-3crwe154g72-kconfig-help-fix drivers/net/wireless/Kconfig
      c8920ba0
  17. 13 May, 2005 1 commit
  18. 16 Apr, 2005 1 commit
    • Linus Torvalds's avatar
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds authored
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4