summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi
AgeCommit message (Expand)AuthorFilesLines
2012-06-06iwlwifi: configure the SKU in the HWEmmanuel Grumbach2-6/+15
2012-06-06iwlwifi: fix rf configurationEmmanuel Grumbach2-6/+27
2012-06-06iwlwifi: add iwl_set_bits_maskJohannes Berg2-0/+20
2012-06-06iwlwifi: allocate Tx cmd pool per deviceEmmanuel Grumbach5-26/+58
2012-06-06iwlwifi: update mask value for SCD queue configEmmanuel Grumbach1-1/+1
2012-06-06iwlwifi: s/txq_setup/txq_enableEmmanuel Grumbach6-50/+50
2012-06-06iwlwifi: s/txq_agg_disable/txq_disableEmmanuel Grumbach5-10/+10
2012-06-06iwlwifi: use iwl_trans_set_wr_ptrs to init the queuesEmmanuel Grumbach1-4/+1
2012-06-06iwlwifi: first config the SCD queues, then activate themEmmanuel Grumbach1-18/+18
2012-06-06iwlwifi: SCD_INT_MSK is obsolete - don't update itEmmanuel Grumbach2-7/+0
2012-06-06iwlwifi: move ht40 bitmap into configJohannes Berg8-19/+14
2012-06-06iwlwifi: unify tx_chains_num settingJohannes Berg2-34/+8
2012-06-06iwlwifi: move DVM code into subdirectoryJohannes Berg35-115/+106
2012-06-06iwlwifi: trust mac80211 HT40 settingJohannes Berg1-23/+1
2012-06-06iwlwifi: move PCIe into subdirectoryJohannes Berg11-16/+13
2012-06-06iwlwifi: clear STATUS_SCAN_HW when PAN_PARAMS failsIlan Peer1-1/+3
2012-06-06iwlwifi: give HT format to mac80211/radiotapJohannes Berg2-0/+4
2012-06-06iwlwifi: use mac80211 channel for radar checkJohannes Berg1-18/+2
2012-06-06iwlwifi: use mac80211 channels for reset scanJohannes Berg1-20/+8
2012-06-06iwlwifi: trust mac80211 channel settingJohannes Berg3-27/+1
2012-06-06iwlwifi: use mac80211 channel in connection initJohannes Berg1-10/+2
2012-06-06iwlwifi: make a lot of functions staticJohannes Berg5-160/+82
2012-06-06iwlwifi: handle race condition in ROC flowIlan Peer5-10/+68
2012-06-06iwlwifi: Check BSS ctx active before call mac80211Ilan Peer1-0/+5
2012-06-05iwlwifi: add debugging to shadow registers and fix typoMeenakshi Venkataraman2-1/+2
2012-06-05iwlwifi: clean up coding style in PCIe transportJohannes Berg4-185/+161
2012-06-05iwlwifi: move notification wait into coreJohannes Berg2-2/+8
2012-06-05iwlwifi: implement dynamic opmode loadingDon Fry8-26/+172
2012-06-05iwlwifi: move IWL_CMD_FAILED_MSKJohannes Berg2-3/+3
2012-06-05iwlwifi: properly handle device_set_wakeup_enableJohannes Berg1-4/+7
2012-06-05iwlwifi: Move IWL_MASK macro to transport.Gregory Greenman2-2/+2
2012-06-05iwlwifi: s/iwlagn_unmap_tfd/iwl_unmap_tfdEmmanuel Grumbach1-9/+8
2012-06-05iwlwifi: s/iwlagn_txq_free_tfd/iwl_txq_free_tfdEmmanuel Grumbach3-7/+7
2012-06-05iwlwifi: add __printf argument checkingJohannes Berg1-6/+6
2012-06-05iwlwifi: fix debug print in iwl_sta_calc_ht_flagsMeenakshi Venkataraman1-0/+1
2012-06-05iwlwifi: fix prints in iwl_rx_handleEmmanuel Grumbach1-3/+3
2012-05-25iwlwifi: fix memory leak if opmode fails to initJohannes Berg1-9/+9
2012-05-25iwlwifi: do not send lq cmd when station add failsMeenakshi Venkataraman1-1/+1
2012-05-25iwlwifi: remove ucode16 optionJohannes Berg4-426/+0
2012-05-25iwlwifi: do not use shadow registers by defaultMeenakshi Venkataraman2-5/+5
2012-05-25iwlwifi: fix the Transmit Frame Descriptor ringsEmmanuel Grumbach3-12/+16
2012-05-25iwlwifi: update BT traffic load states correctlyMeenakshi Venkataraman1-0/+1
2012-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextJohn W. Linville8-29/+103
2012-05-18iwlwifi: dont pull too much payload in skb headEric Dumazet1-1/+6
2012-05-16iwlwifi: support explicit monitor interfaceJohannes Berg3-1/+6
2012-05-16iwlwifi: invert the order of ssid list in scan cmdDavid Spinadel1-1/+5
2012-05-16iwlwifi: disable default wildcard ssid scanDavid Spinadel2-11/+24
2012-05-16iwlwifi: fix scan_cmd_size allocationDavid Spinadel2-6/+12
2012-05-16iwlwifi: don't disable AGG queues that are not enabledEmmanuel Grumbach1-3/+9
2012-05-16iwlwifi: don't flood logs when HT debug flag is setEmmanuel Grumbach1-4/+3