1. 6a3be6e staging: brcm80211: bugfix for softmac crash on multi cpu configurations by Roland Vossen · 14 years ago
  2. 4032ec6 staging: brcm80211: fix suspend/resume issue in brcmsmac by Arend van Spriel · 14 years ago
  3. d062d44 staging: brcm80211: remove assert to avoid panic since 2.6.37 kernel by Arend van Spriel · 14 years ago
  4. f4528696d staging: brcm80211: Fix WL_<type> logging macros by Joe Perches · 14 years ago
  5. fcbdbed staging: brcm80211: Convert ETHER_TYPE_802_1X to ETH_P_PAE by Joe Perches · 14 years ago
  6. d7ec915 staging: brcm80211: Remove unused ETHER_TYPE_<foo> #defines by Joe Perches · 14 years ago
  7. d659a3e staging: brcm80211: Remove ETHER_HDR_LEN, use ETH_HLEN by Joe Perches · 14 years ago
  8. b8d6307 staging: brcm80211: Convert ETHER_ADDR_LEN to ETH_ALEN by Joe Perches · 14 years ago
  9. ed95686 staging: brcm80211: Convert ETHER_IS<FOO> to is_<foo>_ether_addr by Joe Perches · 14 years ago
  10. 47c6de7 staging: brcm80211: Remove unused ether_<foo> #defines and struct by Joe Perches · 14 years ago
  11. 3ca5ada staging: brcm80211: Convert ETHER_IS_MULTI to is_multicast_ether_addr by Joe Perches · 14 years ago
  12. ee417a7 staging: brcm80211: Remove unused #defines ETHER_<foo>_LOCALADDR by Joe Perches · 14 years ago
  13. 0e0792f staging: brcm80211: removed ap related comments by Roland Vossen · 14 years ago
  14. 310d605 staging: brcm80211: Remove redundant unlikely() by Tobias Klauser · 14 years ago
  15. fb65746 staging: brcm80211: fix documentation on installing firmware by Henry Ptasinski · 14 years ago
  16. baffa2f staging: brcm80211: removed unused struct wlc_ap_info by Roland Vossen · 14 years ago
  17. 08db27d staging: brcm80211: replaced typedef wlc_pub_t by struct wlc_pub by Roland Vossen · 14 years ago
  18. c41c858 staging: brcm80211: replaced typedef wlccore_t by struct wlccore by Roland Vossen · 14 years ago
  19. f077f71 staging: brcm80211: replaced typedef wlcband_t by struct wlcband by Roland Vossen · 14 years ago
  20. 17d7665 staging: brcm80211: replaced typedef hnddma_t by struct hnddma_pub by Roland Vossen · 14 years ago
  21. 6cdeaef staging: brcm80211: replaced typedef wl_if_t by struct wl_if by Roland Vossen · 14 years ago
  22. d65ddb5 staging: brcm80211: replaced typedef bmac_pmq_t by struct bmac_pmq by Roland Vossen · 14 years ago
  23. 299f8a4 staging: brcm80211: replaced typedef antsel_info_t by struct antsel_info by Roland Vossen · 14 years ago
  24. 0e49347 staging: brcm80211: replaced typedef wlc_ap_info_t by struct wlc_ap_info by Roland Vossen · 14 years ago
  25. 1f2fd45 staging: brcm80211: replaced typedef ampdu_info_t by struct ampdu_info by Roland Vossen · 14 years ago
  26. 4dc79de staging: brcm80211: replaced typedef wlc_if_t by struct wlc_if by Roland Vossen · 14 years ago
  27. 41224eb2 staging: brcm80211: removed unused macro's and typedefs from wpa.h by Roland Vossen · 14 years ago
  28. 0dedc37 staging: brcm80211: removed unused typedefs by Roland Vossen · 14 years ago
  29. ea3398a Staging: Merge 2.6.37-rc5 into staging-next by Greg Kroah-Hartman · 14 years ago
  30. e304151 staging: brcm80211: replaced wlc_hw_info_t by struct wlc_hw_info by Roland Vossen · 14 years ago
  31. 8538576 staging: brcm80211: remove macro usage for sk_buff release by Arend van Spriel · 14 years ago
  32. f09e023 staging: brcm80211: remove macro usage for sk_buff allocation by Arend van Spriel · 14 years ago
  33. c6a9e1f staging: brcm80211: replaced wlc_info_t by struct wlc_info. by Roland Vossen · 14 years ago
  34. e63449b staging: brcm80211: Removing cruft from osl.h by Brett Rudley · 14 years ago
  35. 326a679 staging: brcm80211: migrate register ops macros to bcmutils.h by Brett Rudley · 14 years ago
  36. 8968af1 staging: brcm80211: move dma specific macros from osl to dma code by Brett Rudley · 14 years ago
  37. 411ee44 staging: brcm80211: move fullmac-only code from osl to fullmac files by Brett Rudley · 14 years ago
  38. ec79570 staging: brcm80211: Remove unused softmac macros by Brett Rudley · 14 years ago
  39. 7a9b48b staging: brcm80211: Move osl_pub into osl by Brett Rudley · 14 years ago
  40. 98ede2e staging: brcm80211: OSLREGOPS is unused, remove checks for it. by Brett Rudley · 14 years ago
  41. 3d44661 staging: brcm80211: added firmware validation by Roland Vossen · 14 years ago
  42. ff29ee8 staging: brcm80211: remove redundant CHIPREV macro by Arend van Spriel · 14 years ago
  43. dfa2643 staging: brcm80211: remove redundant CHIPID macro by Arend van Spriel · 14 years ago
  44. 92246bc staging: brcm80211: remove redundant CHIPTYPE macro by Arend van Spriel · 14 years ago
  45. c523ea78 staging: brcm80211: absorb linux_osl.h into osl.h by Brett Rudley · 14 years ago
  46. df880a4 staging: brcm80211: Remove unused code from osl.h by Brett Rudley · 14 years ago
  47. 2cb22a7 staging: brcm80211: replaced typedef struct wl_info_t by struct wl_info. by Roland Vossen · 14 years ago
  48. 01d1144 staging: brcm80211 needs lots of delay.h by Randy Dunlap · 14 years ago
  49. a043b26 staging: brcm80211: bcmp => memcmp by Brett Rudley · 14 years ago
  50. 9249ede staging: brcm80211: bzero => memset by Brett Rudley · 14 years ago
  51. c10407a staging: brcm80211: remove OSL_SYSUPTIME_SUPPORT by Brett Rudley · 14 years ago
  52. c53d201 staging: brcm80211: Remove bogus gcc version checking by Brett Rudley · 14 years ago
  53. f534331 staging: brcm80211: Remove unused PKTFREESETCB by Brett Rudley · 14 years ago
  54. 954c7a6 staging: brcm80211: Remove OSL_DMADDRWIDTH by Brett Rudley · 14 years ago
  55. fa7a1db staging: brcm80211: Remove BUSTYPE macro by Brett Rudley · 14 years ago
  56. c95e66e staging: brcm80211: remove unused dhd_ops_virt variable definition by Arend van Spriel · 14 years ago
  57. 3be727c staging: brcm80211: remove some more packet related macros by Arend van Spriel · 14 years ago
  58. 54991ad staging: brcm80211: removed packet macros for accessing sk_buff fields by Arend van Spriel · 14 years ago
  59. c26b137 staging: brcm80211: change packet buffer type to native struct sk_buff by Arend van Spriel · 14 years ago
  60. b6eb5c0 staging: brcm80211: remove unneccessary packets funtion prototype by Arend van Spriel · 14 years ago
  61. 7c8bc01 staging: brcm80211: add include file for using semaphore related definitions by Arend van Spriel · 14 years ago
  62. 57d8cd2 staging: brcm80211: OSL shrink: Remove OSL_PCI_READ/WRITE_CONFIG by Brett Rudley · 14 years ago
  63. 95bd485 staging: brcm80211: remove duplicated #include by Huang Weiyi · 14 years ago
  64. 6df78338 staging: brcm80211: updated maintainers contact information by Arend van Spriel · 14 years ago
  65. 861f670 staging: brcm80211: stragglers not handled by unifdef by Brett Rudley · 14 years ago
  66. f9ec972 staging: brcm80211: unifdef -UBCMSDIO by Brett Rudley · 14 years ago
  67. c73b9d67 staging: brcm80211: remove bmac-only header files by Brett Rudley · 14 years ago
  68. f3ce1ef staging: brcm80211: unifdef -UWLC_SPLIT by Brett Rudley · 14 years ago
  69. 501c093 staging: brcm80211: unifdef -DWLC_LOW by Brett Rudley · 14 years ago
  70. 02db6b4 staging: brcm80211: unifdef -UWLC_LOW_ONLY by Brett Rudley · 14 years ago
  71. 29efb1a staging: brcm80211: unifdef -UWLC_HIGH_ONLY by Brett Rudley · 14 years ago
  72. 2cb8ada staging: brcm80211: replaced PKTSETLEN macro by native __skb_trim call by Arend van Spriel · 14 years ago
  73. c303ecb staging: brcm80211: replace PKTPUSH and PKTPULL macros with native skbuff calls by Arend van Spriel · 14 years ago
  74. 2636111 staging: brcm80211: brcmfmac: cleanup bcmsdh_(un)register by Mike Rapoport · 14 years ago
  75. 5dc177d staging: brcm80211: brcmfmac: remove PCI SDIO controller binding by Mike Rapoport · 14 years ago
  76. 9376071 staging: brcm80211: nicpci.c: replace osl based PCI calls with native linux pci calls by Brett Rudley · 14 years ago
  77. e69284f staging: brcm80211: s/osl_t/struct osl_info/g by Brett Rudley · 14 years ago
  78. e6a12a0 staging: brcm80211: completely remove osl_pubinfo_t typedef by Brett Rudley · 14 years ago
  79. 1070137 staging: brcm80211: expose osl contents and start combining osl and pub_osl. by Brett Rudley · 14 years ago
  80. ae0d9eb staging: brcm80211: brcmfmac: remove PXA SDIO controller binding by Mike Rapoport · 14 years ago
  81. 5b93a8b staging: brcm80211: remove unused osl_pkt{get,free}_static by Mike Rapoport · 14 years ago
  82. a1dc08b7 staging: brcm80211: get rid of last bit of pci configspace workaround. by Brett Rudley · 14 years ago
  83. baebc16 staging: brcm80211: simplify pci_config_read/write osl routines. by Brett Rudley · 14 years ago
  84. 491acf0 Staging: Merge 2.6.37-rc2 into staging-next by Greg Kroah-Hartman · 14 years ago
  85. 06fc884 staging: brcm80211: Remove unused module parameters. by Brett Rudley · 14 years ago
  86. 34a488c Staging: Update parameters for cfg80211 key management operation by Ben Hutchings · 14 years ago
  87. 3b785a8 Staging: brcm80211: Remove unnecessary casts of void ptr returning alloc function return values by Jesper Juhl · 14 years ago
  88. d4fcdc6 Staging: brcmfmac: Fix MAC header lookup on 64-bit architectures by Ben Hutchings · 14 years ago
  89. 69ec303 staging: brcm80211: migrate #includes from headers into .c files. by Brett Rudley · 14 years ago
  90. 997dd24 staging: brcm80211: Remove pkttag from osl by Brett Rudley · 14 years ago
  91. df0d8bb staging: brcm80211: Remove 'failed' field from osh by Brett Rudley · 14 years ago
  92. 2578f7e Staging: brcm80211: simplify expression by Nicolas Kaiser · 14 years ago
  93. a28792e staging: brcm80211: Remove cruft from wlioctl.h by Brett Rudley · 14 years ago
  94. 9014378 staging: brcm80211: Remove OSL_ERROR entry point by Brett Rudley · 14 years ago
  95. 683ab51 staging: brcm80211: Remove dead code from osl.h by Brett Rudley · 14 years ago
  96. 8fb6b18 staging: brcm80211: Remove abstraction layer for dma alignment by Brett Rudley · 14 years ago
  97. 4766ae6 staging: brcm80211: purge epivers.h by Brett Rudley · 14 years ago
  98. eb81603 staging: brcm80211: Separate fullmac vs softmac defs in shared file by Brett Rudley · 14 years ago
  99. 7f7c3db staging: brcm80211: Move #include from bcmutils.h out to .c files by Brett Rudley · 14 years ago
  100. c6ac24e staging: brcm80211: Purge linuxver.h and redistribute #includes as required by Brett Rudley · 14 years ago