1. a8bdcd7 libertas: add simple copyback command callback by Dan Williams · 17 years ago
  2. 7ad994d libertas: clean up direct command handling by Dan Williams · 17 years ago
  3. b15152a libertas: don't run thread while firmware not yet ready by David Woodhouse · 17 years ago
  4. 4f82f5c libertas: switch to a waitqueue and timer for handling USB firmware load by David Woodhouse · 17 years ago
  5. c8ba39d libertas: improve reliability of firmware reloading on USB by David Woodhouse · 17 years ago
  6. 8552855f libertas: make rtap and normal modes mutually exclusive, clean up open/stop by David Woodhouse · 17 years ago
  7. 852e1f2 libertas: clean up is_command_allowed_in_ps() by Dan Williams · 17 years ago
  8. b31d8b9 libertas: remove pre_open_check() by David Woodhouse · 17 years ago
  9. 14e865b libertas: make lbs_cmd() usage nicer by Dan Williams · 17 years ago
  10. 4f67949 libertas: clean up lbs_interrupt() by David Woodhouse · 17 years ago
  11. 1309b55 libertas: add opaque extra argument to cmd callback function by David Woodhouse · 17 years ago
  12. b6b8abe libertas: fix use-after-free error by Holger Schurig · 17 years ago
  13. c3f9496 libertas: kill (IS,SET,UNSET)_MESH_FRAME. by David Woodhouse · 17 years ago
  14. 6f93a8e libertas: kill lbs_upload_tx_packet() by David Woodhouse · 17 years ago
  15. 7bf02c2 libertas: fix error cases in lbs_process_rxed_802_11_packet() by David Woodhouse · 17 years ago
  16. 180be75 libertas: remove unreachable code from process_rxed_802_11_packet() by David Woodhouse · 17 years ago
  17. 2eb188a libertas: Move actual transmission to main thread by David Woodhouse · 17 years ago
  18. b8d40bc libertas: refactor the 'should I sleep?' decision in lbs_thread() by David Woodhouse · 17 years ago
  19. 45c2490 libertas: free successfully transmitted skbs again by David Woodhouse · 17 years ago
  20. a97bcfe libertas: TX packet is radiotap iff it comes from rtap_dev by David Woodhouse · 17 years ago
  21. 121947c libertas: set dev_addr on rtap device by David Woodhouse · 17 years ago
  22. d9268fb libertas: stop using ieee80211 for radiotap device by David Woodhouse · 17 years ago
  23. 198cefb libertas: kill lbs_pre_start_xmit(), lib_mesh_pre_start_xmit() by David Woodhouse · 17 years ago
  24. a2b62dc libertas: clean up lbs_hard_start_xmit() by David Woodhouse · 17 years ago
  25. 8af23b2 libertas: kill lbs_process_tx() by merging it into lbs_hard_start_xmit() by David Woodhouse · 17 years ago
  26. a9bdce6 libertas: move lbs_hard_start_xmit() into tx.c by David Woodhouse · 17 years ago
  27. 6b4a7e0 libertas: kill SendSinglePacket() function. by David Woodhouse · 17 years ago
  28. 2abdc0b libertas: kill internal tx queue for PS mode by David Woodhouse · 17 years ago
  29. 020bb19 libertas: stop debugfs code looking at cmdpendingq by David Woodhouse · 17 years ago
  30. 6d35fdf libertas: cope with device which already has firmware loaded by David Woodhouse · 17 years ago
  31. a63b22b libertas: use lbs_host_to_card_done() in lbs_tx_timeout() by David Woodhouse · 17 years ago
  32. aa21c00 libertas: kill struct lbs_adapter by David Woodhouse · 17 years ago
  33. f86a93e libertas: kill TxLockFlag by David Woodhouse · 17 years ago
  34. e7deced libertas: fix lbs_rtap attribute in sysfs by David Woodhouse · 17 years ago
  35. 59f3e4b libertas: clean up lbs_thread() to make it slightly more readable by David Woodhouse · 17 years ago
  36. 448a51a libertas: switch lbs_cmd() to take a callback function pointer by David Woodhouse · 17 years ago
  37. ac47246 libertas: kill adapter->nr_cmd_pending by David Woodhouse · 17 years ago
  38. 99c893f libertas: Fix up error handling in lbs_setuserscan() by David Woodhouse · 17 years ago
  39. c12bdc4 libertas: Don't set IW_ENCODE_NOKEY when returning WEP keys. by David Woodhouse · 17 years ago
  40. c2df2ef libertas: endianness fixes by Holger Schurig · 17 years ago
  41. 1723047 libertas: Switch to using a callback function pointer for commands by David Woodhouse · 17 years ago
  42. 0856e68 libertas: when usb_submit_usb fails, include the error code in the printk by David Woodhouse · 17 years ago
  43. ffd074f libertas: implement new scanning logic by Holger Schurig · 17 years ago
  44. 83eacf2 libertas: Fix endianness in boot2_version handling. by David Woodhouse · 17 years ago
  45. f9f6890 libertas: Remove SET_BOOT2_VER support from the Big Switch Statement. by David Woodhouse · 17 years ago
  46. 04c80f1 libertas: Use lbs_cmd() for setting Boot2 version by David Woodhouse · 17 years ago
  47. 09d4fad libertas: fix data packet size errors by Holger Schurig · 17 years ago
  48. abe3ed1 libertas: don't cast a pointer to pointer of by Li Zefan · 17 years ago
  49. 6228c0a libertas: Byteswap cmdptr->size in lbs_cmd() by David Woodhouse · 17 years ago
  50. ad9de29 libertas: Zero 'pdata_size' field in cmd_ctrl_node reliably. by David Woodhouse · 17 years ago
  51. 2c94404 libertas: Move SET_BOOT2_VER command to if_usb where it belongs by David Woodhouse · 17 years ago
  52. 9088566 libertas: Don't claim to have checksummed incoming packets. by David Woodhouse · 17 years ago
  53. 675787e libertas: handy function to call firmware commands by Holger Schurig · 17 years ago
  54. 0d61d04 libertas: make more functions static by Holger Schurig · 17 years ago
  55. c68b3bbd libertas: remove cmd_ctrl_node->status by Holger Schurig · 17 years ago
  56. 891f32a libertas: remove cmd_ctrl_node->cmdflags by Holger Schurig · 17 years ago
  57. e775ed7 libertas: Consolidate lbs_host_to_card_done() function. by David Woodhouse · 17 years ago
  58. f5ece8f libertas: Remove cmd_oid from struct cmd_ctrl_node by David Woodhouse · 17 years ago
  59. 77d8cf2 libertas: Fix memory leak of RX skbs by David Woodhouse · 17 years ago
  60. 38d1b4c b43: Fix for broken transmission by Michael Buesch · 17 years ago
  61. 8ed7fc4 b43: Fix ofdmtab write regression by Michael Buesch · 17 years ago
  62. bb54244 iwlwifi: add missing comments by Tomas Winkler · 17 years ago
  63. 4fd1f84 iwlwifi: fix compliation warnings by Tomas Winkler · 17 years ago
  64. 0946687 iwlwifi: remove HT code from iwl-3945.h by Reinette Chatre · 17 years ago
  65. 2236761 orinoco: always use latest BSS info when caching scan results by Dan Williams · 17 years ago
  66. 2b1ea59 rt2x00: correct "skb_buff" typo by John W. Linville · 17 years ago
  67. 43fd6c7 rtl8187: fix tx power reading by Andrea Merello · 17 years ago
  68. 9ee1ba4 iwlwifi: 802.11n add support to 8K A-MSDU Rx frames by Ron Rindjunsky · 17 years ago
  69. 270243a iwlwifi: 802.11n comply HT rate scaling flows with mac80211 framework by Ron Rindjunsky · 17 years ago
  70. 67d6203 iwlwifi: 802.11n comply HT add station flow with mac80211 framework by Ron Rindjunsky · 17 years ago
  71. fd105e7 iwlwifi: 802.11n comply HT self configuration flow with mac80211 framework by Ron Rindjunsky · 17 years ago
  72. 8fb88032 iwlwifi: 802.11n handling probe request HT IE by Ron Rindjunsky · 17 years ago
  73. 326eeee iwlwifi: 802.11n configuring hw_mode parameters to support HT in A/G by Ron Rindjunsky · 17 years ago
  74. 9e0cc6d iwlwifi: 802.11n new framework structures preperation by Ron Rindjunsky · 17 years ago
  75. 923effd iwlwifi: 802.11n remove unnecessary config dependency by Ron Rindjunsky · 17 years ago
  76. 76bb77e iwlwifi: cache mac80211 conf setting during a hardware scan by Zhu Yi · 17 years ago
  77. a84fd34 iwlwifi: remove redundant declaration of 'iwl3945_priv' and 'iwl4965_priv' structs by Miguel Botón · 17 years ago
  78. d128394 iwlwifi: update version number to 1.2.22 by Zhu Yi · 17 years ago
  79. fde3571 iwlwifi: avoid firmware command sending if rfkill is enabled by Mohamed Abbas · 17 years ago
  80. 5c0eef9 iwlwifi: fix ucode assertion for RX queue overrun by Mohamed Abbas · 17 years ago
  81. 7878a5a iwlwifi: enhance WPA authenication stability by Mohamed Abbas · 17 years ago
  82. 2bdc703 iwlwifi: document 4965 rate scaling by Ben Cahill · 17 years ago
  83. 5296998 iwlwifi: add comments to Tx commands by Ben Cahill · 17 years ago
  84. 2054a00 iwlwifi: add comments to QOS and ADD_STA commands by Ben Cahill · 17 years ago
  85. 80cc0c3 iwlwifi: add comments to RXON command and txpower formats by Ben Cahill · 17 years ago
  86. 075416c iwlwifi: document command header and "alive" responses by Ben Cahill · 17 years ago
  87. e385144 iwlwifi: document 4965 Tx scheduler by Ben Cahill · 17 years ago
  88. 5d5456f iwlwifi: document shared Tx structures by Ben Cahill · 17 years ago
  89. 483fd7e iwlwifi: document Tx registers by Ben Cahill · 17 years ago
  90. 4d3cf5f iwlwifi: document Rx registers by Ben Cahill · 17 years ago
  91. aad1414 iwlwifi: document keep-warm buffer by Ben Cahill · 17 years ago
  92. 0c434c5 iwlwifi: document txpower calculations by Ben Cahill · 17 years ago
  93. 5991b41 iwlwifi: document temperature calculation by Ben Cahill · 17 years ago
  94. fcd427b iwlwifi: move HT_IE_EXT_CHANNEL_* driver definitions to iwl-4965.h by Ben Cahill · 17 years ago
  95. 14519a0 iwlwifi: move uCode API definitions to iwl-4965-commands.h by Ben Cahill · 17 years ago
  96. 2248d8d iwlwifi: clean up unused definitions in iwl-4965-hw.h by Ben Cahill · 17 years ago
  97. 9948b54 iwlwifi: Clean up unused definitions in iwl-3945-hw.h by Ben Cahill · 17 years ago
  98. 6440adb iwlwifi: add comments to iwl*-base.c by Cahill, Ben M · 17 years ago
  99. 8b6eaea iwlwifi: add comments, mostly on Tx queues by Cahill, Ben M · 17 years ago
  100. 74093dd iwlwifi: clean up some unused definitions in iwl-4965.h and iwl-3945.h by Ben Cahill · 17 years ago