summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2008-04-08libertas: remove lbs_get_fwversion()Holger Schurig3-24/+5
2008-04-08libertas: move lbs_update_channel out of assoc.cHolger Schurig2-17/+16
2008-04-08libertas: move association code from scan.c into assoc.cHolger Schurig6-424/+397
2008-04-08libertas: move association code from join.c into scan.cHolger Schurig11-931/+890
2008-04-08iwlwifi/Kconfg: make IWLWIFI_LEDS invisibleJohn W. Linville1-6/+4
2008-04-08iwlwifi: fix some warningsJohannes Berg4-9/+10
2008-04-08drivers/net/wireless/iwlwifi/iwl-debugfs.c: fix another '%llu' warningJohn W. Linville1-1/+1
2008-04-08wavelan_cs: stop inlining largish static functionsDenys Vlasenko2-37/+36
2008-04-08prism54: set carrier flags correctlyLuis R. Rodriguez2-2/+7
2008-04-08ssb: Turn suspend/resume upside downMichael Buesch1-4/+6
2008-04-08b43: Add PIO support for PCMCIA devicesMichael Buesch10-103/+1267
2008-04-08iwlwifi: Eliminate association from beaconTomas Winkler4-204/+51
2008-04-08iwlwifi: eliminate conf_htTomas Winkler1-83/+63
2008-04-07iwlwifi: fix n-band association problemAbhijeet Kolekar1-1/+0
2008-04-07ipw2200: set MAC address on radiotap interfaceDaniel Drake1-0/+1
2008-04-07libertas: fix mode initialization problemHolger Schurig1-1/+1
2008-04-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller4-7/+21
2008-04-01wireless: fix various printk warnings on ia64 (and others)John W. Linville3-5/+8
2008-04-01rt2x00: Remove MAC80211_LEDS dependencyIvo van Doorn12-247/+297
2008-04-01rt2x00: TO_DS filter depends on intf_ap_countIvo van Doorn6-5/+17
2008-04-01rt2x00: Invert scheduled packet_filter checkIvo van Doorn1-2/+2
2008-04-01iwlwifi: Fix synchronous host commandTomas Winkler6-48/+52
2008-04-01iwlwifi: LED initialize before registeringTomas Winkler1-2/+4
2008-04-01iwlwifi: unregister to upper stack before releasing resourcesRon Rindjunsky1-3/+5
2008-04-01iwlwifi: move rate registration to module loadReinette Chatre7-20/+46
2008-04-01iwlwifi: fix race condition during driver unloadMohamed Abbas2-4/+62
2008-04-01iwlwifi: hook iwlwifi with Linux rfkillMohamed Abbas9-34/+271
2008-04-01iwlwifi: add notification infrastructure to iwlcoreMohamed Abbas3-0/+36
2008-04-01rt2x00: fixup some non-functional merge errorsJohn W. Linville2-5/+1
2008-04-01libertas: don't depend on IEEE80211Holger Schurig3-1/+31
2008-04-01libertas: convert sleep/wake config direct commandsHolger Schurig5-48/+32
2008-04-01libertas: convert CMD_802_11_EEPROM_ACCESS to a direct commandHolger Schurig6-121/+22
2008-04-01libertas: convert CMD_802_11_MAC_ADDRESS to a direct commandHolger Schurig4-61/+11
2008-04-01endianness annotations: drivers/net/wireless/rtl8180_dev.cAl Viro1-2/+2
2008-04-01b43: Fix PCMCIA IRQ routingMichael Buesch1-2/+4
2008-04-01b43: Add DMA mapping failure messagesMichael Buesch1-1/+6
2008-03-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller9-31/+31
2008-03-27libertas: reduce debug outputHolger Schurig3-9/+9
2008-03-27prism54: correct thinko in "prism54: Convert stats_sem in a mutex"John W. Linville1-1/+1
2008-03-27mac80211: A-MPDU MLME use dynamic allocationRon Rindjunsky1-1/+1
2008-03-27libertas: the compact flash driver is no longer experimentalHolger Schurig1-1/+1
2008-03-27libertas: remove CMD_802_11_PWR_CFGHolger Schurig4-28/+0
2008-03-27libertas: kill useless #define LBS_MONITOR_OFF 0Holger Schurig4-12/+9
2008-03-27iwlwifi: iwl_priv - clean up in types of membersTomas Winkler4-4/+14
2008-03-27iwlwifi: allow a default callback for ASYNC host commandsEmmanuel Grumbach1-2/+28
2008-03-27iwlwifi: improve NIC i/o debug prints informationTomas Winkler1-22/+25
2008-03-27iwlwifi: rename iwl-4965-io.h to iwl-io.hTomas Winkler7-366/+364
2008-03-27iwlwifi: Add led supportMohamed Abbas13-16/+1107
2008-03-27iwlwifi: do not register bands with no supported channelsJohn W. Linville2-4/+12
2008-03-27rt2x00: Ignore set_state(STATE_SLEEP) failureIvo van Doorn1-2/+11