summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-04-10mac80211: set HT channel before associationJohannes Berg4-138/+117
2012-04-10mac80211: use AC constantsJohannes Berg1-4/+4
2012-04-10mac80211: inline ieee80211_add_pending_skbsJohannes Berg2-8/+5
2012-04-10mac80211: make ieee80211_downgrade_queue staticJohannes Berg2-23/+20
2012-04-10mac80211: clean up uAPSD TX codeJohannes Berg1-3/+3
2012-04-10mac80211: fix mesh TX coding styleJohannes Berg1-6/+6
2012-04-10mwifiex: don't use IEEE80211_MAX_QUEUESJohannes Berg2-5/+5
2012-04-10mac80211: don't always advertise remain-on-channelJohannes Berg6-5/+13
2012-04-10rtlwifi: Add missing DMA buffer unmapping for PCI driversLarry Finger1-1/+6
2012-04-10iwlwifi: Add pr_fmtJoe Perches2-0/+6
2012-04-10iwlwifi: fix unused variable warningOliver Hartkopp1-1/+2
2012-04-10ath5k: Introduce _ath5k_printk to reduce code/textJoe Perches2-4/+25
2012-04-10ath: Add and use pr_fmt, convert printks to pr_<level>Joe Perches26-68/+106
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-04-10cfg80211: warn if db.txt is empty with CONFIG_CFG80211_INTERNAL_REGDBLuis R. Rodriguez1-0/+10
2012-04-10mac80211: fix the RANN propagation issuesChun-Yeow Yeoh2-6/+20
2012-04-10rtlwifi: Preallocate USB read buffers and eliminate kalloc in read routineLarry Finger2-19/+21
2012-04-10mac80211: fix the sparse warnings on endian handling in RANN propagationChun-Yeow Yeoh2-5/+5
2012-04-10mac80211: when receiving DTIM disable power-save mode only if it was enabledRonald Wahl1-3/+5
2012-04-10mac80211: optimize aggregation session timeout handlingFelix Fietkau6-9/+40
2012-04-10mac80211: reduce code duplication in debugfs codeFelix Fietkau1-58/+13
2012-04-10cfg80211: use compare_ether_addr on MAC addresses instead of memcmpFelix Fietkau2-16/+18
2012-04-10rt2x00: increase led's name buffer lengthJakub Kicinski1-8/+8
2012-04-10rtlwifi: Simplify rtl_get/set inline functionsJoe Perches1-13/+11
2012-04-10rtlwifi: Use is_zero_ether_addr, remove line continuationJoe Perches1-3/+2