summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi (follow)
Commit message (Expand)AuthorAgeFilesLines
* iwlwifi: update 5000 ucode support to version 2 of APIJay Sternberg2009-05-201-1/+1
* iwlwifi: do not cancel delayed work inside spin_lock_irqsaveReinette Chatre2009-05-203-17/+6
* iwlwifi: fix device id registration for 6000 series 2x2 devicesJay Sternberg2009-05-112-4/+6
* iwlwifi: update key flags at time key is setReinette Chatre2009-05-041-10/+11
* iwlwifi: remove EXPORT_SYMBOL for static symbolAndreas Schwab2009-05-041-1/+0
* iwlwifi: notify on scan completion even when shutting downJohannes Berg2009-04-281-2/+2
* wireless: remove unneeded EXPORT_SYMBOL the tickles a powerpc compiler bugStephen Rothwell2009-04-281-1/+0
* iwlwifi: DMA fixesReinette Chatre2009-04-216-96/+165
* iwlwifi: add debugging for TX pathReinette Chatre2009-04-212-2/+6
* iwl3945: use cancel_delayed_work_sync to cancel rfkill_pollReinette Chatre2009-04-211-1/+1
* iwlwifi: fix EEPROM validation mask to include OTP only devicesJay Sternberg2009-04-211-1/+1
* iwl3945-base.c: Add missing space to debug printJoe Perches2009-04-201-1/+1
* fix iwl3945 registration regressionJohannes Berg2009-04-161-0/+2
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-2/+2
* trivial: Fix misspelling of firmwareNick Andrew2009-03-302-2/+2
* mac80211/iwlwifi: move virtual A-MDPU queue bookkeeping to iwlwifiJohannes Berg2009-03-288-16/+71
* iwlwifi: show current driver status in user readable formatWey-Yi Guy2009-03-281-1/+53
* iwl3945: replace stations with stations_39Abhijeet Kolekar2009-03-281-3/+3
* iwlwifi: report error when detect failure during stop agg queueWey-Yi Guy2009-03-283-3/+7
* iwl3945: control rate decreaseAbhijeet Kolekar2009-03-281-7/+6
* iwl3945: fix checkpatch.pl errorsAbhijeet Kolekar2009-03-282-2/+2
* iwl3945: use iwl_cmd_queue_freeAbhijeet Kolekar2009-03-283-8/+10
* iwl3945: set TFD_QUEUE_MAX to correct valueAbhijeet Kolekar2009-03-282-4/+7
* iwlwifi: support 11hMohamed Abbas2009-03-282-1/+3
* iwlcore: dont commit power command if interface is not upMohamed Abbas2009-03-281-1/+1
* iwlagn: allow power level setting all the timesMohamed Abbas2009-03-282-10/+0
* iwlwifi: return 0 for AMPDU_TX/RX_STOP request if NIC is going downWey-Yi Guy2009-03-281-2/+11
* iwl3945: use changed in iwl3945_mac_configMohamed Abbas2009-03-281-8/+12
* iwlagn: use changed in mac_configMohamed Abbas2009-03-282-80/+85
* iwlwifi: correct log level when error occursReinette Chatre2009-03-161-1/+1
* iwlwifi: print contents of control register when error occursReinette Chatre2009-03-161-1/+3
* iwlagn: fix warning when set WEP keyMohamed Abbas2009-03-161-0/+7
* iwl3945: unmap previously mapped memoryReinette Chatre2009-03-161-1/+9
* iwl3945: use iwl_tx_cmd_completeAbhijeet Kolekar2009-03-161-80/+1
* iwl3945 : fix rate scalingAbhijeet Kolekar2009-03-161-39/+88
* iwl3945: use iwl_led structureAbhijeet Kolekar2009-03-168-71/+43
* iwl3945: fix sparse errorAbhijeet Kolekar2009-03-161-1/+1
* iwlwifi: verify the antenna selection when receive fixed rate debugfsWey-Yi Guy2009-03-161-6/+13
* iwlwifi: check IEEE80211_TX_STAT_AMPDU for agg pktWey-Yi Guy2009-03-161-3/+3
* iwlwifi: HT performance improvement changesWey-Yi Guy2009-03-162-6/+7
* iwlwifi: remove un-necessary rs_tl_turn_on_agg() after agg enabledWey-Yi Guy2009-03-161-2/+10
* iwlwifi: add rf information in rate_scale debugfs commandWey-Yi Guy2009-03-161-0/+11
* iwlwifi: add valid tx antenna information in rate_scale_table debugfsWey-Yi Guy2009-03-161-0/+6
* iwlwifi: correct device name for 1000 seriesJay Sternberg2009-03-166-17/+17
* iwl3945: add test for new associationAbhijeet Kolekar2009-03-161-4/+4
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-03-102-3/+3
|\
| * iwlwifi: fix error flow in iwl*_pci_probeReinette Chatre2009-03-052-12/+11
| * Fix iwlan DMA mapping directionFenghua Yu2009-02-251-4/+4
| * iwlwifi: fix suspend/resume and its usage of pci saved stateReinette Chatre2009-02-112-4/+26
* | iwlwifi: reduce stack sizeFrank Seidel2009-03-052-6/+28