summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-drv.c
Commit message (Expand)AuthorAgeFilesLines
* iwlwifi: fix memory leak if opmode fails to initJohannes Berg2012-05-251-9/+9
* iwlwifi: add option to disable 5GHz bandStanislaw Gruszka2012-05-081-0/+4
* iwlwifi: use IWL_* instead of dev_printk when possibleEmmanuel Grumbach2012-05-081-4/+4
* iwlwifi: clean up module parametersJohannes Berg2012-04-231-0/+88
* iwlwifi: clean up iwl-shared.h includesJohannes Berg2012-04-231-0/+2
* iwlwifi: remove unneeded includesEmmanuel Grumbach2012-04-181-1/+0
* iwlwifi: remove the shared areaEmmanuel Grumbach2012-04-181-6/+1
* iwlwifi: don't use shared for the logger any moreEmmanuel Grumbach2012-04-181-0/+3
* iwlwifi: driver holds its pointer to the transportEmmanuel Grumbach2012-04-181-4/+4
* iwlwifi: transport holds its pointer to the configEmmanuel Grumbach2012-04-181-2/+0
* iwlwifi: driver holds its pointer to the configEmmanuel Grumbach2012-04-181-12/+14
* iwlwifi: op_mode holds its pointer to the configEmmanuel Grumbach2012-04-181-1/+1
* iwlwifi: kill shrd->drv, driver points to transportEmmanuel Grumbach2012-04-181-11/+11
* iwlwifi: remove double verification of ucode sectionsDavid Spinadel2012-04-161-36/+0
* iwlwifi: set size of ucode sectionDavid Spinadel2012-04-161-0/+1
* iwlwifi: remove uCode alternatives mechanismJohannes Berg2012-04-161-32/+1
* iwlwifi: Add bool mvm_ucode to iwl_fwDavid Spinadel2012-03-121-1/+8
* iwlwifi: change struct iwl_fwDavid Spinadel2012-03-121-65/+76
* iwlwifi: Add TLVs and fields for 16.0 uCodeDavid Spinadel2012-03-121-0/+84
* iwlwifi: more modularity in fw images and sectionsDavid Spinadel2012-03-121-76/+204
* iwlwifi: rename ucode.h to fw-file.hJohannes Berg2012-03-071-1/+1
* iwlwifi: remove iwl-wifi.hJohannes Berg2012-03-071-125/+147
* iwlwifi: split out firmware storeJohannes Berg2012-03-071-20/+29
* iwlwifi: move firmware completion waitJohannes Berg2012-03-061-0/+2
* iwlwifi: move firmware request into drvJohannes Berg2012-03-061-0/+625
* iwlwifi: move uCode deallocation to drvJohannes Berg2012-03-061-0/+2
* iwlwifi: make config constJohannes Berg2012-03-061-1/+1
* iwlwifi: virtualize the op_modeEmmanuel Grumbach2012-02-271-2/+4
* iwlwifi: rename iwl_remove to iwl_op_mode_dvm_stopEmmanuel Grumbach2012-02-271-1/+1
* iwlwifi: drv object can release its own memoryEmmanuel Grumbach2012-02-271-0/+7
* iwlwifi: introducing the drv object's flowsEmmanuel Grumbach2012-02-271-0/+94