summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi
AgeCommit message (Expand)AuthorFilesLines
2011-10-03mac80211: pass vif param to conf_tx() callbackEliad Peller2-3/+5
2011-10-03iwlagn: rename iwlagn module iwlwifi and alias to iwlagn.Don Fry4-32/+33
2011-09-30mac80211: implement uAPSDJohannes Berg1-1/+1
2011-09-30iwlagn: iwl-agn-rs: remove unnecessary null check for sta and lq_staGreg Dietsche1-3/+0
2011-09-27iwlagn: fix scan complete processingJohannes Berg2-4/+33
2011-09-27iwlagn: move iwl_process_scan_complete upJohannes Berg1-54/+54
2011-09-27iwlagn: refactor scan completeJohannes Berg1-8/+11
2011-09-27iwlagn: make iwl_scan_cancel_timeout voidJohannes Berg2-4/+2
2011-09-27iwlagn: remove Kelvin supportJohannes Berg3-9/+1
2011-09-27iwlagn: fix slot programmingJohannes Berg1-1/+1
2011-09-27iwlagn: fix dangling scan requestJohannes Berg1-14/+16
2011-09-27iwlagn: use kcalloc when possible for array allocationEmmanuel Grumbach4-16/+19
2011-09-27iwlagn: update rate scaling with BA notificationsEmmanuel Grumbach1-4/+9
2011-09-27iwlagn: add debugging to show probe related info in scan notificationWey-Yi Guy1-0/+2
2011-09-27iwlagn: set the sequence control from the transport layerEmmanuel Grumbach2-3/+3
2011-09-27iwlagn: sparse warning priv->temperature is signedEmmanuel Grumbach1-1/+16
2011-09-27iwlagn: remove warning in iwl_rx_handleEmmanuel Grumbach1-3/+6
2011-09-22iwlagn: remove duplicate list initAmit Beka1-2/+0
2011-09-22iwlagn: pending frames musn't be incremented if agg is onEmmanuel Grumbach2-2/+5
2011-09-22iwlagn: remove uneeded declarationEmmanuel Grumbach1-2/+0
2011-09-22iwlagn: simplify the iwl_device_cmd layoutEmmanuel Grumbach5-16/+12
2011-09-22iwlagn: remove the callback in host commandsEmmanuel Grumbach15-134/+157
2011-09-22iwlagn: split remain-on-channelJohannes Berg3-49/+62
2011-09-22iwlagn: remove common station privJohannes Berg5-20/+16
2011-09-22iwlagn: move scan code to scan fileJohannes Berg4-440/+433
2011-09-20Merge branch 'master' of git://git.infradead.org/users/linville/wirelessJohn W. Linville4-6/+14
2011-09-20iwlagn: signedness bugWey-Yi Guy1-1/+1
2011-09-20iwlagn: fix stack corruption for temperature offset v2Wey-Yi Guy1-2/+2
2011-09-20iwlagn: do not use interruptible waitsJohannes Berg5-13/+8
2011-09-20iwlagn: use iwl_eeprom_calib_hdr structureWey-Yi Guy3-10/+12
2011-09-20iwlagn: add support for v2 of temperature offset calibrationWey-Yi Guy6-6/+62
2011-09-20iwlagn: remove drvdata support from bus layerJohannes Berg3-22/+11
2011-09-20iwlagn: move sysfs files to debugfsJohannes Berg2-133/+64
2011-09-20iwlagn: remove unused function declarationsJohannes Berg1-5/+0
2011-09-20iwlagn: rename iwl-pci.h to iwl-cfg.hJohannes Berg6-8/+7
2011-09-20iwlagn: clean up PM codeJohannes Berg3-14/+11
2011-09-20iwlagn: Makefile whitespace cleanupJohannes Berg1-10/+10
2011-09-20iwlagn: generically provide iwl_trans_send_cmd_pduJohannes Berg5-22/+80
2011-09-20iwlagn: move PCI-E transport filesJohannes Berg5-11/+8
2011-09-19iwlagn: merge eeprom access into single fileWey-Yi Guy3-305/+235
2011-09-19iwlagn: provide data after WARN_ONEmmanuel Grumbach1-1/+7
2011-09-19iwlagn: replace beacon_time_fsf_bits variable with #defineDon Fry6-23/+10
2011-09-19iwlagn: simplify chain_noise_num_beacons indirectionFry, Donald H6-22/+7
2011-09-19iwlagn: fix modinfo display for 135 ucode.Fry, Donald H1-1/+1
2011-09-19iwlagn: New SKU for 6005 SFFWey-Yi Guy1-0/+1
2011-09-19iwlagn: Convert kzalloc to kcallocJoe Perches1-4/+2
2011-09-19iwlagn: add documentation to the transport layerEmmanuel Grumbach3-32/+91
2011-09-19iwlagn: document the bus layer APIEmmanuel Grumbach1-5/+57
2011-09-19iwlagn: use enum iwl_rxon_context_id instead of u8Emmanuel Grumbach4-9/+17
2011-09-19iwlagn: move iwl_stop / wake_queue to the upper layerEmmanuel Grumbach6-21/+23