summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-02-03iwlwifi: move all ucode routines to iwl-ucode.cDon Fry7-719/+791
2012-02-03iwlwifi: move bcast_sta_id init to common routineDon Fry5-10/+1
2012-02-03iwlwifi: clarify commentDon Fry1-1/+1
2012-02-03iwlwifi: debug print in tx_queue_set_status is more clearEmmanuel Grumbach1-3/+6
2012-02-03iwlwifi: stop_hw replace enable_rfkill_intEmmanuel Grumbach4-11/+10
2012-02-03iwlwifi: move hw_rev to transport layerEmmanuel Grumbach3-11/+4
2012-02-03iwlwifi: kill bus_get_hw_idEmmanuel Grumbach6-49/+10
2012-02-03iwlwifi: kill bus_get_hw_id_stringEmmanuel Grumbach5-21/+6
2012-02-03iwlwifi: kill bus_is_pm_supportedEmmanuel Grumbach5-28/+4
2012-02-03iwlwifi: kill bus_apm_configEmmanuel Grumbach3-40/+46
2012-02-03iwlwifi: consolidate the start_device flowEmmanuel Grumbach4-120/+103
2012-02-03iwlwifi: move the RF kill logic from iwl_probe to transportEmmanuel Grumbach2-23/+11
2012-02-03iwlwifi: introduce trans_ops->stop_hwEmmanuel Grumbach5-44/+61
2012-02-03iwlwifi: move apm_init to start_hwEmmanuel Grumbach4-89/+87
2012-02-03iwlwifi: move prepare_card_hw to start_hwEmmanuel Grumbach3-21/+15
2012-02-03iwlwifi: rename trans_ops->request_irq to trans_ops->start_hwEmmanuel Grumbach4-19/+29
2012-02-03iwlwifi: don't use the bus for ucode fw_desc any moreEmmanuel Grumbach3-17/+19
2012-02-03iwlwifi: remove the pointer to dev from the bus layerEmmanuel Grumbach5-17/+16
2012-02-03iwlwifi: give trans to all the read / write functionsEmmanuel Grumbach24-406/+405
2012-02-03iwlwifi: the read / write register ops move to transportEmmanuel Grumbach5-64/+48
2012-02-03iwlwifi: move the bus configuration to transportEmmanuel Grumbach5-117/+158
2012-02-03iwlwifi: allocate the transport from the bus layerEmmanuel Grumbach4-30/+48
2012-02-03iwlwifi: move the shrd memory from privEmmanuel Grumbach3-4/+11
2012-02-03iwlwifi: separate the APM from the EEPROMEmmanuel Grumbach2-4/+4
2012-02-03iwlwifi: Connect IDI transport to driver.Gregory Greenman4-2/+23
2012-02-03iwlwifi: add fw_alive to transport layer API, kill tx_startEmmanuel Grumbach7-21/+19
2012-01-31rtlwifi: Convert to asynchronous firmware loadLarry Finger20-164/+194
2012-01-31ath9k: Print the correct channel modeSujith Manoharan1-3/+1
2012-01-31ath9k_htc: Load firmware asynchronouslySujith Manoharan2-56/+101
2012-01-31iwlwifi: always restrict scan dwell in P2PJohannes Berg1-3/+18
2012-01-31iwlwifi: add option to disalbe LEDWey-Yi Guy3-1/+7
2012-01-31iwlwifi: fix uCode event tracingJohannes Berg3-32/+76
2012-01-31iwlwifi: fix typoWey-Yi Guy1-4/+4
2012-01-31rtlwifi: Move pr_fmt macros to a single locationLarry Finger19-47/+21
2012-01-30ath9k: use WARN_ON_ONCE in ath_rc_get_highest_rixJohn W. Linville1-1/+1
2012-01-27mwl8k: Configuring correct MAC address in broadcast keyYogesh Ashok Powar1-1/+1
2012-01-27mwifiex: update BSS parameters in dump_station_info()Amitkumar Karwar3-0/+24
2012-01-27mwifiex: pass priv pointer instead of adapterAvinash Patil3-7/+5
2012-01-27rt2800usb: remove PWR_PIN_CFG=0x3 during initStanislaw Gruszka1-2/+0
2012-01-27rt2800: zero MAC_SYS_CTRL bits during BBP and MAC resetStanislaw Gruszka2-2/+2
2012-01-27rt2800: disable DMA after firmware loadStanislaw Gruszka1-12/+9
2012-01-27rt2800usb: initialize H2M_INT_SRC registerStanislaw Gruszka1-0/+2
2012-01-27carl9170: allow users to lower output power levelChristian Lamparter5-35/+50
2012-01-27mac80211: make CQM RSSI support per virtual interfaceJohannes Berg2-5/+5
2012-01-27mac80211: make beacon filtering per virtual interfaceJohannes Berg5-4/+8
2012-01-25orinoco_usb: remove version definitionJohn W. Linville1-5/+0
2012-01-24ath5k: use bool type for no_hw_rfkill_switch module parameterJohn W. Linville1-1/+1
2012-01-24ath9k_htc: claim support for IBSS RSNAntonio Quartulli2-0/+17
2012-01-24NFC: Free sk_buff if nfcwilink_send failsIlan Elias1-2/+4
2012-01-24NFC: Download TI NFC init scriptIlan Elias1-4/+284