aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ps3_gelic_wireless.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-02netdev: drivers should make ethtool_ops constStephen Hemminger1-1/+1
2009-07-12netdev: restore MAC address set and validate operationsBen Hutchings1-0/+1
2009-06-16net/ps3: gelic - Add missing annotationsGeert Uytterhoeven1-3/+3
2009-04-16net/ps3: Fix wireless AP connect error handlingMasakazu Mokuno1-0/+3
2009-02-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2009-02-02powerpc/ps3: Printing fixups for l64 to ll64 convserion drivers/netStephen Rothwell1-1/+1
2009-01-21PS3: gelic: wireless: convert the wireless part to net_device_opsMasakazu Mokuno1-12/+16
2008-11-10don't use net/ieee80211.hJohannes Berg1-8/+9
2008-10-27net: convert more to %pMJohannes Berg1-5/+1
2008-10-27net: convert print_mac to %pMJohannes Berg1-9/+5
2008-07-29PS3: gelic: use unsigned long for irqflagsVegard Nossum1-6/+6
2008-06-16wext: Emit event stream entries correctly when compat.David S. Miller1-14/+16
2008-06-03PS3: gelic: Add support for ESSID scanMasakazu Mokuno1-7/+58
2008-06-03PS3: gelic: Deprecate the private ioctls in the gelic driverMasakazu Mokuno1-0/+6
2008-06-03PS3: gelic: Use the new PMK interface in the gelic driverMasakazu Mokuno1-34/+12
2008-06-03PS3: gelic: Kill the static bounce bufferMasakazu Mokuno1-9/+0
2008-06-03PS3: gelic: Allocate the bounce buffer dynamicallyMasakazu Mokuno1-7/+33
2008-06-03ps3: gelic: assoc_stat_lock semaphore to mutexDaniel Walker1-11/+11
2008-06-03ps3: gelic: scan_lock semaphore to mutexDaniel Walker1-9/+9
2008-05-12PS3: gelic: fix memory leakMasakazu Mokuno1-0/+2
2008-04-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-3/+8
2008-04-15PS3: gelic: fix the oops on the broken IE returned from the hypervisorMasakazu Mokuno1-3/+8
2008-03-25PS3: gelic: Add support for separate cipher selectionMasakazu Mokuno1-1/+1
2008-03-13PS3: gelic: change the prefix of the net interface for wirelessMasakazu Mokuno1-0/+2
2008-03-13PS3: gelic: ignore scan info from zero SSID beaconsMasakazu Mokuno1-12/+15
2008-02-28PS3: gelic: Link the wireless net_device structure to the corresponding device structureMasakazu Mokuno1-0/+1
2008-02-11PS3: gelic: Add wireless support for PS3Masakazu Mokuno1-0/+2753