aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-agn.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-23iwlwifi: do not nulify ctx->vif on resetStanislaw Gruszka1-3/+0
2012-03-12iwlwifi: avoid some operations if no uCode loadedDavid Spinadel1-0/+2
2012-03-12iwlwifi: move wait_command_queue from shared to transMeenakshi Venkataraman1-2/+0
2012-03-12iwlwifi: abstract out missing SEQ_RX_FRAME workaroundJohannes Berg1-0/+10
2012-03-09iwlwifi: restore PAN supportEmmanuel Grumbach1-29/+30
2012-03-09iwlwifi: move command queue number out of the iwl_shared structMeenakshi Venkataraman1-8/+8
2012-03-08iwlwifi: correct status bit refactoring errorsDon Fry1-4/+4
2012-03-08iwlwifi: make iwl_init_context staticJohannes Berg1-1/+1
2012-03-08iwlwifi: more status bit factoringDon Fry1-20/+20
2012-03-08iwlwifi: move setting up fw parametersMeenakshi Venkataraman1-21/+24
2012-03-08iwlwifi: configure transport layer from dvm op modeMeenakshi Venkataraman1-1/+9
2012-03-08iwlwifi: log stop / wake queuesEmmanuel Grumbach1-1/+5
2012-03-08iwlwifi: make tx_cmd_pool kmem cache globalStanislaw Gruszka1-6/+15
2012-03-08iwlwifi: cleanup/fix memory barriersStanislaw Gruszka1-1/+0
2012-03-08iwlwifi: always check if got h/w access before writeStanislaw Gruszka1-1/+1
2012-03-08iwlwifi: remove BT handlers from lib_opsJohannes Berg1-4/+4
2012-03-08iwlwifi: redesign PASSIVE_NO_RX workaroundJohannes Berg1-0/+33
2012-03-08iwlwifi: remove unused argument from iwl_init_hw_ratesJohannes Berg1-3/+2
2012-03-07iwlwifi: remove priv from sharedJohannes Berg1-1/+0
2012-03-07iwlwifi: virtualize nic_configJohannes Berg1-0/+8
2012-03-07iwlwifi: move ucode_owner to privJohannes Berg1-0/+2
2012-03-07iwlwifi: put use_rts_for_aggregation into hw_paramsJohannes Berg1-0/+4
2012-03-07iwlwifi: keep plcp_delta_threshold in privJohannes Berg1-0/+3
2012-03-07iwlwifi: remove num_of_queues module parameterJohannes Berg1-2/+0
2012-03-07iwlwifi: virtualize command queue full behaviourJohannes Berg1-0/+11
2012-03-07iwlwifi: make tracing use device as identifierJohannes Berg1-4/+5
2012-03-07iwlwifi: remove shadow_reg_enable from hw_paramsJohannes Berg1-2/+0
2012-03-07iwlwifi: move mutex out of sharedJohannes Berg1-16/+16
2012-03-07iwlwifi: add wrappers for command sendingJohannes Berg1-5/+5
2012-03-07iwlwifi: remove iwl-wifi.hJohannes Berg1-1/+0
2012-03-07iwlwifi: split out firmware storeJohannes Berg1-4/+6
2012-03-07iwlwifi: move ucode loading to op_modeJohannes Berg1-4/+5
2012-03-06iwlwifi: move firmware completion waitJohannes Berg1-2/+0
2012-03-06iwlwifi: move uCode deallocation to drvJohannes Berg1-2/+0
2012-03-06iwlwifi: move wowlan bool into privJohannes Berg1-2/+2
2012-03-06iwlwifi: use valid TX/RX antenna from hw_paramsJohannes Berg1-1/+1
2012-03-06iwlwifi: remove SKU from configJohannes Berg1-3/+2
2012-03-06iwlwifi: make EXIT_PENDING depend on mac80211Johannes Berg1-6/+0
2012-03-06iwlwifi: remove shared lockJohannes Berg1-4/+1
2012-03-06iwlwifi: introduce statistics lockJohannes Berg1-0/+1
2012-03-06iwlwifi: make sta lock private & BH lockJohannes Berg1-4/+3
2012-03-06iwlwifi: move iwl_clear_driver_stations to userJohannes Berg1-0/+35
2012-02-27iwlwifi: kill iwl_bus.hEmmanuel Grumbach1-1/+0
2012-02-27iwlwifi: eeprom gets transport and not busEmmanuel Grumbach1-1/+1
2012-02-27iwlwifi: virtualize op_mode's fw_errorEmmanuel Grumbach1-0/+1
2012-02-27iwlwifi: virtualize op_mode's set_hw_rf_killEmmanuel Grumbach1-0/+1
2012-02-27iwlwifi: virtualize op_mode's stop/start queueEmmanuel Grumbach1-0/+2
2012-02-27iwlwifi: virtualize op_mode's rxEmmanuel Grumbach1-0/+1
2012-02-27iwlwifi: virtualize op_mode's free skbEmmanuel Grumbach1-0/+3
2012-02-27iwlwifi: virtualize the op_modeEmmanuel Grumbach1-11/+21