1. 0d462bb mwl8k: add get_survey callback in order to get channel noise by John W. Linville · 14 years ago
  2. c96c31e drivers/net/wireless: Use wiphy_<level> by Joe Perches · 14 years ago
  3. 800f65b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-next-2.6 by John W. Linville · 14 years ago
  4. b603742 mwl8k: correct/silence sparse warnings by John W. Linville · 14 years ago
  5. 14599f1 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 14 years ago
  6. ba2d358 drivers/net: use __packed annotation by Eric Dumazet · 14 years ago
  7. 53b1b3e mwl8k: use the dma state API instead of the pci equivalents by FUJITA Tomonori · 15 years ago
  8. 8316324 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 15 years ago
  9. f5c044e mac80211: remove deprecated noise field from ieee80211_rx_status by John W. Linville · 15 years ago
  10. 3377d1b mwl8k: remove usage of deprecated noise value by John W. Linville · 15 years ago
  11. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  12. 4a35ecf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  13. cb4361c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  14. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 15 years ago
  15. e5868ba Add a pci-id to the mwl8k driver by Benjamin Larsson · 15 years ago
  16. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  17. 4a6967b mwl8k: convert to new station add/remove callbacks by Johannes Berg · 15 years ago
  18. 0466236 mwl8k: disable softirqs when accessing sta_notify_list by Pavel Roskin · 15 years ago
  19. 8ccbc3b mwl8k: remove get_tx_stats() mac80211 op by Kalle Valo · 15 years ago
  20. 56007a0 mac80211: wait for beacon before enabling powersave by Johannes Berg · 15 years ago
  21. a5fb297 mwl8k: update version number (to 0.12) and copyright by Lennert Buytenhek · 15 years ago
  22. ee0ddf1 mwl8k: enable multi-BSS AP operation by Lennert Buytenhek · 15 years ago
  23. aa21d0f6 mwl8k: post per-vif firmware commands as per-vif commands by Lennert Buytenhek · 15 years ago
  24. f57ca9c mwl8k: prepare for posting per-vif firmware commands by Lennert Buytenhek · 15 years ago
  25. f5bb87c mwl8k: convert the priv->vif pointer to a list of vifs by Lennert Buytenhek · 15 years ago
  26. 0695323 mwl8k: use firmware capability field to decide which bands to register by Lennert Buytenhek · 15 years ago
  27. 42574ea mwl8k: allow selecting 5 GHz channels by Lennert Buytenhek · 15 years ago
  28. 8707d02 mwl8k: handle 5 GHz legacy rate bitmaps in firmware commands by Lennert Buytenhek · 15 years ago
  29. 8547834 mwl8k: properly set receive status rate index on 5 GHz receive by Lennert Buytenhek · 15 years ago
  30. 4eae9ed mwl8k: add 5 GHz band channels and rates by Lennert Buytenhek · 15 years ago
  31. 1349ad2 mwl8k: move responsibility for initialising wiphy bands to GET_HW_SPEC by Lennert Buytenhek · 15 years ago
  32. 777ad37 mwl8k: rename 2.4 GHz band/channels/rates related variables from FOO to FOO_24 by Lennert Buytenhek · 15 years ago
  33. ca66527 mwl8k: add another 88w8366 PCI ID by Lennert Buytenhek · 15 years ago
  34. 657232b mwl8k: simplify sequence number assignment by Lennert Buytenhek · 15 years ago
  35. c97470d mwl8k: don't call SET_AID if we're not associated by Lennert Buytenhek · 15 years ago
  36. 9189c10 mwl8k: remove (mostly) write-only variable priv->current_channel by Lennert Buytenhek · 15 years ago
  37. c92d4ed mwl8k: update MODULE_FIRMWARE tags by Lennert Buytenhek · 15 years ago
  38. 67e2eb2 mwl8k: move receive processing to tasklet by Lennert Buytenhek · 15 years ago
  39. 1e9f9de3 mwl8k: keep TX_DONE interrupt masked while transmit reclaim is running by Lennert Buytenhek · 15 years ago
  40. efb7c49 mwl8k: allow limiting the amount of transmit reclaim done by Lennert Buytenhek · 15 years ago
  41. b64fe61 mwl8k: basic AP interface support by Lennert Buytenhek · 15 years ago
  42. a9e00b1 mwl8k: correctly set the mac_type field for AP SET_MAC_ADDR by Lennert Buytenhek · 15 years ago
  43. 3f5610f mwl8k: implement AP firmware station database maintenance by Lennert Buytenhek · 15 years ago
  44. 088aab8 mwl8k: add the AP version of USE_FIXED_RATE by Lennert Buytenhek · 15 years ago
  45. b71ed2c mwl8k: simplify mwl8k_cmd_use_fixed_rate() by Lennert Buytenhek · 15 years ago
  46. 62abd3c mwl8k: bump the transmit wait timeout to 5 seconds by Lennert Buytenhek · 15 years ago
  47. b569e92 mwl8k: undo transmit queue 0/1 swapping in mwl8k_cmd_set_edca_params() by Lennert Buytenhek · 15 years ago
  48. c2c2b12 mwl8k: minor cleanups by Lennert Buytenhek · 15 years ago
  49. 4f9b2a7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 15 years ago
  50. 341c979 mwl8k: pass GET_HW_SPEC capability bitmask up the stack by Lennert Buytenhek · 15 years ago
  51. a2292d8 mwl8k: trivial rx-only ampdu implementation by Lennert Buytenhek · 15 years ago
  52. 13935e2 mwl8k: pass in HT capabilities and rates when associating by Lennert Buytenhek · 15 years ago
  53. 610677d mwl8k: allow setting HT channels by Lennert Buytenhek · 15 years ago
  54. 9e1b17e mwl8k: add support for 88w8363 in STA mode by Lennert Buytenhek · 15 years ago
  55. c3cbbe8 mwl8k: fix changed flags handling in mwl8k_bss_info_changed() by Lennert Buytenhek · 15 years ago
  56. c6e9601 mwl8k: honor peer rate set by Lennert Buytenhek · 15 years ago
  57. a680400 mwl8k: move ->peer_id from mwl8k_vif to mwl8k_sta by Lennert Buytenhek · 15 years ago
  58. 0a11dfc mwl8k: remove mwl8k_vif::bssid, which is now useless by Lennert Buytenhek · 15 years ago
  59. bbfd912 mwl8k: handle station database update for AP's sta entry via ->sta_notify() by Lennert Buytenhek · 15 years ago
  60. 25d81b1 mwl8k: move struct peer_capability_info to its only user by Lennert Buytenhek · 15 years ago
  61. 9a2303b mwl8k: make the tx ring drain status messages somewhat more friendly by Lennert Buytenhek · 15 years ago
  62. 153458f mwl8k: prevent freeing free IRQ if ieee80211_register_hw() fails by Lennert Buytenhek · 15 years ago
  63. 9194223 mwl8k: bail out if there is no AP firmware image support for this chip by Lennert Buytenhek · 15 years ago
  64. 6976b66 mwl8k: update version number to 0.11 by Lennert Buytenhek · 15 years ago
  65. 90852f7 mwl8k: fix configure_filter() memory leak on error by Lennert Buytenhek · 15 years ago
  66. 1ed32e4 mac80211: remove struct ieee80211_if_init_conf by Johannes Berg · 15 years ago
  67. 7dc6a7a mwl8k: remove duplicate local per-vif copy of ieee80211_bss_conf by Lennert Buytenhek · 15 years ago
  68. 9747478 mwl8k: remove unused mwl8k_vif::priv by Lennert Buytenhek · 15 years ago
  69. 89a91f4 mwl8k: fix up AP vs. STA firmware image receive descriptor handling by Lennert Buytenhek · 15 years ago
  70. be695fc mwl8k: do rx/tx ring initialisation after loading firmware by Lennert Buytenhek · 15 years ago
  71. 22be40d mwl8k: get rid of the struct mwl8k_firmware abstraction by Lennert Buytenhek · 15 years ago
  72. 647ca6b mwl8k: add 2.4GHz channels 12, 13 and 14 by Lennert Buytenhek · 15 years ago
  73. 49eb691 mwl8k: initialize the mwl8k_info_tbl table using the MWL* enums by Lennert Buytenhek · 15 years ago
  74. e0493a8 mwl8k: inline qos field manipulation functions by Lennert Buytenhek · 15 years ago
  75. 74726e7 mwl8k: get rid of the AMSDU check in the transmit path by Lennert Buytenhek · 15 years ago
  76. 99200a99 mwl8k: hw is never NULL in mwl8k_set_radio_preamble() by Lennert Buytenhek · 15 years ago
  77. 55489b6 mwl8k: firmware command code cleanup by Lennert Buytenhek · 15 years ago
  78. 16cec43 mwl8k: don't complain about oversized beacons in FINALIZE_JOIN by Lennert Buytenhek · 15 years ago
  79. d1844d7 mwl8k: don't overwrite mwl8k_vif::bssid until after disassociation by Lennert Buytenhek · 15 years ago
  80. d8a8dd8 mwl8k: struct ieee80211_rx_status::qual is deprecated by Lennert Buytenhek · 15 years ago
  81. 3db95e5 mwl8k: don't forget to call pci_disable_device() by Lennert Buytenhek · 15 years ago
  82. 89b872e mwl8k: increase firmware loading timeouts by Lennert Buytenhek · 15 years ago
  83. 7e1112d mwl8k: allow more time for transmit rings to drain by Lennert Buytenhek · 15 years ago
  84. 0c9cc640 mwl8k: allow more time for firmware commands to complete by Lennert Buytenhek · 15 years ago
  85. 8e9f33f mwl8k: properly report rate on received 40MHz packets by Lennert Buytenhek · 15 years ago
  86. ca00930 mwl8k: fix addr4 zeroing and payload overwrite on DMA header creation by Lennert Buytenhek · 15 years ago
  87. 20f09c3 mwl8k: prevent corruption of QoS field on receive by Lennert Buytenhek · 15 years ago
  88. 140eb5e mwl8k: fix UPDATE_STADB command struct legacy_rates array length by Lennert Buytenhek · 15 years ago
  89. 0b5351a mwl8k: fix MCS bitmap size in SET_RATE command by Lennert Buytenhek · 15 years ago
  90. a0607fd drivers/net: request_irq - Remove unnecessary leading & from second arg by Joe Perches · 15 years ago
  91. 7e75b94 mwl8k: declare MODULE_FIRMWARE by Ben Hutchings · 15 years ago
  92. bcb628d mwl8k: use integral index instead of pointer for driver_data by John W. Linville · 15 years ago
  93. 6f6d1e9 mwl8k: add support for the 88w8366 by Lennert Buytenhek · 15 years ago
  94. 2e484c8 mwl8k: implement AP firmware EDCA parameter configuration by Lennert Buytenhek · 15 years ago
  95. 259a8e7 mwl8k: add AP firmware (mbss) handling to mwl8k_set_mac_addr() by Lennert Buytenhek · 15 years ago
  96. 5e4cf16 mwl8k: add AP firmware handling to ->start() by Lennert Buytenhek · 15 years ago
  97. c0adae2 mwl8k: add AP firmware handling to ->configure_filter() by Lennert Buytenhek · 15 years ago
  98. 08b0634 mwl8k: implement AP firmware antenna configuration by Lennert Buytenhek · 15 years ago
  99. 42fba21d mwl8k: add the commands used for AP firmware initialisation by Lennert Buytenhek · 15 years ago
  100. 04b147b1 mwl8k: rename mwl8k_cmd_get_hw_spec() to mwl8k_cmd_get_hw_spec_sta() by Lennert Buytenhek · 15 years ago