Age | Commit message (Expand) | Author | Files | Lines |
2009-12-21 | iwlwifi: fix more eeprom endian bugs | Johannes Berg | 4 | -11/+16 |
2009-12-21 | iwlwifi: fix EEPROM/OTP reading endian annotations and a bug | Johannes Berg | 2 | -10/+12 |
2009-12-21 | iwlwifi: fix syslog message for event log dump size | Wey-Yi Guy | 2 | -2/+2 |
2009-12-21 | iwlwifi: power up all devices for EEPROM read | Reinette Chatre | 2 | -16/+6 |
2009-12-21 | iwlwifi: allocated rx page accounting cleanup | Zhu Yi | 7 | -24/+21 |
2009-12-08 | iwlwifi: fix warning from ieee80211_stop_tx_ba_cb_irqsafe argument change | John W. Linville | 1 | -1/+1 |
2009-12-05 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 3 | -15/+10 |
2009-12-04 | iwlwifi: driver version track kernel version | Reinette Chatre | 2 | -4/+4 |
2009-12-04 | iwlwifi: indicate uCode type when fail dump error/event log | Wey-Yi Guy | 1 | -2/+6 |
2009-12-04 | iwl3945: remove duplicated event logging code | Wey-Yi Guy | 1 | -9/+0 |
2009-12-02 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+9 |
2009-11-30 | mac80211: fix spurious delBA handling | Johannes Berg | 1 | -1/+9 |
2009-11-25 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 27 | -412/+933 |
2009-11-24 | iwlwifi: remove reset led_tpt from iwl_leds_init() | Wey-Yi Guy | 1 | -1/+0 |
2009-11-24 | iwlwifi: change message for cmd queue full error | Wey-Yi Guy | 1 | -1/+1 |
2009-11-24 | iwlwifi: print limited number of event log when uCode error | Wey-Yi Guy | 6 | -37/+130 |
2009-11-24 | iwlwifi: Tell the ucode immediately when association state changes | Jay Sternberg | 1 | -0/+10 |
2009-11-24 | iwlwifi: dump error log when uCode error occurred | Wey-Yi Guy | 3 | -7/+4 |
2009-11-24 | iwlwifi: by default, dump entire sram data portion | Wey-Yi Guy | 1 | -3/+11 |
2009-11-24 | iwlwifi: update supported PCI_ID list for 5xx0 series | Wey-Yi Guy | 3 | -22/+84 |
2009-11-24 | iwlwifi: separate IO tracing | Johannes Berg | 1 | -1/+4 |
2009-11-24 | iwlwifi: fix reserved2 field in iwl4965_addsta | Wey-Yi Guy | 1 | -1/+1 |
2009-11-24 | iwlwifi: dynamically allocate buffer for sram debugfs file | Wey-Yi Guy | 1 | -2/+13 |
2009-11-24 | iwlwifi: increase tx_queue debugfs buffer size | Wey-Yi Guy | 1 | -1/+1 |
2009-11-24 | iwlwifi: set read/write permission for debugfs files | Wey-Yi Guy | 2 | -33/+33 |
2009-11-24 | iwl3945: removed unused struct and definitions | Reinette Chatre | 2 | -17/+0 |
2009-11-24 | iwlwifi: reset led_tpt when clear tx/rx traffic byte counts | Wey-Yi Guy | 4 | -38/+18 |
2009-11-24 | iwlwifi: set sm_ps_mode as part of cfg parameters | Wey-Yi Guy | 8 | -34/+30 |
2009-11-24 | iwlwifi: control led while update tx/rx bytes counts | Wey-Yi Guy | 3 | -2/+2 |
2009-11-24 | iwlagn: Use iwl_write8() for CSR_INT_COALESCING register | Ben Cahill | 4 | -9/+22 |
2009-11-24 | iwlwifi: Add iwl_write8() | Ben Cahill | 3 | -0/+37 |
2009-11-19 | cfg80211: convert bools into flags | Johannes Berg | 2 | -9/+5 |
2009-11-19 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 8 | -0/+8 |
2009-11-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 5 | -3/+24 |
2009-11-19 | mac80211: convert aggregation to operate on vifs/stas | Johannes Berg | 3 | -5/+6 |
2009-11-19 | iwlwifi: Add comments about CSR registers | Ben Cahill | 1 | -27/+150 |
2009-11-19 | iwlwifi: handle unicast PS buffering | Johannes Berg | 8 | -42/+113 |
2009-11-19 | iwlwifi: add sleep_tx_count ucode station API | Johannes Berg | 2 | -2/+17 |
2009-11-19 | iwlwifi: report PS filtered status | Johannes Berg | 3 | -8/+19 |
2009-11-19 | iwlwifi: make iwlwifi send beacons | Daniel C Halperin | 2 | -0/+13 |
2009-11-19 | iwlwifi: fix bugs in beacon configuration | Daniel C Halperin | 2 | -21/+63 |
2009-11-19 | iwlagn: power up device before initializing EEPROM | Reinette Chatre | 1 | -3/+6 |
2009-11-19 | iwlwifi: align tx/rx statistics debugfs format | Wey-Yi Guy | 1 | -6/+7 |
2009-11-19 | iwlwifi: eliminate the possible 1/2 dBm tx power loss in 6x00 & 6x50 series | Wey-Yi Guy | 3 | -14/+52 |
2009-11-19 | iwl3945: Reset saved POWER_TABLE_CMD in "up" | Ben Cahill | 1 | -1/+1 |
2009-11-19 | iwlwifi: update reply_statistics_cmd with 'clear' parameter | Wey-Yi Guy | 10 | -23/+77 |
2009-11-19 | iwlwifi: remove external reference for non-exist data structure | Wey-Yi Guy | 1 | -3/+0 |
2009-11-19 | iwlwifi: drop non-production PCI-IDs for 6x50 series | Wey-Yi Guy | 3 | -36/+0 |
2009-11-19 | iwlwifi: remove unused parameter from iwl_channel_info | Wey-Yi Guy | 2 | -10/+0 |
2009-11-19 | iwlwifi: disable coex until implementation ready for 6x50 | Wey-Yi Guy | 1 | -2/+0 |