1. ffa216b brcmfmac: Fix brcmf_chip_ai_coredisable not applying reset bits to BCMA_IOCTL by Hans de Goede · 10 years ago
  2. 96da266 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 10 years ago
  3. 87b7e9e brcmfmac: use mfp if required from user-space by Daniel Kim · 10 years ago
  4. 04f58c8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  5. 67b3bd4 brcmfmac: fallback to mimo_bw_cap for older firmwares by Arend van Spriel · 10 years ago
  6. 4d1a4f1 brcmfmac: only show error message when brcmf_sdiod_regrw_helper() fails by Arend van Spriel · 10 years ago
  7. 58e9df4 brcmfmac: reinit watchdog completion after handling watchdog by Arend van Spriel · 10 years ago
  8. d235367 brcmfmac: Enable 40MHz bandwidth in 2GHz band and OBSS scanning operations by Daniel Kim · 10 years ago
  9. 967fe2c brcmfmac: remove mode field from brcmf_cfg80211_vif structure by Arend van Spriel · 10 years ago
  10. 8a385ba brcmfmac: assure active clock request upon entering SLEEP state by Arend van Spriel · 10 years ago
  11. 63dd99e brcmfmac: Improve scanning settings for connect. by Hante Meuleman · 10 years ago
  12. fed7ec4 brcmfmac: Protect tx seq number for data and control by Hante Meuleman · 10 years ago
  13. a797ca1 brcmfmac: add BCM4354 SDIO interface support by Franky Lin · 10 years ago
  14. c2d23c7 brcmfmac: Make probe function __init by Jean Delvare · 10 years ago
  15. 2dc3a8e brcmfmac: fix skb leak in brcmf_sdio_txpkt_prep_sg error path. by Dave Jones · 10 years ago
  16. 5cbb9c2 brcmfmac: Use atomic functions for intstatus update. by Hante Meuleman · 10 years ago
  17. 561e722 Revert "brcmfmac: Use atomic functions for intstatus update." by Arend van Spriel · 10 years ago
  18. f3b6a48 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 10 years ago
  19. 3e3831c brcmfmac: reset suspend flag upon sdio suspend failure by Arend van Spriel · 10 years ago
  20. af1fa21 brcmfmac: use pre-allocated scatter-gather table for txglomming by Arend van Spriel · 10 years ago
  21. 4aca7a1 brcmfmac: Correct mcs index report by Daniel Kim · 10 years ago
  22. 81c7883 brcmfmac: Put frame sdio tx error handling in sub function. by Hante Meuleman · 10 years ago
  23. c98db0b brcmfmac: Use atomic functions for intstatus update. by Hante Meuleman · 10 years ago
  24. b6a8cf2 brcmfmac: Small cleanup of redundant code. by Hante Meuleman · 10 years ago
  25. 6f6c195 brcmfmac: Remove immediate sleep support from SDIO. by Hante Meuleman · 10 years ago
  26. 71abdc0 brcmfmac: Minimize SDIO dpc scheduling. by Hante Meuleman · 10 years ago
  27. 05c2c76 brcmfmac: de-init driver layers in correct order. by Hante Meuleman · 10 years ago
  28. 47ab4cd brcmfmac: Correct header debug dump for sdio tx hdrs. by Hante Meuleman · 10 years ago
  29. 44ff566 brcmfmac: remove unused variable data_len from brcmf_sdio_bus_txdata() by Arend van Spriel · 10 years ago
  30. 5aa9f0e brcmfmac: fix use of skb control buffer in SDIO driver part by Arend van Spriel · 10 years ago
  31. 68ca395 brcmfmac: Make firmeware roaming a module param. by Hante Meuleman · 10 years ago
  32. 1eb4301 brcmfmac: fix txglomming scatter-gather packet transfers by Arend van Spriel · 10 years ago
  33. 2da5cb29 brcmfmac: CR4 takes precedence over CM3 in brcmf_chip_enter_download() by Arend van Spriel · 10 years ago
  34. 787eb03 brcmfmac: correct setting of WEP broadcast/unicast keys by Daniel Kim · 10 years ago
  35. 4aa2c47 brcmfmac: get chip core information from the device by Arend van Spriel · 10 years ago
  36. c5a9f3c brcmfmac: remove unintended error logging by Arend van Spriel · 10 years ago
  37. 82030d6 brcmfmac: remove TRACE level debug message from brcmf_sdio_bus_sleep() by Arend van Spriel · 10 years ago
  38. cb7cf7b brcmfmac: make chip related functions host interface independent by Arend van Spriel · 10 years ago
  39. e0c180e brcmfmac: on sdio remove first detach bus then stop worker. by Hante Meuleman · 10 years ago
  40. f9951c1 brcmfmac: simplify sdio code download routine. by Hante Meuleman · 10 years ago
  41. 79c868e brcmfmac: fix sdio sending of large buffers. by Hante Meuleman · 10 years ago
  42. 20c9c9b brcmfmac: rename sdio_chip.[ch] by Arend van Spriel · 10 years ago
  43. 65d80d0 brcmfmac: move SDIO specific functions by Arend van Spriel · 10 years ago
  44. 0801e6c brcmfmac: enable firmware console logging functionality by Daniel Kim · 10 years ago
  45. 0b0acd8 brcmfmac: add owner info to sdio_driver structure by Franky Lin · 10 years ago
  46. 9ee66d1 brcmfmac: expand sta info to report dtim and beacon period. by Hante Meuleman · 10 years ago
  47. fe94f3a cfg80211: fix channel configuration in IBSS join by Antonio Quartulli · 10 years ago
  48. 4b5800f cfg80211: make connect ie param const by Johannes Berg · 11 years ago
  49. 7916a07 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 11 years ago
  50. bb35071 brcmfmac: handle SDIO card removal by Arend van Spriel · 11 years ago
  51. 2668b0b brcmfmac: initialize escan function pointer during scheduled scan by Arend van Spriel · 11 years ago
  52. 9cf218f brcmfmac: rename chip and core related structures by Arend van Spriel · 11 years ago
  53. c805eeb brcmfmac: restructure brcmf_sdio_chip_recognition() by Arend van Spriel · 11 years ago
  54. 3355650 brcmfmac: rework firmware download code by Arend van Spriel · 11 years ago
  55. 5303626 brcmfmac: update core reset and disable routines. by Hante Meuleman · 11 years ago
  56. a74d036 brcmfmac: Create common nvram parsing routines. by Hante Meuleman · 11 years ago
  57. 235f939 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 11 years ago
  58. 11e69c3 brcmfmac: add support for bcm43362 device by Arend van Spriel · 11 years ago
  59. 6e08d75 mmc: add SDIO identifiers for Broadcom WLAN devices by Arend van Spriel · 11 years ago
  60. 9df4d54 brcmfmac: use custom destructor callback for all netdevice interfaces by Arend van Spriel · 11 years ago
  61. e147995 brcmfmac: call brcmf_cfg80211_detach() after removal of interfaces by Arend van Spriel · 11 years ago
  62. 427dec5 brcmfmac: move wiphy_unregister() call to brcmf_cfg80211_detach() by Arend van Spriel · 11 years ago
  63. 43dffbc brcmfmac: inform cfg80211 when changing the CONNECTED state by Arend van Spriel · 11 years ago
  64. 76a4c68 brcmfmac: only disable clock when brcmf_sdio_bus_init() fails by Arend van Spriel · 11 years ago
  65. d6ae2c5 brcmfmac: enable watchdog when bus initialization is complete by Arend van Spriel · 11 years ago
  66. 3bd44d9 brcmfmac: correct detection of save&restore device capability by Arend van Spriel · 11 years ago
  67. af35f55 brcmfmac: add sdio drive strength programming for bcm4334 chipset by Arend van Spriel · 11 years ago
  68. 2375d97 brcmfmac: correct reporting HT40 support in wiphy htcap by Arend van Spriel · 11 years ago
  69. fad1322 brcmfmac: cleanup helper functions in sdio probe path by Arend van Spriel · 11 years ago
  70. bfad4a0 brcmfmac: cleanup helper functions in sdio remove path by Arend van Spriel · 11 years ago
  71. d453399 brcmfmac: Limit control message length from host to device. by Hante Meuleman · 11 years ago
  72. 75b39dd brcmfmac: Remove some obsolete definitions and variables. by Hante Meuleman · 11 years ago
  73. 71c60cf brcmfmac: rework SDIO register access functions by Arend van Spriel · 11 years ago
  74. 4ad77ac net: wireless: brcm80211: Drop debug version with build date/time by Josh Triplett · 11 years ago
  75. 55d1cad Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 11 years ago
  76. ad86c55 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 11 years ago
  77. 692e516 wireless: slight optimization of addr compare by dingtianhong · 11 years ago
  78. fa9ffc7 cfg80211: Add support for QoS mapping by Kyeyoon Park · 11 years ago
  79. 36c4e7e brcmfmac: clarify struct brcmf_sdio_dev::func[0] reference by Arend van Spriel · 11 years ago
  80. 9fbe2a6 brcmfmac: remove brcmf_sdio_disconnect() function by Arend van Spriel · 11 years ago
  81. 82d7f3c brcmfmac: use consistent function names in dhd_sdio.c by Arend van Spriel · 11 years ago
  82. 7b8a466 brcmfmac: Combine protocol push hdr and bus txdata. by Hante Meuleman · 11 years ago
  83. 943258b brcmfmac: Add definition of new protocol layer msgbuf. by Hante Meuleman · 11 years ago
  84. 9ecf51c brcmfmac: Fix hex dump for FWIL. by Hante Meuleman · 11 years ago
  85. 8141083 brcmfmac: Move common BCDC code in single function. by Hante Meuleman · 11 years ago
  86. a7cdd82 brcmfmac: reduce function parameters in sdio send/receive calls by Arend van Spriel · 11 years ago
  87. a39be27 brcmfmac: use consistent function names in bcmsdh.c by Arend van Spriel · 11 years ago
  88. 6043033 brcmfmac: remove brcmf_sdio_wdtimer_enable() function by Arend van Spriel · 11 years ago
  89. 964ec1c brcmfmac: get rid of some void pointer parameters by Arend van Spriel · 11 years ago
  90. 4744d16 brcmfmac: remove regs parameter from sdio probe functions by Arend van Spriel · 11 years ago
  91. 1cee05e brcmfmac: remove brcmf_sdio_regrw_helper() from header file by Arend van Spriel · 11 years ago
  92. 71370eb brcmfmac: use sdio functions to enable/disable F2 by Arend van Spriel · 11 years ago
  93. 463c30b brcmfmac: remove unused struct brcmf_sdio_dev::func_cis_ptr attribute by Arend van Spriel · 11 years ago
  94. e49b06b brcmfmac: remove unnecessary function prototypes by Arend van Spriel · 11 years ago
  95. e2dc9ee brcmfmac: combine bcmsdh source files into one by Arend van Spriel · 11 years ago
  96. 4d5504e brcmfmac: add missing curly braces in brcmf_fws_txstatus_suppressed() by Arend van Spriel · 11 years ago
  97. e08fd97 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 11 years ago
  98. 4b074b0 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 11 years ago
  99. 7d68849 brcmfmac: expose chip information through debugfs by Arend van Spriel · 11 years ago
  100. 01376a0 brcmfmac: move firmware event related defines to fweh.h by Arend van Spriel · 11 years ago