aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-agn.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-06iwlwifi: move DVM code into subdirectoryJohannes Berg1-2370/+0
2012-06-06iwlwifi: make a lot of functions staticJohannes Berg1-16/+16
2012-06-06iwlwifi: handle race condition in ROC flowIlan Peer1-0/+3
2012-06-05iwlwifi: implement dynamic opmode loadingDon Fry1-8/+8
2012-05-16iwlwifi: support explicit monitor interfaceJohannes Berg1-1/+1
2012-05-08iwlwifi: modify #ifdef to avoid sparse complainWey-Yi Guy1-18/+17
2012-05-08iwlwifi: don't init trans->reg_lock from the op_modeEmmanuel Grumbach1-1/+0
2012-05-08iwlwifi: add option to disable 5GHz bandStanislaw Gruszka1-0/+3
2012-05-08iwlwifi: use IWL_* instead of dev_printk when possibleEmmanuel Grumbach1-6/+5
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+0
2012-04-23iwlwifi: use new mac80211 queue schemeJohannes Berg1-58/+31
2012-04-23iwlwifi: clean up module parametersJohannes Berg1-82/+9
2012-04-23iwlwifi: move driver defines to iwl-drv.hJohannes Berg1-0/+1
2012-04-23iwlwifi: remove TX/RX frame statisticsJohannes Berg1-1/+0
2012-04-23iwlwifi: remove traffic logJohannes Berg1-9/+4
2012-04-23iwlwifi: provide proper API to disable all interruptsEmmanuel Grumbach1-1/+2
2012-04-23iwlwifi: do not nulify ctx->vif on resetStanislaw Gruszka1-3/+0
2012-04-18iwlwifi: remove unneeded includesEmmanuel Grumbach1-1/+0
2012-04-18iwlwifi: remove the shared areaEmmanuel Grumbach1-1/+0
2012-04-18iwlwifi: don't use shared for the logger any moreEmmanuel Grumbach1-0/+1
2012-04-18iwlwifi: op_mode holds its pointer to the configEmmanuel Grumbach1-20/+21
2012-04-18iwlwifi: op_mode holds its pointer to the transportEmmanuel Grumbach1-35/+35
2012-04-16iwlwifi: remove get_cmd_stringJohannes Berg1-0/+1
2012-04-16iwlwifi: expose static methods for MVM useDavid Spinadel1-16/+16
2012-04-16iwlwifi: move HCMD_ACTIVE to transDon Fry1-4/+1
2012-04-16iwlwifi: complete STATUS_READY refactoringDon Fry1-0/+9
2012-04-16iwlwifi: remove uCode alternatives mechanismJohannes Berg1-6/+0
2012-04-16iwlwifi: remove no_sleep_autoadjustJohannes Berg1-10/+0
2012-04-12iwlwifi: change the default P2P support to "Yes"Wey-Yi Guy1-1/+1
2012-04-12iwlwifi: move iwl_send_statistics_request to iwl-agn.cMeenakshi Venkataraman1-0/+19
2012-04-12iwlwifi: move iwl_send_bt_config and mark it staticMeenakshi Venkataraman1-0/+23
2012-04-12iwlwifi: move iwlagn_fw_error to iwl-agn.cMeenakshi Venkataraman1-0/+59
2012-04-12iwlwifi: move iwl_set_hw_rfkill_state and mark it staticMeenakshi Venkataraman1-0/+12
2012-04-12iwlwifi: move iwl_free_skb and mark it staticMeenakshi Venkataraman1-0/+9
2012-04-12iwlwifi: calculate active legacy rates per stationJohannes Berg1-2/+0
2012-04-12iwlwifi: dynamically determine lib_opsJohannes Berg1-2/+38
2012-04-12iwlwifi: move eeprom into privJohannes Berg1-8/+5
2012-04-12iwlwifi: split force_reset debugfs fileJohannes Berg1-6/+0
2012-04-12iwlwifi: remove ack_check module parameterJohannes Berg1-3/+0
2012-04-12iwlwifi: move hw_params into privJohannes Berg1-18/+18
2012-04-12iwlwifi: move queue watchdog into transportJohannes Berg1-13/+5
2012-04-12iwlwifi: move rx_page_order into transportJohannes Berg1-11/+1
2012-04-10iwlwifi: Add pr_fmtJoe Perches1-0/+3
2012-04-09iwlwifi: move FW_ERROR to privDon Fry1-4/+3
2012-04-09iwlwifi: remove firmware info from iwl_sharedMeenakshi Venkataraman1-11/+9
2012-04-09iwlwifi: move iwl_init_geos to iwl-agn.cMeenakshi Venkataraman1-0/+183
2012-04-09iwlwifi: move ucode_type from shared to op_modeMeenakshi Venkataraman1-5/+5
2012-04-09iwlwifi: move ucode error log reporting to op_modeMeenakshi Venkataraman1-1/+380
2012-04-09iwlwifi: make iwl_nic_error staticMeenakshi Venkataraman1-0/+7
2012-04-09iwlwifi: use iwlagn_fw_error instead of iwl_nic_errorMeenakshi Venkataraman1-1/+1