1. 77fa76b mac80211: set the AID field correctly for mesh peer frames by Rui Paulo · 15 years ago
  2. a6a58b4 mac80211: properly forward the RANN IE by Rui Paulo · 15 years ago
  3. d611f06 mac80211: update PERR frame format by Rui Paulo · 15 years ago
  4. 90a5e16 mac80211: implement RANN processing and forwarding by Rui Paulo · 15 years ago
  5. 41a2617 rt2x00: Fix typo in rf programming of rt2800lib. by Gertjan van Wingerde · 15 years ago
  6. e5d6eb8 mac80211: fix max HT rate processing on mac80211 by Luis R. Rodriguez · 15 years ago
  7. b34e620 rt2x00: fix some typos and punctuation in comments by Thadeu Lima de Souza Cascardo · 15 years ago
  8. 13b409c at76c50x-usb: Supply additional parameters to at76_start_monitor scan request by Jason Andryuk · 15 years ago
  9. a6ef92a at76c50x-usb: Remove mac2str and replace with %pM format specifier. by Jason Andryuk · 15 years ago
  10. 9c9a0d1 rt2x00: Update copyright statements. by Gertjan van Wingerde · 15 years ago
  11. 6aefbfa rt2500usb: remove dead link tuning code by Bartlomiej Zolnierkiewicz · 15 years ago
  12. 40beee5 rt2800usb: add eFuse EEPROM support by Bartlomiej Zolnierkiewicz · 15 years ago
  13. 30e8403 rt2800: add eFuse EEPROM support code to rt2800lib by Bartlomiej Zolnierkiewicz · 15 years ago
  14. 4116cb4 rt2800usb: fix RX descriptor naming by Bartlomiej Zolnierkiewicz · 15 years ago
  15. 4da2933 rt2800: unify rt2800*_probe_hw_mode() by Bartlomiej Zolnierkiewicz · 15 years ago
  16. f2b38cb rt2800: prepare for rt2800*_probe_hw_mode() unification by Bartlomiej Zolnierkiewicz · 15 years ago
  17. 726984b rt2800usb: reorganize code in rt2800usb_probe_hw_mode() by Bartlomiej Zolnierkiewicz · 15 years ago
  18. 4d685e5 rt2800pci: add missing RF values to rf_vals table by Bartlomiej Zolnierkiewicz · 15 years ago
  19. 38bd7b8 rt2800: unify EEPROM support code by Bartlomiej Zolnierkiewicz · 15 years ago
  20. 7ab7132 rt2800: prepare for unification of EEPROM support code by Bartlomiej Zolnierkiewicz · 15 years ago
  21. 863cc97 rt2x00: Remove deprecated ieee80211_rx_status->qual usage by Ivo van Doorn · 15 years ago
  22. a659868 rt2x00: Add dynamic detection of eFuse EEPROM in rt2800pci. by Gertjan van Wingerde · 15 years ago
  23. 748d451 ath9k_common: clarify and correct jumbogram processing by Luis R. Rodriguez · 15 years ago
  24. 165864d ath9k_common: remove ath9k_compute_qual() by Luis R. Rodriguez · 15 years ago
  25. db86f07 ath9k_common: add new module to share 802.11n driver helpers by Luis R. Rodriguez · 15 years ago
  26. c9b1417 ath9k: move RX skb post processing to a helper by Luis R. Rodriguez · 15 years ago
  27. dc1e001 ath5k: use the common->keymap by Luis R. Rodriguez · 15 years ago
  28. 7e86c10 ath9k: move driver keymap, keymax and splitmic to common by Luis R. Rodriguez · 15 years ago
  29. 1e875e9 ath9k: rename ath_rx_prepare() to ath9k_rx_skb_preprocess() by Luis R. Rodriguez · 15 years ago
  30. 2c74aa4 ath9k: move the max rx buffer size check to ath9k_rx_accept() by Luis R. Rodriguez · 15 years ago
  31. dd84978 ath5k: remove double cache alignment, ath_rxbuf_alloc() already does it by Luis R. Rodriguez · 15 years ago
  32. cc861f7 ath: move the rx bufsize to common to share with ath5k/ath9k by Luis R. Rodriguez · 15 years ago
  33. 0a45da7 ath9k: move the rx_stats->rs_datalen check to ath9k_rx_accept() by Luis R. Rodriguez · 15 years ago
  34. 5ca4262 ath9k: avoid the copy skb->cb on every RX'd skb by Luis R. Rodriguez · 15 years ago
  35. dbfc22d ath9k: move rssi processing into a helper by Luis R. Rodriguez · 15 years ago
  36. 21b2273 ath9k: move qual processing into a helper by Luis R. Rodriguez · 15 years ago
  37. 9878841 ath9k: move rate descriptor reading into a helper by Luis R. Rodriguez · 15 years ago
  38. 14077f5 ath9k: remove temp variable ratecode from ath_rx_prepare() by Luis R. Rodriguez · 15 years ago
  39. 207e968 ath9k: move RX check code into helper ath9k_rx_accept() by Luis R. Rodriguez · 15 years ago
  40. 712c13a ath9k: use the ieee80211_hw to get to an sband on ath_rx_prepare() by Luis R. Rodriguez · 15 years ago
  41. 3d536ac ath9k: move struct ath_ani to common area by Luis R. Rodriguez · 15 years ago
  42. 30cbd42 ath9k_hw: move ath_extend_tsf() to hw code to share as ath9k_hw_extend_tsf() by Luis R. Rodriguez · 15 years ago
  43. 26ab264 ath9k: do not pass the entire descriptor to ath_rx_prepare() by Luis R. Rodriguez · 15 years ago
  44. f52de03 ath9k: handle low buffer space for virtual wiphys by Luis R. Rodriguez · 15 years ago
  45. 5008f37 ath9k: use the right hw on ath_tx_setup_buffer() for HT by Luis R. Rodriguez · 15 years ago
  46. 76d5a9e ath9k: use correct hw for tx aggregation TX completion by Luis R. Rodriguez · 15 years ago
  47. 68a8911 ath9k: pass the ieee80211_hw on radio enable/disable by Luis R. Rodriguez · 15 years ago
  48. cee71d6 ath9k: use the passed ieee80211_hw on ath_rx_prepare() by Luis R. Rodriguez · 15 years ago
  49. b4afffc ath9k: simpify RX by calling ath_get_virt_hw() once by Luis R. Rodriguez · 15 years ago
  50. 1bdf6c3 ath9k: update hw configuration for virtual wiphys by Luis R. Rodriguez · 15 years ago
  51. 194b7c1 ath9k: fix listening to idle requests by Luis R. Rodriguez · 15 years ago
  52. f14543ee mac80211: implement support for 4-address frames for AP and client mode by Felix Fietkau · 15 years ago
  53. 8b78764 nl80211: add a parameter for using 4-address frames on virtual interfaces by Felix Fietkau · 15 years ago
  54. 1460dd1 mac80211: improve peer link management debugging by Rui Paulo · 15 years ago
  55. f3c0d88 mac80211: improve HWMP debugging by Rui Paulo · 15 years ago
  56. dbb81c4 mac80211: allow processing of more than one HWMP IE by Rui Paulo · 15 years ago
  57. 27db2e4 mac80211: add MAC80211_VERBOSE_MHWMP_DEBUG by Rui Paulo · 15 years ago
  58. 095de01 mac80211: update the format of path selection frames by Rui Paulo · 15 years ago
  59. 0938393 mac80211: update peer link management IE and action frames by Rui Paulo · 15 years ago
  60. 23c7a29 mac80211: fix typo in a comment by Rui Paulo · 15 years ago
  61. 8f2fda9 mac80211: implement the meshconf formation info field by Rui Paulo · 15 years ago
  62. a193521 mac80211: set MESH_TTL to 31 by Rui Paulo · 15 years ago
  63. 3491707 mac80211: update meshconf IE by Rui Paulo · 15 years ago
  64. ac9d1a7 rt2x00: Fix building of rt2800lib when rt2x00 driver is built-in. by Gertjan van Wingerde · 15 years ago
  65. 2015d19 rt2x00: Move interface type assignments to generic code. by Gertjan van Wingerde · 15 years ago
  66. f9ef602 drivers/net/wireless: correct check on CCS_START_NETWORK by Julia Lawall · 15 years ago
  67. 3e8b4d0 zd1211rw: declare MODULE_FIRMWARE by Ben Hutchings · 15 years ago
  68. e01b0e0 zd1201: declare MODULE_FIRMWARE by Ben Hutchings · 15 years ago
  69. 49f146d wl12xx: declare MODULE_FIRMWARE by Ben Hutchings · 15 years ago
  70. a830e65 prism54: declare MODULE_FIRMWARE by Ben Hutchings · 15 years ago
  71. 6f48d0e9 orinoco: declare MODULE_FIRMWARE by Ben Hutchings · 15 years ago
  72. 7e75b94 mwl8k: declare MODULE_FIRMWARE by Ben Hutchings · 15 years ago
  73. 790e756 libertas_tf_usb: declare MODULE_FIRMWARE by Ben Hutchings · 15 years ago
  74. a974a4b libertas: declare MODULE_FIRMWARE by Ben Hutchings · 15 years ago
  75. 328aca3 iwmc3200wifi: declare MODULE_FIRMWARE by Ben Hutchings · 15 years ago
  76. 873395a ipw2200: declare MODULE_FIRMWARE by Ben Hutchings · 15 years ago
  77. a278ea3 ipw2100: declare MODULE_FIRMWARE by Ben Hutchings · 15 years ago
  78. b98a032 atmel: declare MODULE_FIRMWARE by Ben Hutchings · 15 years ago
  79. 202982d at76c50x-usb: declare MODULE_FIRMWARE by Ben Hutchings · 15 years ago
  80. c286181 b43-pio: Fix RX error path for rev>=8 devices by Michael Buesch · 15 years ago
  81. 6a6a5c7 staging/wireless: don't build when NET etc. are not enabled by Randy Dunlap · 15 years ago
  82. 309e731 iwlwifi: MAC_ACCESS_REQ cleanup by Ben Cahill · 15 years ago
  83. f060fac iwlwifi: Fix issue on file transfer stalled in HT mode by Wey-Yi Guy · 15 years ago
  84. 8756990 iwlagn: update write pointers in iwl_irq_tasklet() by Ben Cahill · 15 years ago
  85. a7e6611 iwlwifi: Add comments about MAC_ACCESS_REQ by Ben Cahill · 15 years ago
  86. 2a3b793 iwlwifi: Update comments for struct iwl_ssid_ie by Ben Cahill · 15 years ago
  87. e585447 iwlwifi: speed up event log dumps by Ben Cahill · 15 years ago
  88. 84c4069 iwlwifi: Limit size of Event Log dump by Ben Cahill · 15 years ago
  89. 6762f07 iwlwifi: do not base station's sm_ps setting on AP by Wey-Yi Guy · 15 years ago
  90. 740e7f5 iwlwifi: drop non-production PCI-IDs by Wey-Yi Guy · 15 years ago
  91. 0924e519 iwlwifi: fix for channel switch by Wey-Yi Guy · 15 years ago
  92. 6819886 iwlwifi: add FIFO usage for 5000 by Johannes Berg · 15 years ago
  93. bed0a68 iwlwifi: remove un-used parameter by Wey-Yi Guy · 15 years ago
  94. 1a71655 iwlwifi: fix FIFO vs. queue confusion by Johannes Berg · 15 years ago
  95. a221e6f iwlwifi: don't double-activate queue 4 by Johannes Berg · 15 years ago
  96. 0748dc1 iwlwifi: no periodic Tx/IQ calibration for 6x00/6x50 series by Wey-Yi Guy · 15 years ago
  97. b23aa88 iwlwifi: use configured valid rx chain for scan by Shanyu Zhao · 15 years ago
  98. f1e3d7d iwlwifi: use only one chain for scan in PS by Shanyu Zhao · 15 years ago
  99. a643565 iwlwifi: print rx_on config to help debug by Wey-Yi Guy · 15 years ago
  100. a3b6bd5 iwlwifi: allocate 128 bytes linear buffer for rx skb by Zhu Yi · 15 years ago