summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi
AgeCommit message (Expand)AuthorFilesLines
2012-04-24iwlwifi: fix hardware queue programmingJohannes Berg2-8/+43
2012-04-24iwlwifi: use new mac80211 queue schemeJohannes Berg4-74/+66
2012-04-24iwlwifi: clean up module parametersJohannes Berg17-124/+134
2012-04-24iwlwifi: revert workaround to restore 1000 rx throughputDon Fry1-1/+0
2012-04-24iwlwifi: use direct calls for transport freeJohannes Berg4-28/+10
2012-04-24iwlwifi: clean up some hw file includesJohannes Berg4-4/+8
2012-04-24iwlwifi: move OTP definesJohannes Berg2-11/+11
2012-04-24iwlwifi: move antenna definitions to configJohannes Berg2-9/+11
2012-04-24iwlwifi: move eeprom versions to HW filesJohannes Berg5-42/+29
2012-04-24iwlwifi: move watchdog definitions to configJohannes Berg2-6/+6
2012-04-24iwlwifi: move PLCP defines to configJohannes Berg2-11/+12
2012-04-24iwlwifi: move driver defines to iwl-drv.hJohannes Berg4-5/+9
2012-04-24iwlwifi: remove duplicate iwlagn_mod_params declarationJohannes Berg1-1/+0
2012-04-24iwlwifi: remove TX/RX frame statisticsJohannes Berg23-417/+1
2012-04-24iwlwifi: remove traffic logJohannes Berg7-253/+5
2012-04-24iwlwifi: move iwl_cmd_echo_testJohannes Berg3-18/+17
2012-04-24iwlwifi: move TIME_UNITJohannes Berg2-2/+1
2012-04-24iwlwifi: remove bt_siso_mode declarationJohannes Berg1-5/+0
2012-04-24iwlwifi: include net/mac80211.h to avoid compiler errorWey-Yi Guy1-0/+1
2012-04-24iwlwifi: clean up iwl-shared.h includesJohannes Berg11-13/+13
2012-04-24iwlwifi: move iwl_have_debug_levelJohannes Berg2-5/+6
2012-04-24iwlwifi: move debugfs registration function declarationsJohannes Berg2-15/+13
2012-04-24iwlwifi: remove debugfs logspamJohannes Berg2-56/+20
2012-04-24iwlwifi: properly set basic ratesJohannes Berg4-53/+94
2012-04-24iwlwifi: Added debugfs calib disabled writeDavid Spinadel1-2/+23
2012-04-24iwlwifi: provide proper API to disable all interruptsEmmanuel Grumbach4-17/+35
2012-04-24iwlwifi: check RF kill register when interrupts have been disabledEmmanuel Grumbach1-0/+10
2012-04-24iwlwifi: enable RF kill interrupt in start_hwEmmanuel Grumbach1-0/+3
2012-04-24iwlwifi: first enable RF kill interrupt, then check registerEmmanuel Grumbach1-9/+7
2012-04-24iwlwifi: make a static inline to read the RF kill registerEmmanuel Grumbach3-8/+10
2012-04-23iwlwifi: do not nulify ctx->vif on resetStanislaw Gruszka2-4/+9
2012-04-20iwlwifi: Remove inconsistent and redundant declarationDavid Spinadel1-1/+0
2012-04-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville42-2714/+2639
2012-04-18iwlwifi: move iwl_rxon_context_id to userEmmanuel Grumbach2-7/+7
2012-04-18iwlwifi: improve TX cache footprintJohannes Berg4-75/+52
2012-04-18iwlwifi: split between AGG_ON and AGG_STARTINGEmmanuel Grumbach2-3/+19
2012-04-18iwlwifi: Remove inconsistent and redundant declarationDavid Spinadel1-1/+0
2012-04-18iwlwifi: Added foreward declaration for iwl_cfg in op_modeDavid Spinadel1-0/+1
2012-04-18iwlwifi: Change disable calibration bit-set to enumDavid Spinadel1-5/+8
2012-04-18iwlwifi: remove unneeded includesEmmanuel Grumbach15-18/+1
2012-04-18iwlwifi: remove the shared areaEmmanuel Grumbach8-90/+16
2012-04-18iwlwifi: don't use shared for the logger any moreEmmanuel Grumbach7-13/+17
2012-04-18iwlwifi: driver holds its pointer to the transportEmmanuel Grumbach1-4/+4
2012-04-18iwlwifi: transport holds its pointer to the configEmmanuel Grumbach8-31/+32
2012-04-18iwlwifi: driver holds its pointer to the configEmmanuel Grumbach1-12/+14
2012-04-18iwlwifi: op_mode holds its pointer to the configEmmanuel Grumbach21-99/+102
2012-04-18iwlwifi: op_mode holds its pointer to the transportEmmanuel Grumbach15-122/+123
2012-04-18iwlwifi: kill shrd->drv, driver points to transportEmmanuel Grumbach5-32/+42
2012-04-17iwlwifi: remove get_cmd_stringJohannes Berg12-115/+144
2012-04-17iwlwifi: optimize struct iwl_cmd_meta layoutJohannes Berg1-2/+2