aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-drv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-25Merge remote-tracking branch 'wireless-next/master' into iwlwifi-nextJohannes Berg1-0/+2
2013-06-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-0/+2
2013-06-18iwlwifi: remove auto_agg module parameterEmmanuel Grumbach1-6/+0
2013-06-18iwlwifi: remove plcp_check module parameterEmmanuel Grumbach1-4/+0
2013-06-18iwlwifi: remove bt_ch_announce module paramEmmanuel Grumbach1-6/+0
2013-06-04iwlwifi: don't print module loading error if not modularJohannes Berg1-0/+2
2013-05-16iwlwifi: support loading NVM data from fileEran Harary1-0/+3
2013-04-08iwlwifi: print warning on request_module failureJohannes Berg1-2/+7
2013-04-03iwlwifi: print opmode when firmware is loadedJohannes Berg1-2/+3
2013-03-20iwlwifi: remove 5ghz_disable optionStanislaw Gruszka1-4/+0
2013-03-06iwlwifi: move firmware restart debugfs hook to op_modeEmmanuel Grumbach1-3/+3
2013-03-06iwlwifi: export symbols only conditionallyJohannes Berg1-3/+3
2013-03-06iwlwifi: a few fixes in licenseEmmanuel Grumbach1-1/+1
2013-02-28iwlwifi: disable 8K A-MSDU by defaultEmmanuel Grumbach1-2/+1
2013-02-01iwlwifi: add the MVM driverJohannes Berg1-5/+10
2013-01-30iwlwifi: 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-09Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-nextJohn 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/linville/wirelessJohn 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-08iwlwifi: add option to disable 5GHz bandStanislaw Gruszka1-0/+4
2012-05-08iwlwifi: use IWL_* instead of dev_printk when possibleEmmanuel Grumbach1-4/+4
2012-04-23iwlwifi: clean up module parametersJohannes Berg1-0/+88
2012-04-23iwlwifi: 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-16iwlwifi: remove double verification of ucode sectionsDavid Spinadel1-36/+0
2012-04-16iwlwifi: set size of ucode sectionDavid Spinadel1-0/+1
2012-04-16iwlwifi: 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