summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi
AgeCommit message (Expand)Author
2011-09-27iwlagn: refactor scan completeJohannes Berg
2011-09-27iwlagn: make iwl_scan_cancel_timeout voidJohannes Berg
2011-09-27iwlagn: remove Kelvin supportJohannes Berg
2011-09-27iwlagn: fix slot programmingJohannes Berg
2011-09-27iwlagn: fix dangling scan requestJohannes Berg
2011-09-27iwlagn: use kcalloc when possible for array allocationEmmanuel Grumbach
2011-09-27iwlagn: update rate scaling with BA notificationsEmmanuel Grumbach
2011-09-27iwlagn: add debugging to show probe related info in scan notificationWey-Yi Guy
2011-09-27iwlagn: set the sequence control from the transport layerEmmanuel Grumbach
2011-09-27iwlagn: sparse warning priv->temperature is signedEmmanuel Grumbach
2011-09-27iwlagn: remove warning in iwl_rx_handleEmmanuel Grumbach
2011-09-21iwlagn: remove duplicate list initAmit Beka
2011-09-21iwlagn: pending frames musn't be incremented if agg is onEmmanuel Grumbach
2011-09-21iwlagn: remove uneeded declarationEmmanuel Grumbach
2011-09-21iwlagn: simplify the iwl_device_cmd layoutEmmanuel Grumbach
2011-09-21iwlagn: remove the callback in host commandsEmmanuel Grumbach
2011-09-21iwlagn: split remain-on-channelJohannes Berg
2011-09-21iwlagn: remove common station privJohannes Berg
2011-09-21iwlagn: move scan code to scan fileJohannes Berg
2011-09-20Merge branch 'master' of git://git.infradead.org/users/linville/wirelessJohn W. Linville
2011-09-19iwlagn: signedness bugWey-Yi Guy
2011-09-19iwlagn: fix stack corruption for temperature offset v2Wey-Yi Guy
2011-09-19iwlagn: do not use interruptible waitsJohannes Berg
2011-09-19iwlagn: use iwl_eeprom_calib_hdr structureWey-Yi Guy
2011-09-19iwlagn: add support for v2 of temperature offset calibrationWey-Yi Guy
2011-09-19iwlagn: remove drvdata support from bus layerJohannes Berg
2011-09-19iwlagn: move sysfs files to debugfsJohannes Berg
2011-09-19iwlagn: remove unused function declarationsJohannes Berg
2011-09-19iwlagn: rename iwl-pci.h to iwl-cfg.hJohannes Berg
2011-09-19iwlagn: clean up PM codeJohannes Berg
2011-09-19iwlagn: Makefile whitespace cleanupJohannes Berg
2011-09-19iwlagn: generically provide iwl_trans_send_cmd_pduJohannes Berg
2011-09-19iwlagn: move PCI-E transport filesJohannes Berg
2011-09-19iwlagn: merge eeprom access into single fileWey-Yi Guy
2011-09-19iwlagn: provide data after WARN_ONEmmanuel Grumbach
2011-09-19iwlagn: replace beacon_time_fsf_bits variable with #defineDon Fry
2011-09-19iwlagn: simplify chain_noise_num_beacons indirectionFry, Donald H
2011-09-19iwlagn: fix modinfo display for 135 ucode.Fry, Donald H
2011-09-19iwlagn: New SKU for 6005 SFFWey-Yi Guy
2011-09-19iwlagn: Convert kzalloc to kcallocJoe Perches
2011-09-19iwlagn: add documentation to the transport layerEmmanuel Grumbach
2011-09-19iwlagn: document the bus layer APIEmmanuel Grumbach
2011-09-19iwlagn: use enum iwl_rxon_context_id instead of u8Emmanuel Grumbach
2011-09-19iwlagn: move iwl_stop / wake_queue to the upper layerEmmanuel Grumbach
2011-09-19iwlagn: free the Tx cmd when a non empty Tx queue is freedEmmanuel Grumbach
2011-09-19iwlagn: unmap cmd queue's tfds as BIDIEmmanuel Grumbach
2011-09-19iwlagn: warn about buggy fw that doesn't set SEQ_RX_FRAMEEmmanuel Grumbach
2011-09-16iwlagn: workaround bug crashing some APsDon Fry
2011-09-14iwlagn: fix compilation when debug flags is unsetEmmanuel Grumbach
2011-09-14iwlagn: remove lines from the wrong placeWey-Yi Guy