aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/iwl-drv.c
AgeCommit message (Expand)Author
2013-06-04iwlwifi: don't print module loading error if not modularJohannes Berg
2013-04-08iwlwifi: print warning on request_module failureJohannes Berg
2013-04-03iwlwifi: print opmode when firmware is loadedJohannes Berg
2013-03-20iwlwifi: remove 5ghz_disable optionStanislaw Gruszka
2013-03-06iwlwifi: move firmware restart debugfs hook to op_modeEmmanuel Grumbach
2013-03-06iwlwifi: export symbols only conditionallyJohannes Berg
2013-03-06iwlwifi: a few fixes in licenseEmmanuel Grumbach
2013-02-28iwlwifi: disable 8K A-MSDU by defaultEmmanuel Grumbach
2013-02-01iwlwifi: add the MVM driverJohannes Berg
2013-01-30iwlwifi: fix calibration parserJohannes Berg
2013-01-24iwlwifi: update copyrightJohannes Berg
2012-11-29iwlwifi: return real info in probe failureEmmanuel Grumbach
2012-09-10iwlwifi: load firmware in chunksJohannes Berg
2012-07-26iwlwifi: rework the iwlwifi debugfs structureMeenakshi Venkataraman
2012-07-26iwlwifi: s/iwl_ucode_callback/iwl_req_fw_callbackEmmanuel Grumbach
2012-07-09Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville
2012-06-25iwlwifi: disable the watchdog for queues by defaultEmmanuel Grumbach
2012-06-14iwlwifi: unlock on error pathDan Carpenter
2012-06-13iwlwifi: use request_module instead of _nowaitJohannes Berg
2012-06-13Merge remote-tracking branch 'wireless-next/master' into iwlwifi-nextJohannes Berg
2012-06-13iwlwifi: fix dynamic loadingJohannes Berg
2012-06-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-06-05iwlwifi: implement dynamic opmode loadingDon Fry
2012-06-05iwlwifi: fix double free/complete in firmware loadingJohannes Berg
2012-05-25iwlwifi: fix memory leak if opmode fails to initJohannes Berg
2012-05-08iwlwifi: add option to disable 5GHz bandStanislaw Gruszka
2012-05-08iwlwifi: use IWL_* instead of dev_printk when possibleEmmanuel Grumbach
2012-04-23iwlwifi: clean up module parametersJohannes Berg
2012-04-23iwlwifi: clean up iwl-shared.h includesJohannes Berg
2012-04-18iwlwifi: remove unneeded includesEmmanuel Grumbach
2012-04-18iwlwifi: remove the shared areaEmmanuel Grumbach
2012-04-18iwlwifi: don't use shared for the logger any moreEmmanuel Grumbach
2012-04-18iwlwifi: driver holds its pointer to the transportEmmanuel Grumbach
2012-04-18iwlwifi: transport holds its pointer to the configEmmanuel Grumbach
2012-04-18iwlwifi: driver holds its pointer to the configEmmanuel Grumbach
2012-04-18iwlwifi: op_mode holds its pointer to the configEmmanuel Grumbach
2012-04-18iwlwifi: kill shrd->drv, driver points to transportEmmanuel Grumbach
2012-04-16iwlwifi: remove double verification of ucode sectionsDavid Spinadel
2012-04-16iwlwifi: set size of ucode sectionDavid Spinadel
2012-04-16iwlwifi: remove uCode alternatives mechanismJohannes Berg
2012-03-12iwlwifi: Add bool mvm_ucode to iwl_fwDavid Spinadel
2012-03-12iwlwifi: change struct iwl_fwDavid Spinadel
2012-03-12iwlwifi: Add TLVs and fields for 16.0 uCodeDavid Spinadel
2012-03-12iwlwifi: more modularity in fw images and sectionsDavid Spinadel
2012-03-07iwlwifi: rename ucode.h to fw-file.hJohannes Berg
2012-03-07iwlwifi: remove iwl-wifi.hJohannes Berg
2012-03-07iwlwifi: split out firmware storeJohannes Berg
2012-03-06iwlwifi: move firmware completion waitJohannes Berg
2012-03-06iwlwifi: move firmware request into drvJohannes Berg
2012-03-06iwlwifi: move uCode deallocation to drvJohannes Berg