summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/iwl-drv.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-28iwlwifi: disable 8K A-MSDU by defaultEmmanuel Grumbach1-2/+1
2013-02-01iwlwifi: add the MVM driverJohannes Berg1-5/+10
2013-01-31iwlwifi: fix calibration parserJohannes Berg1-2/+6
2013-01-24iwlwifi: update copyrightJohannes Berg1-2/+2
2012-11-29iwlwifi: return real info in probe failureEmmanuel Grumbach1-3/+3
2012-09-10iwlwifi: load firmware in chunksJohannes Berg1-12/+14
2012-07-26iwlwifi: rework the iwlwifi debugfs structureMeenakshi Venkataraman1-18/+114
2012-07-26iwlwifi: s/iwl_ucode_callback/iwl_req_fw_callbackEmmanuel Grumbach1-4/+5
2012-07-10Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville1-0/+1
2012-06-25iwlwifi: disable the watchdog for queues by defaultEmmanuel Grumbach1-0/+1
2012-06-14iwlwifi: unlock on error pathDan Carpenter1-1/+3
2012-06-13iwlwifi: use request_module instead of _nowaitJohannes Berg1-1/+10
2012-06-13Merge remote-tracking branch 'wireless-next/master' into iwlwifi-nextJohannes Berg1-1/+9
2012-06-13iwlwifi: fix dynamic loadingJohannes Berg1-0/+23
2012-06-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+9
2012-06-05iwlwifi: implement dynamic opmode loadingDon Fry1-4/+108
2012-06-05iwlwifi: fix double free/complete in firmware loadingJohannes Berg1-2/+7
2012-05-25iwlwifi: fix memory leak if opmode fails to initJohannes Berg1-9/+9
2012-05-09iwlwifi: add option to disable 5GHz bandStanislaw Gruszka1-0/+4
2012-05-09iwlwifi: use IWL_* instead of dev_printk when possibleEmmanuel Grumbach1-4/+4
2012-04-24iwlwifi: clean up module parametersJohannes Berg1-0/+88
2012-04-24iwlwifi: clean up iwl-shared.h includesJohannes Berg1-0/+2
2012-04-18iwlwifi: remove unneeded includesEmmanuel Grumbach1-1/+0
2012-04-18iwlwifi: remove the shared areaEmmanuel Grumbach1-6/+1
2012-04-18iwlwifi: don't use shared for the logger any moreEmmanuel Grumbach1-0/+3
2012-04-18iwlwifi: driver holds its pointer to the transportEmmanuel Grumbach1-4/+4
2012-04-18iwlwifi: transport holds its pointer to the configEmmanuel Grumbach1-2/+0
2012-04-18iwlwifi: driver holds its pointer to the configEmmanuel Grumbach1-12/+14
2012-04-18iwlwifi: op_mode holds its pointer to the configEmmanuel Grumbach1-1/+1
2012-04-18iwlwifi: kill shrd->drv, driver points to transportEmmanuel Grumbach1-11/+11
2012-04-17iwlwifi: remove double verification of ucode sectionsDavid Spinadel1-36/+0
2012-04-17iwlwifi: set size of ucode sectionDavid Spinadel1-0/+1
2012-04-17iwlwifi: remove uCode alternatives mechanismJohannes Berg1-32/+1
2012-03-12iwlwifi: Add bool mvm_ucode to iwl_fwDavid Spinadel1-1/+8
2012-03-12iwlwifi: change struct iwl_fwDavid Spinadel1-65/+76
2012-03-12iwlwifi: Add TLVs and fields for 16.0 uCodeDavid Spinadel1-0/+84
2012-03-12iwlwifi: more modularity in fw images and sectionsDavid Spinadel1-76/+204
2012-03-07iwlwifi: rename ucode.h to fw-file.hJohannes Berg1-1/+1
2012-03-07iwlwifi: remove iwl-wifi.hJohannes Berg1-125/+147
2012-03-07iwlwifi: split out firmware storeJohannes Berg1-20/+29
2012-03-07iwlwifi: move firmware completion waitJohannes Berg1-0/+2
2012-03-07iwlwifi: move firmware request into drvJohannes Berg1-0/+625
2012-03-07iwlwifi: move uCode deallocation to drvJohannes Berg1-0/+2
2012-03-07iwlwifi: make config constJohannes Berg1-1/+1
2012-02-28iwlwifi: virtualize the op_modeEmmanuel Grumbach1-2/+4
2012-02-28iwlwifi: rename iwl_remove to iwl_op_mode_dvm_stopEmmanuel Grumbach1-1/+1
2012-02-28iwlwifi: drv object can release its own memoryEmmanuel Grumbach1-0/+7
2012-02-28iwlwifi: introducing the drv object's flowsEmmanuel Grumbach1-0/+94