aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-02-06ath9k_hw: fix a RTS/CTS timeout regressionFelix Fietkau1-2/+5
2012-02-06ath9k: fix a WEP crypto related regressionFelix Fietkau1-0/+8
2012-02-06mwifiex: add NULL checks in driver unload pathAmitkumar Karwar2-5/+10
2012-02-03ath9k: Fix kernel panic during driver initilizationMohammed Shafi Shajakhan1-4/+5
2012-02-03mwifiex: handle association failure case correctlyAmitkumar Karwar1-1/+7
2012-02-03ath9k: use WARN_ON_ONCE in ath_rc_get_highest_rixJohn W. Linville1-1/+1
2012-02-02iwlwifi: range check to testmode direct reg accessAmit Beka1-2/+16
2012-02-02iwlwifi: release IRQ in error pathJohannes Berg1-1/+3
2012-02-02iwlwifi: move all ucode routines to iwl-ucode.cDon Fry7-719/+791
2012-02-02iwlwifi: move bcast_sta_id init to common routineDon Fry5-10/+1
2012-02-02iwlwifi: clarify commentDon Fry1-1/+1
2012-02-02iwlwifi: debug print in tx_queue_set_status is more clearEmmanuel Grumbach1-3/+6
2012-02-02iwlwifi: stop_hw replace enable_rfkill_intEmmanuel Grumbach4-11/+10
2012-02-02iwlwifi: move hw_rev to transport layerEmmanuel Grumbach3-11/+4
2012-02-02iwlwifi: kill bus_get_hw_idEmmanuel Grumbach6-49/+10
2012-02-02iwlwifi: kill bus_get_hw_id_stringEmmanuel Grumbach5-21/+6
2012-02-02iwlwifi: kill bus_is_pm_supportedEmmanuel Grumbach5-28/+4
2012-02-02iwlwifi: kill bus_apm_configEmmanuel Grumbach3-40/+46
2012-02-02iwlwifi: consolidate the start_device flowEmmanuel Grumbach4-120/+103
2012-02-02iwlwifi: move the RF kill logic from iwl_probe to transportEmmanuel Grumbach2-23/+11
2012-02-02iwlwifi: introduce trans_ops->stop_hwEmmanuel Grumbach5-44/+61
2012-02-02iwlwifi: move apm_init to start_hwEmmanuel Grumbach4-89/+87
2012-02-02iwlwifi: move prepare_card_hw to start_hwEmmanuel Grumbach3-21/+15
2012-02-02iwlwifi: rename trans_ops->request_irq to trans_ops->start_hwEmmanuel Grumbach4-19/+29
2012-02-02iwlwifi: don't use the bus for ucode fw_desc any moreEmmanuel Grumbach3-17/+19
2012-02-02iwlwifi: remove the pointer to dev from the bus layerEmmanuel Grumbach5-17/+16
2012-02-02iwlwifi: give trans to all the read / write functionsEmmanuel Grumbach24-406/+405
2012-02-02iwlwifi: the read / write register ops move to transportEmmanuel Grumbach5-64/+48
2012-02-02iwlwifi: move the bus configuration to transportEmmanuel Grumbach5-117/+158
2012-02-02iwlwifi: allocate the transport from the bus layerEmmanuel Grumbach4-30/+48
2012-02-02iwlwifi: move the shrd memory from privEmmanuel Grumbach3-4/+11
2012-02-02iwlwifi: separate the APM from the EEPROMEmmanuel Grumbach2-4/+4
2012-02-02iwlwifi: Connect IDI transport to driver.Gregory Greenman4-2/+23
2012-02-02iwlwifi: add fw_alive to transport layer API, kill tx_startEmmanuel Grumbach7-21/+19
2012-02-02ath6kl: initialize the 'nominal_phy' field in the 'wmi_create_pstream_cmd' st...Chilam Ng1-0/+2
2012-02-02ath6kl: fix compiler warning in ath6kl_init_hw_params()Kalle Valo1-1/+1
2012-02-02ath6kl: Fix typo in cfg80211.cMasanari Iida1-1/+1
2012-02-01iwlwifi: don't mess up QoS counters with non-QoS framesEmmanuel Grumbach3-3/+11
2012-02-01ssb: fix cardbus slot in hostmodeHauke Mehrtens1-1/+1
2012-02-01iwlwifi: make "Tx aggregation enabled on ra =" be at DEBUG levelJohn W. Linville1-1/+1
2012-02-01rt2800lib: fix wrong -128dBm when signal is stronger than -12dBmLuigi Tarenga1-4/+4
2012-02-01bcma: Fix mem leak in bcma_bus_scan()Jesper Juhl1-8/+11
2012-02-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville4-3/+19
2012-01-31ath6kl: Workaround to support Deep Sleep with MSM.Santosh Sajjan1-0/+13
2012-01-30rtlwifi: Convert to asynchronous firmware loadLarry Finger20-164/+194
2012-01-30ath9k: Print the correct channel modeSujith Manoharan1-3/+1
2012-01-30ath9k_htc: Load firmware asynchronouslySujith Manoharan2-56/+101
2012-01-30iwlwifi: always restrict scan dwell in P2PJohannes Berg1-3/+18
2012-01-30iwlwifi: add option to disalbe LEDWey-Yi Guy3-1/+7
2012-01-30iwlwifi: fix uCode event tracingJohannes Berg3-32/+76