summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2012-02-09rt2x00: Use struct rt2x00_dev driver data in rt2800{pci,usb}.Gertjan van Wingerde5-17/+31
2012-02-09rt2x00: Introduce concept of driver data in struct rt2x00_dev.Gertjan van Wingerde2-0/+24
2012-02-06iwlegacy: remove set_hw_params callbackStanislaw Gruszka3-85/+59
2012-02-06iwlegacy: remove struct il_tx_infoStanislaw Gruszka6-69/+46
2012-02-06iwlegacy: merge il_base_params into il_cfgStanislaw Gruszka7-81/+83
2012-02-06iwlegacy: move ops out of configStanislaw Gruszka10-167/+127
2012-02-06iwlegacy: get rid of ctx structureStanislaw Gruszka10-378/+261
2012-02-06iwlegacy: remove il_setup_interface()Stanislaw Gruszka1-19/+3
2012-02-06iwlegacy: get rid of ctx->is_activeStanislaw Gruszka4-31/+3
2012-02-06iwlegacy: get rid of ctx->ac_to_queueStanislaw Gruszka2-8/+2
2012-02-06iwlegacy: get rid of ctx->ac_to_fifoStanislaw Gruszka2-10/+8
2012-02-06iwlegacy: move ht out of ctx structureStanislaw Gruszka4-49/+46
2012-02-06iwlegacy: move qos_data out of ctx structureStanislaw Gruszka3-19/+18
2012-02-06iwlegacy: remove ctx interface_modesStanislaw Gruszka4-35/+8
2012-02-06iwlegacy: get rid of ctx->station_flagsStanislaw Gruszka2-3/+1
2012-02-06iwlegacy: move wep_keys out of contextStanislaw Gruszka2-38/+39
2012-02-06iwlegacy: get rid of mcast_queueStanislaw Gruszka2-16/+4
2012-02-06iwlegacy: get rid of ctxidStanislaw Gruszka5-14/+1
2012-02-06iwlegacy: get rid of *_devtypeStanislaw Gruszka4-11/+3
2012-02-06iwlegacy: move bcast_sta_id to hw_paramsStanislaw Gruszka7-18/+19
2012-02-06iwlegacy: get rid of ap_sta_idStanislaw Gruszka4-5/+3
2012-02-06iwlegacy: get rid of wep_key_cmdStanislaw Gruszka3-5/+1
2012-02-06iwlegacy: get rid of qos_cmdStanislaw Gruszka4-4/+1
2012-02-06iwlegacy: get rid of rxon_assoc_cmdStanislaw Gruszka3-3/+0
2012-02-06iwlegacy: get rid of ctx->rxon_timing_cmdStanislaw Gruszka4-4/+2
2012-02-06iwlegacy: get rid of ctx->rxon_cmdStanislaw Gruszka4-6/+4
2012-02-06iwlegacy: move rxon commands out of ctx structureStanislaw Gruszka9-228/+205
2012-02-06mwifiex: update correct dtim_period in dump_station()Amitkumar Karwar4-9/+10
2012-02-06mwifiex: cleanup in snmp_mib command preparation codeAmitkumar Karwar1-52/+8
2012-02-06rtlwifi: Fix PCI probe error path orphaned memoryTim Gardner1-7/+12
2012-02-06mwifiex: enable HT operating modeAmitkumar Karwar1-0/+1
2012-02-06mwifiex: fix NULL pointer dereference in set_channel()Amitkumar Karwar1-1/+6
2012-02-06mwl8k: Remove BSSID from the firmware when the BSS is stoppedYogesh Ashok Powar1-9/+29
2012-02-06ath9k: cleanup a min_t() castDan Carpenter1-1/+1
2012-02-06rtlwifi: Remove extra debugging message accidentally left inLarry Finger1-3/+1
2012-02-06rtlwifi: Fix typo in dm.cMasanari Iida1-1/+1
2012-02-06iwmc3200wifi: Fix typo in trace.hMasanari Iida1-1/+1
2012-02-06rtlwifi: remove return in _rtl_pci_switch_clk_reqDevendra.Naga1-3/+1
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-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-03iwlwifi: range check to testmode direct reg accessAmit Beka1-2/+16
2012-02-03iwlwifi: release IRQ in error pathJohannes Berg1-1/+3
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