summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/iwl-agn.c
AgeCommit message (Expand)AuthorFilesLines
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-07iwlwifi: move firmware completion waitJohannes Berg1-2/+0
2012-03-07iwlwifi: move uCode deallocation to drvJohannes Berg1-2/+0
2012-03-07iwlwifi: move wowlan bool into privJohannes Berg1-2/+2
2012-03-07iwlwifi: use valid TX/RX antenna from hw_paramsJohannes Berg1-1/+1
2012-03-07iwlwifi: remove SKU from configJohannes Berg1-3/+2
2012-03-07iwlwifi: make EXIT_PENDING depend on mac80211Johannes Berg1-6/+0
2012-03-07iwlwifi: remove shared lockJohannes Berg1-4/+1
2012-03-07iwlwifi: introduce statistics lockJohannes Berg1-0/+1
2012-03-07iwlwifi: make sta lock private & BH lockJohannes Berg1-4/+3
2012-03-07iwlwifi: move iwl_clear_driver_stations to userJohannes Berg1-0/+35
2012-02-28iwlwifi: kill iwl_bus.hEmmanuel Grumbach1-1/+0
2012-02-28iwlwifi: eeprom gets transport and not busEmmanuel Grumbach1-1/+1
2012-02-28iwlwifi: virtualize op_mode's fw_errorEmmanuel Grumbach1-0/+1
2012-02-28iwlwifi: virtualize op_mode's set_hw_rf_killEmmanuel Grumbach1-0/+1
2012-02-28iwlwifi: virtualize op_mode's stop/start queueEmmanuel Grumbach1-0/+2
2012-02-28iwlwifi: virtualize op_mode's rxEmmanuel Grumbach1-0/+1
2012-02-28iwlwifi: virtualize op_mode's free skbEmmanuel Grumbach1-0/+3
2012-02-28iwlwifi: virtualize the op_modeEmmanuel Grumbach1-11/+21
2012-02-28iwlwifi: rename iwl_remove to iwl_op_mode_dvm_stopEmmanuel Grumbach1-1/+1
2012-02-28iwlwifi: introducing the drv object's flowsEmmanuel Grumbach1-10/+0
2012-02-28iwlwifi: move uCode flags handling to op_modeJohannes Berg1-3/+20
2012-02-28iwlwifi: move content of iwl_probe to post fetch_fwEmmanuel Grumbach1-5/+48
2012-02-17iwlwifi: changes args to iwl_nic for firmware operationsDon Fry1-1/+1
2012-02-17iwlwifi: iwl_set_hw_params returns always 0Emmanuel Grumbach1-7/+3
2012-02-17iwlwifi: kill iwl_down and s/__iwl_down/iwl_downEmmanuel Grumbach1-14/+5
2012-02-17iwlwifi: change args to ucode routinesDon Fry1-1/+1
2012-02-17iwlwifi: move firmware_loading_complete to iwl_nicDon Fry1-2/+2
2012-02-17iwlwifi: move ucode_ver to iwl_nicDon Fry1-1/+1
2012-02-17iwlwifi: move workqueue to privJohannes Berg1-7/+7
2012-02-03iwlwifi: move all ucode routines to iwl-ucode.cDon Fry1-607/+2
2012-02-03iwlwifi: move bcast_sta_id init to common routineDon Fry1-0/+1