1. 7c3c76a wl1271: Changed wl1271_sdio to be selectable only on ARM by Teemu Paasikivi · 15 years ago
  2. 6f6b5d4 wl1271: Remove tx-power level workaround by Juuso Oikarinen · 15 years ago
  3. 0a34332 wl1271: Disable host TX rate control by Juuso Oikarinen · 15 years ago
  4. 04e36fc wl1271: Clean up TX security sequence number handling by Juuso Oikarinen · 15 years ago
  5. 5c9417f wl1271: Clean up firmware block allocation calculation by Juuso Oikarinen · 15 years ago
  6. ac5e1e3 wl1271: Update TX packet life time handling with higher resolution time by Juuso Oikarinen · 15 years ago
  7. 1e73eb6 wl1271: Implement looped IRQ handling by Juuso Oikarinen · 15 years ago
  8. 4aa0591 wl1271: Don't mask interrupts while handling interrupt by Juuso Oikarinen · 15 years ago
  9. 295cc0b wl1271: Aggregate RX acknowledgements to FW by Juuso Oikarinen · 15 years ago
  10. 18f8d46 wl1271: Remove annoying PSM entry/exit kernel traces by Juuso Oikarinen · 15 years ago
  11. 06f7bc7 wl1271: Fix queue stopping/waking for TX path by Juuso Oikarinen · 15 years ago
  12. 1530549 wl1271: Fix ad-hoc mode neighborhood detection by Juuso Oikarinen · 15 years ago
  13. ffb591c wl1271: Improvements to the TX path by Juuso Oikarinen · 15 years ago
  14. 93c5bb6 wl1271: don't get received frames from hardware in PLT mode by Kalle Valo · 15 years ago
  15. 49d7f6d wl1271: Fixed unloading of the wl1271_sdio module by Teemu Paasikivi · 15 years ago
  16. 09a9c2b wl1271: Changed access to fw status register to use raw read by Teemu Paasikivi · 15 years ago
  17. 5129dff wl1271: Initial SDIO implementation by Teemu Paasikivi · 15 years ago
  18. 50b3eb4 wl1271: Divided driver to two separate modules by Teemu Paasikivi · 15 years ago
  19. 760d969 wl1271: Removed wl1271_spi.h and made some functions static by Teemu Paasikivi · 15 years ago
  20. b42f91b wl1271: Inlined IO functions by Teemu Paasikivi · 15 years ago
  21. 8197b71 wl1271: Implemented abstraction of IO functions. by Teemu Paasikivi · 15 years ago
  22. 54f7e50 wl1271: Added functions to enable/disable interrupt handling by Teemu Paasikivi · 15 years ago
  23. 2d5e82b wl1271: Moved module basics to wl1271_spi.c by Teemu Paasikivi · 15 years ago
  24. c332a4b wl1271: Added alloc and free hw functions by Teemu Paasikivi · 15 years ago
  25. 9b28072 wl1271: Added IO reset and init functions by Teemu Paasikivi · 15 years ago
  26. 7b048c5 wl1271: Renamed IO functions by Teemu Paasikivi · 15 years ago
  27. 521a5b2 wl1271: Moved common IO functions from wl271_spi.c to wl1271_io.c by Teemu Paasikivi · 15 years ago
  28. c8c9087 wl1271: add testmode support by Kalle Valo · 15 years ago
  29. 1937e74 wl1271: Fix beacon filter table configuration by Juuso Oikarinen · 15 years ago
  30. 8bf29b0 wl1271: Fix ad-hoc SSID update by Juuso Oikarinen · 15 years ago
  31. ee444cf wl1271: Fix WEP key handling by Juuso Oikarinen · 15 years ago
  32. fddc7dd wl1271: Fix key-remove error by Juuso Oikarinen · 15 years ago
  33. 6c71b0e wl1271: Optimized RX path packet retrieval by Juuso Oikarinen · 15 years ago
  34. c82c1dd wl1271: wakeup chip in op_conf_tx() by Kalle Valo · 15 years ago
  35. e2e77b5 wl1271: Fix random MAC address setting by Juuso Oikarinen · 15 years ago
  36. 6f8434a wl1271: skip 3 unused bytes from the NVS by Luciano Coelho · 15 years ago
  37. 12419cce wl1271: add most of the normal initialization commands to PLT mode by Luciano Coelho · 15 years ago
  38. 7b21b6f wl1271: Retrieve device mac address from the nvs file by Juuso Oikarinen · 15 years ago
  39. 152ee6e wl1271: Use NVS INI file configuration by Juuso Oikarinen · 15 years ago
  40. c6999d8 wl1271: implement WMM by Kalle Valo · 15 years ago
  41. f2054df wl1271: modify wl1271_acx_tid_cfg() to use function parameters by Kalle Valo · 15 years ago
  42. 243eeb5 wl1271: modify wl1271_acx_ac_cfg() to use function parameters by Kalle Valo · 15 years ago
  43. 30240fc wl1271: Add SSID configuration for JOIN in ad-hoc by Juuso Oikarinen · 15 years ago
  44. ddb01a5 wl1271: Fix channel changing code by Juuso Oikarinen · 15 years ago
  45. d8c42c0 wl1271: Fix PSM entry by Juuso Oikarinen · 15 years ago
  46. 8535949 wl1251: fix txop unit by Kalle Valo · 15 years ago
  47. 56007a0 mac80211: wait for beacon before enabling powersave by Johannes Berg · 15 years ago
  48. ececeec wl1271: remove unused flags by Luis R. Rodriguez · 15 years ago
  49. 4ff6ffa wl1251: add U-APSD support by Kalle Valo · 15 years ago
  50. 8f8ff916 wl1251: create qos null data template by Kalle Valo · 15 years ago
  51. 80a112f wl1251: fix sleep related error paths in wl1251_op_bss_info_changed() by Kalle Valo · 15 years ago
  52. dc52f0a wl1251: use mac80211 provided channel parameters in scanning by Kalle Valo · 15 years ago
  53. e477c56 wl1251: get probe request template from mac80211 by Kalle Valo · 15 years ago
  54. 3a98c30 wl1251: cleanup scanning code by Kalle Valo · 15 years ago
  55. f7f7057 wl1251: get PS Poll and Nullfunc templates from mac80211 by Kalle Valo · 15 years ago
  56. 5163363 wl1271: fix timeout in wl1271_top_reg_read by Juha Leppanen · 15 years ago
  57. 891dc5e Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 15 years ago
  58. 1ed32e4 mac80211: remove struct ieee80211_if_init_conf by Johannes Berg · 15 years ago
  59. 8f648c0 wl1271: Prevent performing "join" before association by Juuso Oikarinen · 15 years ago
  60. 04477bf wl1271: Check vif for NULL when indicating beacon-loss by Juuso Oikarinen · 15 years ago
  61. 38ad2d8 wl1271: Add support for acx_pm_config by Juuso Oikarinen · 15 years ago
  62. 71449f8 wl1271: Change booleans in struct wl1271 into a flags bitmask by Juuso Oikarinen · 15 years ago
  63. 830fb67 wl1271: Fix supported rate management by Juuso Oikarinen · 15 years ago
  64. ec078d9 wl1271: Change rates configured for templates by Juuso Oikarinen · 15 years ago
  65. e0d8bbf wl1271: Add rudimentary ad-hoc support by Juuso Oikarinen · 15 years ago
  66. 26a63f6 wl1271: Remove beacon-loss-ind from PSM entry failure handling by Juuso Oikarinen · 15 years ago
  67. 01ac17e wl1271: Add pre-power-on sleep by Juuso Oikarinen · 15 years ago
  68. 9ccd921 wl1271: Implement chipset boot retry by Juuso Oikarinen · 15 years ago
  69. af5e084 wl1271: prevent power save entry while not associated by Juuso Oikarinen · 15 years ago
  70. 13f2dc5 wl1271: Fix event acknowledging functionality by Juuso Oikarinen · 15 years ago
  71. a6fe231 wl1271: Use slow rates for association messages by Juuso Oikarinen · 15 years ago
  72. 018b171 wl1271: Remove smart reflex ACX by Juuso Oikarinen · 15 years ago
  73. 149e387 wl1271: Configure smart-reflex paramter values. by Juuso Oikarinen · 15 years ago
  74. 9421089 wl1271: use channel 1 when configuring the data path by Luciano Coelho · 15 years ago
  75. 3ed8f2c wl1271: some new configuration values according to new reference by Luciano Coelho · 15 years ago
  76. 8cf5e8e wl1271: upload only the first 468 bytes from the NVS file by Luciano Coelho · 15 years ago
  77. 98b2a68 wl1271: add gpio_power file in debugfs to power the chip on and off by Luciano Coelho · 15 years ago
  78. 1b38ea8 wl1271: fix one typo in the rx_rssi_and_proc_compens values by Luciano Coelho · 15 years ago
  79. 6e92b41 wl1271: implement dco itrim parameters setting by Luciano Coelho · 15 years ago
  80. ac9b40f wl1271: use the correct macro when setting the basic rates by Luciano Coelho · 15 years ago
  81. bdcbbb9 wl1271: set null data template when BSSID is known by Luciano Coelho · 15 years ago
  82. cd26476 wl1271: check result code from the join command by Luciano Coelho · 15 years ago
  83. a2d0e3f wl1271: limit TX power to 25dBm for every channel by Luciano Coelho · 15 years ago
  84. 9cf25fe wl1271: remove workaround for disconnection by Luciano Coelho · 15 years ago
  85. c7f43e4 wl1271: use join command with dummy BSSID by Luciano Coelho · 15 years ago
  86. cf18be4 wl1271: added radio parameters configuration values newer firmwares by Luciano Coelho · 15 years ago
  87. a3e8484 wl1271: update radio and general parameters values by Luciano Coelho · 15 years ago
  88. 76c0f8d wl1271: updated general parameters structure for newer firmwares by Luciano Coelho · 15 years ago
  89. 937a67e wl1271: updated radio parameters structure for newer firmwares by Luciano Coelho · 15 years ago
  90. e8a4a6d wl1251: timeout one too soon in wl1251_boot_run_firmware() by Roel Kluin · 15 years ago
  91. befabac wl1271_cmd.c: cleanup char => u8 by Dan Carpenter · 15 years ago
  92. ea1e4b8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 15 years ago
  93. da2fb4e wl1251: enable WMM by Kalle Valo · 15 years ago
  94. 46cb35f wl1251: update tx_hdr when aliging skb in tx by Kalle Valo · 15 years ago
  95. 49e1b9f wl1251: implement WMM by Kalle Valo · 15 years ago
  96. 27336f1 wl1251: implement wl1251_acx_tid_cfg() by Kalle Valo · 15 years ago
  97. 86dff7a wl1251: implement acx_ac_cfg to configure hardware queues by Kalle Valo · 15 years ago
  98. cdd1e9a wl1251: use __dev_alloc_skb() on RX by Kalle Valo · 15 years ago
  99. 7fa6282 wl1251: simplify ELP wakeup time calculation by Kalle Valo · 15 years ago
  100. b5a1679 wl1251: reduce ELP wakeup timeout by Kalle Valo · 15 years ago