aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-agn-ucode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-12-06iwlwifi: rename iwl-agn-ucode as iwl-ucodeDon Fry1-688/+0
2011-11-28iwlagn: dynamically allocate & reflect calibration dataJohannes Berg1-33/+7
2011-11-28iwlagn: remove calibration knowledgeJohannes Berg1-3/+5
2011-11-11iwlagn: move ucode files out of the iwl_priv structureDon Fry1-24/+72
2011-11-11iwlagn: push knowledge of ucode image lower downDon Fry1-21/+30
2011-11-11iwlagn: remove knowledge of ucode image location from upper layersDon Fry1-3/+23
2011-11-11iwlagn: move ucode_write_complete from priv to trans structureDon Fry1-14/+15
2011-10-14iwlagn: move iwl_enable_rfkill_int and kill iwl-helpers.hEmmanuel Grumbach1-1/+0
2011-09-21iwlagn: remove the callback in host commandsEmmanuel Grumbach1-3/+5
2011-09-20Merge branch 'master' of git://git.infradead.org/users/linville/wirelessJohn W. Linville1-1/+1
2011-09-19iwlagn: fix stack corruption for temperature offset v2Wey-Yi Guy1-2/+2
2011-09-19iwlagn: do not use interruptible waitsJohannes Berg1-7/+2
2011-09-19iwlagn: use iwl_eeprom_calib_hdr structureWey-Yi Guy1-4/+5
2011-09-19iwlagn: add support for v2 of temperature offset calibrationWey-Yi Guy1-3/+42
2011-09-14iwlagn: iwl-trans.c can't dereference iwl_priv any moreEmmanuel Grumbach1-0/+3
2011-09-14iwlagn: remove priv dereferences from the transport layerEmmanuel Grumbach1-1/+1
2011-09-13iwlagn: fix stack corruptionJohannes Berg1-1/+1
2011-08-29iwlagn: upper layer uses slabs to allocate tx cmdsEmmanuel Grumbach1-0/+9
2011-08-29iwlagn: all function iwl-io.c receive iwl_busEmmanuel Grumbach1-10/+10
2011-08-29iwlagn: iwl-dev.h doesn't include iwl-fh.h any moreEmmanuel Grumbach1-0/+1
2011-08-29iwlagn: bus layer chooses its transport layerEmmanuel Grumbach1-8/+8
2011-08-29iwlagn: priv->mutex moves to iwl_sharedEmmanuel Grumbach1-1/+1
2011-08-29iwlagn: Rename iwlcore prefixWey-Yi Guy1-2/+2
2011-07-21iwlagn: implement WoWLANJohannes Berg1-7/+14
2011-07-21iwlagn: transport layer receives struct iwl_trans*Emmanuel Grumbach1-8/+8
2011-07-21iwlagn: move more functions from the start flow to the transport layerEmmanuel Grumbach1-1/+1
2011-07-21iwlagn: radio sensor offset in le16 formatWey-Yi Guy1-2/+2
2011-07-21iwlagn: set correct calibration flagWey-Yi Guy1-1/+2
2011-07-21iwlagn: add kick_nic API to transport layerEmmanuel Grumbach1-2/+1
2011-07-16iwlagn: add tx start API to transport layerEmmanuel Grumbach1-135/+1
2011-07-16iwlagn: move iwlagn_stop_device to transport layerEmmanuel Grumbach1-1/+1
2011-07-11iwlagn: provide heplers to access the transport opsEmmanuel Grumbach1-4/+5
2011-07-11iwlagn: remove the indirection for the dma channel numWey-Yi Guy1-1/+1
2011-07-11iwlagn: consolidate the API that sends host commands and move to transportEmmanuel Grumbach1-4/+7
2011-07-01iwlagn: scd memory boundaryWey-Yi Guy1-3/+5
2011-06-11iwlagn: merge duplicated code into single placeWey-Yi Guy1-9/+5
2011-06-11iwlagn: generic temperature location in EEPROMWey-Yi Guy1-1/+1
2011-06-11iwlagn: use IWL_DEBUG_FW for firmware related debug msgWey-Yi Guy1-5/+5
2011-06-11iwlagn: don't check ucode subtypeJohannes Berg1-14/+5
2011-05-13iwlagn: clean up TXQ indirectionJohannes Berg1-1/+1
2011-05-13iwlagn: prepare for multi-TB commandsJohannes Berg1-2/+2
2011-05-06iwlwifi: support the svtool messages interactions through nl80211 test modeCindy H. Kao1-1/+1
2011-04-22iwlagn: combine firmware code/dataJohannes Berg1-13/+10
2011-04-22iwlagn: implement synchronous firmware loadJohannes Berg1-68/+172
2011-04-08iwlagn: fix radar frame rejectionGaren Tamrazian1-0/+3
2011-04-07iwlagn: move IO functions out of lineJohannes Berg1-4/+2
2011-04-07iwlagn: fix ucode verify messageJohannes Berg1-1/+1
2011-04-07iwlagn: check more error return codeWey-Yi Guy1-2/+8
2011-04-07iwlagn: change Copyright to 2011Wey-Yi Guy1-1/+1
2011-04-07iwlagn: verify specific ucodeJohannes Berg1-39/+12