summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi
AgeCommit message (Expand)AuthorFilesLines
2012-04-10iwlwifi: split POWER_PMI status bitDon Fry9-7/+39
2012-04-10iwlwifi: move FW_ERROR to privDon Fry6-18/+12
2012-04-10iwlwifi: remove firmware info from iwl_sharedMeenakshi Venkataraman2-12/+9
2012-04-10iwlwifi: move iwl_get_single_channel_number and mark it staticMeenakshi Venkataraman3-42/+40
2012-04-10iwlwifi: move iwl_full_rxon_required and mark it staticMeenakshi Venkataraman3-65/+64
2012-04-10iwlwifi: move iwl_check_rxon_cmd and mark it staticMeenakshi Venkataraman3-73/+73
2012-04-10iwlwifi: move iwl_set_rxon_hwcrypto and mark it staticMeenakshi Venkataraman3-14/+12
2012-04-10iwlwifi: Move iwl_send_rxon_timing and make it staticMeenakshi Venkataraman3-104/+103
2012-04-10iwlwifi: move iwl_init_geos to iwl-agn.cMeenakshi Venkataraman3-190/+183
2012-04-10iwlwifi: move ucode_type from shared to op_modeMeenakshi Venkataraman6-19/+18
2012-04-10iwlwifi: move ucode error log reporting to op_modeMeenakshi Venkataraman10-430/+432
2012-04-10iwlwifi: make iwl_nic_error staticMeenakshi Venkataraman3-8/+7
2012-04-10iwlwifi: use iwlagn_fw_error instead of iwl_nic_errorMeenakshi Venkataraman3-2/+3
2012-04-10iwlwifi: move valid_contexts to privJohannes Berg6-9/+8
2012-04-10iwlwifi: move queue mapping out of transportJohannes Berg17-575/+419
2012-04-10iwlwifi: use scan while idleJohannes Berg2-3/+8
2012-04-10iwlwifi: remove scan_rx_antennasJohannes Berg2-5/+0
2012-04-10iwlwifi: remove iq_invert config paramJohannes Berg2-13/+6
2012-04-10iwlwifi: remove support_wimax_coexistJohannes Berg2-51/+2
2012-04-10iwlwifi: clarify config struct commentsJohannes Berg1-7/+3
2012-04-10iwlwifi: add trailing newline to various messagesJohannes Berg7-16/+16
2012-04-10iwlwifi: simplify calibration collectionJohannes Berg3-25/+27
2012-04-10iwlwifi: extend notification waitJohannes Berg5-23/+72
2012-04-10iwlwifi: process multiple frames per RXBJohannes Berg4-64/+85
2012-04-10iwlwifi: remove un-needed parameterWey-Yi Guy1-20/+13
2012-04-10iwlwifi: phy_db structureDavid Spinadel4-0/+406
2012-03-25net: add a truesize parameter to skb_add_rx_frag()Eric Dumazet1-1/+1
2012-03-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville19-234/+512
2012-03-13mac80211: rename bss_conf timestamp to last_tsfJohannes Berg1-1/+1
2012-03-12iwlwifi: Add bool mvm_ucode to iwl_fwDavid Spinadel2-1/+10
2012-03-12iwlwifi: change struct iwl_fwDavid Spinadel7-141/+139
2012-03-12iwlwifi: Add TLVs and fields for 16.0 uCodeDavid Spinadel4-16/+108
2012-03-12iwlwifi: more modularity in fw images and sectionsDavid Spinadel3-77/+207
2012-03-12iwlwifi: explicitly track whether INIT uCode was runDavid Spinadel3-5/+6
2012-03-12iwlwifi: avoid some operations if no uCode loadedDavid Spinadel7-20/+48
2012-03-12iwlwifi: move wait_command_queue from shared to transMeenakshi Venkataraman8-10/+11
2012-03-12iwlwifi: convert bad state message into warningJohannes Berg1-14/+14
2012-03-12iwlwifi: abstract out missing SEQ_RX_FRAME workaroundJohannes Berg5-18/+39
2012-03-12iwlwifi: remove TX hex debugJohannes Berg1-2/+0
2012-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-03-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville51-3482/+3415
2012-03-09iwlwifi: fix the delta for remove max_txq_num patchWey-Yi Guy10-28/+23
2012-03-09iwlwifi: fix cmd_queue number mergeWey-Yi Guy2-7/+3
2012-03-09iwlwifi: restore PAN supportEmmanuel Grumbach2-30/+32
2012-03-09iwlwifi: move command queue number out of the iwl_shared structMeenakshi Venkataraman7-33/+56
2012-03-08iwlwifi: correct status bit refactoring errorsDon Fry2-5/+5
2012-03-08iwlwifi: don't delete AP station directlyJohannes Berg3-6/+53
2012-03-08iwlwifi: make iwl_init_context staticJohannes Berg2-2/+1
2012-03-08iwlwifi: remove messages from queue wake/stopJohannes Berg2-20/+20
2012-03-08iwlwifi: more status bit factoringDon Fry17-166/+160