summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-02-06bcma: export bcma_pcie_read()Hauke Mehrtens2-1/+4
2012-02-06bcma: add constants for PCI and use themHauke Mehrtens2-54/+155
2012-02-06bcma: add the core unit numberHauke Mehrtens2-0/+15
2012-02-06rt2800: document RF_R03 register bits [7:4]Stanislaw Gruszka1-0/+3
2012-02-06rt2800: radio 3xxxx: channel switch RX/TX calibration fixesStanislaw Gruszka2-3/+24
2012-02-06rt2800: radio 3xxx: add channel switch calibration routinesStanislaw Gruszka1-0/+14
2012-02-06rt2800: radio 3xxx: program RF_R1 during channel switchStanislaw Gruszka1-0/+34
2012-02-06rt2800: radio 3xxx: reprogram only lower bits of RF_R3Stanislaw Gruszka2-1/+9
2012-02-06net: Fix typo in ipw2x00/libipw_rx.cMasanari Iida1-1/+1
2012-02-06mac80211: redesign auth/assocJohannes Berg8-1227/+1038
2012-02-06cfg80211: export cfg80211_ref_bssJohannes Berg3-5/+26
2012-02-06cfg80211: stop tracking authenticated stateJohannes Berg7-362/+91
2012-02-06mac80211: remove dummy STA supportJohannes Berg4-155/+38
2012-02-06mac80211: implement sta_add/sta_remove in sta_stateJohannes Berg4-19/+19
2012-02-06mac80211: add sta_state callbackJohannes Berg8-28/+194
2012-02-06mac80211: add NOTEXIST station stateJohannes Berg2-0/+3
2012-02-06mac80211: dont program keys for stations not uploadedJohannes Berg1-16/+14
2012-02-06mac80211: simplify AP_VLAN handlingJohannes Berg5-33/+7
2012-02-06mac80211: move managed mode station state modificationJohannes Berg1-14/+14
2012-02-06Merge branch 'wireless-next' of git://git.kernel.org/pub/scm/linux/kernel/git...John W. Linville30-1776/+1837
2012-02-06Merge branch 'for-linville' of git://github.com/kvalo/ath6klJohn W. Linville21-922/+2437
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-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Wey-Yi Guy49-344/+628