1. 4269a93 ath6kl: make net_device_ops const by Stephen Hemminger · 13 years ago
  2. 982767b ath6kl: Change ielen in ath6kl_add_new_sta() from u8 to size_t by Vasanthakumar Thiagarajan · 13 years ago
  3. 3d6aba2 ath6kl: Remove deadcode in main.c by Vasanthakumar Thiagarajan · 13 years ago
  4. 80abaf9 ath6kl: Implement ndo_set_rx_mode() by Vasanthakumar Thiagarajan · 13 years ago
  5. 792ecb3 ath6kl: Remove redundant key_index check. by Vivek Natarajan · 13 years ago
  6. bc48ad3 ath6kl: Support for TCP checksum offload to firmware by Rishi Panjwani · 13 years ago
  7. 7125f01 ath6kl: implement ath6kl_cfg80211_stop_all() by Kalle Valo · 13 years ago
  8. ed8491a ath6kl: call ath6kl_cfg80211_stop() from ath6kl_close() by Kalle Valo · 13 years ago
  9. 4703290 ath6kl: Use delayed key configuration for WAPI in AP mode by Jouni Malinen · 13 years ago
  10. 293badf ath6kl: add name field to struct ath6kl_hw by Kalle Valo · 13 years ago
  11. c711149 ath6kl: move diag commands to hif driver by Kalle Valo · 13 years ago
  12. 30677ae ath6kl: Indicate WAPI IE from (Re)Association Request frame by Dai Shuibing · 13 years ago
  13. f4bb9a6 ath6kl: Fix key configuration to copy at most seq_len from seq by Jouni Malinen · 13 years ago
  14. cf97fa9 ath6kl: don't power down hardware when interface is down by Kalle Valo · 13 years ago
  15. 11f6e40 ath6kl: Fix lockdep warning by Vasanthakumar Thiagarajan · 13 years ago
  16. 52d81a6 ath6kl: implement ath6kl_cfg80211_suspend() by Kalle Valo · 13 years ago
  17. ec4b7f6 ath6kl: create ath6kl_cfg80211_stop() by Kalle Valo · 13 years ago
  18. 1c17d31 ath6kl: add aborted parameter to ath6kl_cfg80211_scan_complete_event() by Kalle Valo · 13 years ago
  19. 6846934 ath6kl: fix WLAN_ENABLE usage in ath6kl_close() by Kalle Valo · 13 years ago
  20. 5fe4dff ath6kl: power down hardware when interface is down by Kalle Valo · 13 years ago
  21. d23ace7 ath6kl: remove unused debug levels by Kalle Valo · 13 years ago
  22. f2f9219 ath6kl: move all credit distribution code to htc.c by Kalle Valo · 13 years ago
  23. 3c37039 ath6kl: rename struct htc_credit_state_info to ath6kl_htc_credit_info by Kalle Valo · 13 years ago
  24. fa99e96 ath6kl: use ath6kl prefix in credit functions by Kalle Valo · 13 years ago
  25. 2792972 ath6kl: Use the other variant of netdev (un)register APIs by Vasanthakumar Thiagarajan · 13 years ago
  26. 990bd91 ath6kl: Maintain virtual interface in a list by Vasanthakumar Thiagarajan · 13 years ago
  27. 478ac02 ath6kl: Introduce spinlock to protect vif specific information by Vasanthakumar Thiagarajan · 13 years ago
  28. d66ea4f ath6kl: Store hw mac address in struct ath6kl by Vasanthakumar Thiagarajan · 13 years ago
  29. 6765d0a ath6kl: Use interface index from wmi data headr by Vasanthakumar Thiagarajan · 13 years ago
  30. 6db8fa5 ath6kl: Refactor ath6kl_destroy() by Vasanthakumar Thiagarajan · 13 years ago
  31. e29f25f ath6kl: Cleanup parameters in ath6kl_init_control_info() and ath6kl_init_profile_info() by Vasanthakumar Thiagarajan · 13 years ago
  32. 28ae58d ath6kl: Remove net_device from ath6kl by Vasanthakumar Thiagarajan · 13 years ago
  33. 240d279 ath6kl: Take vif information from wmi event by Vasanthakumar Thiagarajan · 13 years ago
  34. 334234b ath6kl: Maintain firmware interface index in struct ath6kl_vif by Vasanthakumar Thiagarajan · 13 years ago
  35. b95907a ath6kl: Make net and target stats vif specific by Vasanthakumar Thiagarajan · 13 years ago
  36. cf5333d ath6kl: Move few more vif specific information to struct ath6kl_vif by Vasanthakumar Thiagarajan · 13 years ago
  37. 14ee6f6 ath6kl: Move scan_req info and sme_state to vif by Vasanthakumar Thiagarajan · 13 years ago
  38. de3ad71 ath6kl: Move disconnect timer to vif structure by Vasanthakumar Thiagarajan · 13 years ago
  39. 2132c69 ath6kl: Move aggregation information to vif structure by Vasanthakumar Thiagarajan · 13 years ago
  40. 6f2a73f ath6kl: Move key information to vif structure by Vasanthakumar Thiagarajan · 13 years ago
  41. f74bac5 ath6kl: Move channel information to vif structure by Vasanthakumar Thiagarajan · 13 years ago
  42. 8c8b65e ath6kl: Move bssid information to vif structure by Vasanthakumar Thiagarajan · 13 years ago
  43. f5938f2 ath6kl: Move nw_type to vif structure by Vasanthakumar Thiagarajan · 13 years ago
  44. 3450334 ath6kl: Move ssid and crypto information to vif structure by Vasanthakumar Thiagarajan · 13 years ago
  45. 59c9844 ath6kl: Define interface specific states by Vasanthakumar Thiagarajan · 13 years ago
  46. be98e3a ath6kl: Keep wiphy reference in ath6kl structure by Vasanthakumar Thiagarajan · 13 years ago
  47. aa6cffc ath6kl: make sure WLAN power save is enabled during suspend by Chilam Ng · 13 years ago
  48. 151bd30 ath6kl: Replace spin_lock_irqsave with spin_lock_bh by Vasanthakumar Thiagarajan · 13 years ago
  49. 551185c ath6kl: Update BSS information after connection by Jouni Malinen · 13 years ago
  50. 3b25ed1 ath6kl: Remove unnecessary node table update on disconnect event by Jouni Malinen · 13 years ago
  51. 64b834d ath6kl: Remove RSSI update for internal node table by Jouni Malinen · 13 years ago
  52. 151411e ath6kl: Fix static WEP configuration in AP mode by Jouni Malinen · 13 years ago
  53. 572e27c ath6kl: Fix AP mode connect event parsing and TIM updates by Jouni Malinen · 13 years ago
  54. f9ea075 ath6kl: Fix endianness in register write by Vasanthakumar Thiagarajan · 13 years ago
  55. 38c35ff ath6kl: Make ath6kl_diag_write32() non-static by Vasanthakumar Thiagarajan · 13 years ago
  56. b142b91 ath6kl: Fix endianness in requesting chip register read by Vasanthakumar Thiagarajan · 13 years ago
  57. bc07ddb ath6kl: read fwlog from firmware ring buffer by Kalle Valo · 13 years ago
  58. addb44b ath6kl: cleanup diagnose window read and write functions by Kalle Valo · 13 years ago
  59. 003353b0d ath6kl: add testmode support by Kalle Valo · 13 years ago
  60. a587526 ath6kl: Do not clear CONNECT bit setting in AP mode for STA disconnect by Edward Lu · 13 years ago
  61. 9a5b131 ath6kl: Delay initial group key setup in AP mode by Jouni Malinen · 13 years ago
  62. 3c774bb ath6kl: Fix AP mode (Re)AssocReq IE processing by Jouni Malinen · 13 years ago
  63. abcb344 ath6kl: implement suspend support by Kalle Valo · 14 years ago
  64. 1df94a8 ath6kl: Fix buffer alignment for scatter-gather I/O by Vasanthakumar Thiagarajan · 14 years ago
  65. 31024d9 ath6kl: Add beginning of AR6004 initialisation support by Kevin Fang · 14 years ago
  66. ad226ec ath6kl: fix function name conflicts with ath9k by Kalle Valo · 14 years ago
  67. 575b5f3 ath6kl: Use bit field macros to maintain wlan enabled and disabled status by Raja Mani · 14 years ago
  68. bdcd817 Add ath6kl cleaned up driver by Kalle Valo · 14 years ago