summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi
AgeCommit message (Expand)AuthorFilesLines
2009-12-28iwlwifi: Storage class should be before const qualifierTobias Klauser1-1/+1
2009-12-28wireless: remove remaining qual codeJohannes Berg4-96/+4
2009-12-21drivers/net/wireless/iwlwifi/iwl-tx.c: fix gcc-3.4.5 warningakpm@linux-foundation.org1-1/+2
2009-12-21iwlwifi: fix 40MHz operation setting on cards that do not allow itReinette Chatre1-1/+2
2009-12-21iwl3945: fix panic in iwl3945 driverZhu Yi1-0/+3
2009-12-21iwlwifi: initialize spinlock before useReinette Chatre2-4/+4
2009-12-21iwl3945: disable power saveReinette Chatre2-3/+7
2009-12-21iwlwifi: fix more eeprom endian bugsJohannes Berg4-11/+16
2009-12-21iwlwifi: fix EEPROM/OTP reading endian annotations and a bugJohannes Berg2-10/+12
2009-12-21iwlwifi: fix syslog message for event log dump sizeWey-Yi Guy2-2/+2
2009-12-21iwlwifi: power up all devices for EEPROM readReinette Chatre2-16/+6
2009-12-21iwlwifi: allocated rx page accounting cleanupZhu Yi7-24/+21
2009-12-07iwlwifi: fix warning from ieee80211_stop_tx_ba_cb_irqsafe argument changeJohn W. Linville1-1/+1
2009-12-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller3-15/+10
2009-12-04iwlwifi: driver version track kernel versionReinette Chatre2-4/+4
2009-12-04iwlwifi: indicate uCode type when fail dump error/event logWey-Yi Guy1-2/+6
2009-12-04iwl3945: remove duplicated event logging codeWey-Yi Guy1-9/+0
2009-12-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+9
2009-11-30mac80211: fix spurious delBA handlingJohannes Berg1-1/+9
2009-11-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller27-412/+933
2009-11-23iwlwifi: remove reset led_tpt from iwl_leds_init()Wey-Yi Guy1-1/+0
2009-11-23iwlwifi: change message for cmd queue full errorWey-Yi Guy1-1/+1
2009-11-23iwlwifi: print limited number of event log when uCode errorWey-Yi Guy6-37/+130
2009-11-23iwlwifi: Tell the ucode immediately when association state changesJay Sternberg1-0/+10
2009-11-23iwlwifi: dump error log when uCode error occurredWey-Yi Guy3-7/+4
2009-11-23iwlwifi: by default, dump entire sram data portionWey-Yi Guy1-3/+11
2009-11-23iwlwifi: update supported PCI_ID list for 5xx0 seriesWey-Yi Guy3-22/+84
2009-11-23iwlwifi: separate IO tracingJohannes Berg1-1/+4
2009-11-23iwlwifi: fix reserved2 field in iwl4965_addstaWey-Yi Guy1-1/+1
2009-11-23iwlwifi: dynamically allocate buffer for sram debugfs fileWey-Yi Guy1-2/+13
2009-11-23iwlwifi: increase tx_queue debugfs buffer sizeWey-Yi Guy1-1/+1
2009-11-23iwlwifi: set read/write permission for debugfs filesWey-Yi Guy2-33/+33
2009-11-23iwl3945: removed unused struct and definitionsReinette Chatre2-17/+0
2009-11-23iwlwifi: reset led_tpt when clear tx/rx traffic byte countsWey-Yi Guy4-38/+18
2009-11-23iwlwifi: set sm_ps_mode as part of cfg parametersWey-Yi Guy8-34/+30
2009-11-23iwlwifi: control led while update tx/rx bytes countsWey-Yi Guy3-2/+2
2009-11-23iwlagn: Use iwl_write8() for CSR_INT_COALESCING registerBen Cahill4-9/+22
2009-11-23iwlwifi: Add iwl_write8()Ben Cahill3-0/+37
2009-11-19cfg80211: convert bools into flagsJohannes Berg2-9/+5
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller8-0/+8
2009-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds5-3/+24
2009-11-18mac80211: convert aggregation to operate on vifs/stasJohannes Berg3-5/+6
2009-11-18iwlwifi: Add comments about CSR registersBen Cahill1-27/+150
2009-11-18iwlwifi: handle unicast PS bufferingJohannes Berg8-42/+113
2009-11-18iwlwifi: add sleep_tx_count ucode station APIJohannes Berg2-2/+17
2009-11-18iwlwifi: report PS filtered statusJohannes Berg3-8/+19
2009-11-18iwlwifi: make iwlwifi send beaconsDaniel C Halperin2-0/+13
2009-11-18iwlwifi: fix bugs in beacon configurationDaniel C Halperin2-21/+63
2009-11-18iwlagn: power up device before initializing EEPROMReinette Chatre1-3/+6
2009-11-18iwlwifi: align tx/rx statistics debugfs formatWey-Yi Guy1-6/+7